CoAPnet 0.0.2
See the version list below for details.
dotnet add package CoAPnet --version 0.0.2
NuGet\Install-Package CoAPnet -Version 0.0.2
<PackageReference Include="CoAPnet" Version="0.0.2" />
paket add CoAPnet --version 0.0.2
#r "nuget: CoAPnet, 0.0.2"
// Install CoAPnet as a Cake Addin #addin nuget:?package=CoAPnet&version=0.0.2 // Install CoAPnet as a Cake Tool #tool nuget:?package=CoAPnet&version=0.0.2
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 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 | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net452 is compatible. net46 was computed. 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 | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5.2
- No dependencies.
-
.NETStandard 1.3
- NETStandard.Library (>= 1.3.0)
- System.Net.Security (>= 4.3.2)
-
.NETStandard 2.0
- NETStandard.Library (>= 2.0.0)
- System.Net.Security (>= 4.3.2)
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 | 14,360 | 4/30/2022 |
1.1.0 | 944 | 12/6/2021 |
1.0.9 | 1,264 | 5/31/2020 |
1.0.8 | 732 | 5/29/2020 |
1.0.7 | 607 | 5/19/2020 |
1.0.6 | 599 | 5/13/2020 |
1.0.5 | 664 | 5/9/2020 |
1.0.4 | 665 | 5/7/2020 |
1.0.3 | 667 | 5/6/2020 |
1.0.2 | 689 | 5/2/2020 |
1.0.1 | 645 | 5/1/2020 |
0.0.3 | 639 | 4/30/2020 |
0.0.2 | 499 | 4/30/2020 |
0.0.1 | 785 | 4/27/2020 |
[Core] Added support for decoding CoAP messages.
[Core] Added UDP transport layer.
[Core] Added DTLS transport layer.
[Client] Added abstract request message for easier use.
[Client] Added support for more options and payload sending.