Resonance.WebRTC 1.0.0-beta

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

// Install Resonance.WebRTC as a Cake Tool
#tool nuget:?package=Resonance.WebRTC&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 507 6/25/2021
1.7.2-pre 267 6/25/2021
1.7.1-pre 259 6/24/2021
1.7.0 307 5/27/2021
1.6.1-pre 295 5/22/2021
1.6.0 338 5/20/2021
1.5.3-pre 226 5/19/2021
1.5.2-pre 210 5/19/2021
1.5.1-pre 185 5/18/2021
1.5.0 368 5/6/2021
1.4.0 295 5/4/2021
1.3.2-pre 263 5/2/2021
1.3.0 297 4/30/2021
1.2.14-pre 212 4/30/2021
1.2.13-pre 209 4/30/2021
1.2.12-pre 204 4/30/2021
1.2.9-pre 208 4/30/2021
1.2.8-pre 218 4/27/2021
1.2.7-pre 201 4/27/2021
1.2.6-pre 203 4/27/2021
1.2.5-pre 203 4/27/2021
1.2.0 316 4/24/2021
1.1.2-pre 232 4/24/2021
1.1.1-pre 240 4/24/2021
1.1.0 332 4/24/2021
1.0.12-pre 246 4/24/2021
1.0.11-pre 226 4/24/2021
1.0.0-beta 206 4/22/2021