CSharpTestBedAdapter 1.4.2019.204
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
<PackageReference Include="CSharpTestBedAdapter" Version="1.4.2019.204" />
paket add CSharpTestBedAdapter --version 1.4.2019.204
#r "nuget: CSharpTestBedAdapter, 1.4.2019.204"
// 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 | Versions 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. |
-
- Confluent.Kafka.Avro (>= 0.11.6)
- Newtonsoft.Json (>= 12.0.1)
- System.Diagnostics.DiagnosticSource (>= 4.5.1)
- System.Net.Http (>= 4.3.4)
- System.Runtime.CompilerServices.Unsafe (>= 4.5.2)
- System.Security.Cryptography.Algorithms (>= 4.3.1)
- System.Security.Cryptography.X509Certificates (>= 4.3.2)
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,247 | 3/23/2020 |
2.0.2020.310 | 665 | 3/9/2020 |
1.8.2020.121 | 626 | 1/21/2020 |
1.7.2020.115 | 644 | 1/15/2020 |
1.6.2019.1224 | 609 | 12/23/2019 |
1.6.2019.1223 | 580 | 12/23/2019 |
1.5.2019.1029 | 568 | 10/29/2019 |
1.4.2019.603 | 769 | 6/3/2019 |
1.4.2019.204 | 746 | 2/4/2019 |
1.3.1217 | 927 | 12/17/2018 |
1.3.1122 | 831 | 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