CoAPnet 1.0.9
CoAPnet is a high performance .NET library for CoAP based communication. It provides a CoAP client and a CoAP server. It also has DTLS support out of the box.
Install-Package CoAPnet -Version 1.0.9
dotnet add package CoAPnet --version 1.0.9
<PackageReference Include="CoAPnet" Version="1.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CoAPnet --version 1.0.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CoAPnet, 1.0.9"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
[Client] Fixed high CPU load issues when closing the client.
Dependencies
-
.NETFramework 4.5.2
- No dependencies.
-
.NETStandard 1.3
- NETStandard.Library (>= 1.3.0)
-
.NETStandard 2.0
- NETStandard.Library (>= 2.0.0)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CoAPnet:
Package | Downloads |
---|---|
CoAPnet.Extensions.DTLS
This is an extension library which provides a wrapper to use _BouncyCastle_ as the transport layer.
|
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on CoAPnet:
Repository | Stars |
---|---|
chkr1011/Wirehome.Core
Wirehome.Core is a home automation system written in C# targeting .NET Core. It runs on Linux, Windows and macOS.
|