CoAPnet 1.2.0
Install-Package CoAPnet -Version 1.2.0
dotnet add package CoAPnet --version 1.2.0
<PackageReference Include="CoAPnet" Version="1.2.0" />
paket add CoAPnet --version 1.2.0
#r "nuget: CoAPnet, 1.2.0"
// Install CoAPnet as a Cake Addin
#addin nuget:?package=CoAPnet&version=1.2.0
// Install CoAPnet as a Cake Tool
#tool nuget:?package=CoAPnet&version=1.2.0
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.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5.2
- No dependencies.
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- No dependencies.
-
net5.0
- No dependencies.
-
net6.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CoAPnet:
Package | Downloads |
---|---|
CoAPnet.Extensions.DTLS
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. |
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.
|
Version | Downloads | Last updated |
---|---|---|
1.2.0 | 264 | 4/30/2022 |
1.1.0 | 508 | 12/6/2021 |
1.0.9 | 848 | 5/31/2020 |
1.0.8 | 439 | 5/29/2020 |
1.0.7 | 329 | 5/19/2020 |
1.0.6 | 301 | 5/13/2020 |
1.0.5 | 334 | 5/9/2020 |
1.0.4 | 352 | 5/7/2020 |
1.0.3 | 334 | 5/6/2020 |
1.0.2 | 359 | 5/2/2020 |
1.0.1 | 341 | 5/1/2020 |
0.0.3 | 348 | 4/30/2020 |
0.0.2 | 297 | 4/30/2020 |
0.0.1 | 384 | 4/27/2020 |
[Core] Improved support for .NET 6.0+ (Passing cancellation tokens etc.).
[Client] Both clients are not thread safe.
[Client] Fixed an issue in internal buffer management which may lead to payload corruption.