Resonance.USB 1.0.0-beta

This is a prerelease version of Resonance.USB.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Resonance.USB --version 1.0.0-beta
NuGet\Install-Package Resonance.USB -Version 1.0.0-beta
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="Resonance.USB" Version="1.0.0-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Resonance.USB --version 1.0.0-beta
#r "nuget: Resonance.USB, 1.0.0-beta"
#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 Resonance.USB as a Cake Addin
#addin nuget:?package=Resonance.USB&version=1.0.0-beta&prerelease

// Install Resonance.USB as a Cake Tool
#tool nuget:?package=Resonance.USB&version=1.0.0-beta&prerelease

Resonance

Resonance is a high-performance real-time C# communication library with built-in support for several different transcoding and delivery methods. This library provides an intuitive API for asynchronous communication between machines and devices by exposing a set of easy to use, pluggable components.

Overview

Resonance is a request-response based communication framework. This means that for each request that is being sent, a matching response is expected. This is done by attaching a unique token to each request and expecting the same token from the response. Although the request-response pattern is the recommended approach, it is not enforced. Sending messages without expecting any response is possible.

The resonance library might be described by these 3 basic layers:

Transporting

A transporter responsibility is to provide the API for sending and receiving messages, managing those messages, and propagating the necessary information to other components.

Transcoding

Encoders and Decoders are components that can be plugged to a transporter, they determine how outgoing/incoming messages should be encoded and whether the data should be encrypted and/or compressed. The Following built-in transcoding methods are currently supported by the library:

  • Json
  • Bson
  • Protobuf
  • Xml

Adapters

Adapters can also be plugged to a transporter to determine how outgoing/incoming encoded data is going to be transmitted and where. The following built-in adapters are currently supported by the library:

  • TCP
  • UDP
  • USB
  • In-Memory
  • SignalR
  • WebRTC
  • Named Pipes
  • Shared Memory
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Framework net461 is compatible.  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
1.8.0 442 6/25/2021
1.7.2-pre 253 6/25/2021
1.7.1-pre 250 6/24/2021
1.7.0 302 5/27/2021
1.6.1-pre 294 5/22/2021
1.6.0 334 5/20/2021
1.5.3-pre 229 5/19/2021
1.5.2-pre 192 5/19/2021
1.5.1-pre 182 5/18/2021
1.5.0 375 5/6/2021
1.4.0 288 5/4/2021
1.3.2-pre 255 5/2/2021
1.3.0 292 4/30/2021
1.2.14-pre 203 4/30/2021
1.2.13-pre 181 4/30/2021
1.2.12-pre 211 4/30/2021
1.2.9-pre 198 4/30/2021
1.2.8-pre 218 4/27/2021
1.2.7-pre 189 4/27/2021
1.2.6-pre 177 4/27/2021
1.2.5-pre 191 4/27/2021
1.2.0 331 4/24/2021
1.1.2-pre 220 4/24/2021
1.1.1-pre 228 4/24/2021
1.1.0 324 4/24/2021
1.0.12-pre 221 4/24/2021
1.0.11-pre 224 4/24/2021
1.0.0-beta 195 4/22/2021