WatsonMesh 1.0.5
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package WatsonMesh --version 1.0.5
NuGet\Install-Package WatsonMesh -Version 1.0.5
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="WatsonMesh" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WatsonMesh --version 1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: WatsonMesh, 1.0.5"
#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 WatsonMesh as a Cake Addin #addin nuget:?package=WatsonMesh&version=1.0.5 // Install WatsonMesh as a Cake Tool #tool nuget:?package=WatsonMesh&version=1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A simple C# mesh networking library using TCP (with or without SSL) with integrated framing for reliable transmission and receipt of data amongst multiple nodes.
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
- Newtonsoft.Json (>= 11.0.0)
- WatsonTcp (>= 1.1.6)
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 |
---|---|---|
5.0.1 | 198 | 1/11/2024 |
4.0.1 | 119 | 1/9/2024 |
4.0.0.2 | 7,827 | 11/12/2021 |
4.0.0.1 | 328 | 11/12/2021 |
4.0.0 | 2,257 | 8/23/2021 |
3.1.0 | 31,001 | 3/24/2020 |
3.0.0 | 19,031 | 2/25/2020 |
2.0.3 | 23,062 | 9/21/2019 |
2.0.2 | 583 | 9/10/2019 |
2.0.0 | 561 | 9/6/2019 |
1.2.7 | 750 | 6/25/2019 |
1.2.6 | 589 | 6/25/2019 |
1.2.2 | 639 | 6/13/2019 |
1.2.1 | 665 | 6/1/2019 |
1.1.4 | 636 | 5/23/2019 |
1.1.3 | 623 | 5/17/2019 |
1.1.1 | 626 | 5/9/2019 |
1.1.0 | 613 | 5/8/2019 |
1.0.8 | 732 | 3/15/2019 |
1.0.7 | 1,012 | 7/8/2018 |
1.0.5 | 1,074 | 6/24/2018 |
1.0.3 | 1,023 | 5/24/2018 |
1.0.2 | 1,044 | 5/13/2018 |
1.0.1.1 | 998 | 5/9/2018 |
1.0.0 | 1,000 | 4/26/2018 |
Added WarningMessage function, useful to send internal warning messages back to consuming applications for debug purposes.