Resonance.Protobuf 1.0.0-beta

This is a prerelease version of Resonance.Protobuf.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Resonance.Protobuf --version 1.0.0-beta
NuGet\Install-Package Resonance.Protobuf -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.Protobuf" 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.Protobuf --version 1.0.0-beta
#r "nuget: Resonance.Protobuf, 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.Protobuf as a Cake Addin
#addin nuget:?package=Resonance.Protobuf&version=1.0.0-beta&prerelease

// Install Resonance.Protobuf as a Cake Tool
#tool nuget:?package=Resonance.Protobuf&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 was computed.  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 Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 395 6/25/2021
1.7.2-pre 250 6/25/2021
1.7.1-pre 252 6/24/2021
1.7.0 280 5/27/2021
1.6.1-pre 286 5/22/2021
1.6.0 329 5/20/2021
1.5.3-pre 223 5/19/2021
1.5.2-pre 187 5/19/2021
1.5.1-pre 182 5/18/2021
1.5.0 340 5/6/2021
1.2.9-pre 200 4/30/2021
1.2.8-pre 216 4/27/2021
1.2.7-pre 187 4/27/2021
1.2.6-pre 174 4/27/2021
1.2.5-pre 187 4/27/2021
1.2.0 308 4/24/2021
1.1.2-pre 221 4/24/2021
1.1.1-pre 219 4/24/2021
1.1.0 313 4/24/2021
1.0.12-pre 230 4/24/2021
1.0.11-pre 220 4/24/2021
1.0.0-beta 189 4/22/2021