CSharpTestBedAdapter 1.4.2019.204

There is a newer version of this package available.
See the version list below for details.
dotnet add package CSharpTestBedAdapter --version 1.4.2019.204
NuGet\Install-Package CSharpTestBedAdapter -Version 1.4.2019.204
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CSharpTestBedAdapter" Version="1.4.2019.204" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CSharpTestBedAdapter --version 1.4.2019.204
#r "nuget: CSharpTestBedAdapter, 1.4.2019.204"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CSharpTestBedAdapter as a Cake Addin
#addin nuget:?package=CSharpTestBedAdapter&version=1.4.2019.204

// Install CSharpTestBedAdapter as a Cake Tool
#tool nuget:?package=CSharpTestBedAdapter&version=1.4.2019.204

csharp-test-bed-adapter

This is the C# Apache Kafka adapter created for the DRIVER-EU test-bed. This allows C# written programs to communicate over the test-bed.

PLEASE NOTICE: The latest version might not be this master. Newer versions are available as release branches (but might be unstable). For implementation of trial 1 (Poland), please use the branch release/trial_1. For implementation of trial 2 (France), please use the branch release/trial_2. For implementation of trial 4 (Netherlands), please use the branch release/trial_4.

The implementation is a wrapper around Confluent's .NET Client for Apache Kafka<sup>TM</sup> with the additional NuGet package to support Avro serialization (Confluent.Kafka.Avro (version 0.11.6)), and offers support for:

  • Sending and receiving Avro schema's and messages: both producer and consumer use Avro schema's for their message key and value. Methods for sending and receiving standard or custom messages are SendMessage & AddCallback
  • Logging via Kafka: your application can log on several log levels (eg. error, debug, info) onto a specific test-bed topic. Methods for sending and receiving log messages are Log & AddLogCallback
  • Receive time information: the adapter is connected to the test-bed time service, allowing you to receive relevant time-related information like fictive trial time, or the speed of the trial. Method for retrieving the time information is GetTimeInfo
  • Uploading large data: the adapter is connected to the test-bed large data service, allowing you to upload large data files for sharing with other applications connected to the test-bed. Methods for uploading large data are GetLargeFileServiceClient & Upload
  • Setup a SSL connection with a test-bed including security features Setup is completely done in the CSharpTestBedAdapter-settings.xml
  • Internal Management: the adapter makes the coupling between application and test-bed as easy as possible.
Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.2020.323 3,221 3/23/2020
2.0.2020.310 626 3/9/2020
1.8.2020.121 592 1/21/2020
1.7.2020.115 609 1/15/2020
1.6.2019.1224 582 12/23/2019
1.6.2019.1223 554 12/23/2019
1.5.2019.1029 542 10/29/2019
1.4.2019.603 742 6/3/2019
1.4.2019.204 717 2/4/2019
1.3.1217 892 12/17/2018
1.3.1122 802 12/10/2018

Implemented the secure test-bed functionality: whenever the Test-bed is secured, the application trying to connect via this adapter is authenticated via SSL certificates