NZSmartie.CoAPNet
0.2.2
See the version list below for details.
dotnet add package NZSmartie.CoAPNet --version 0.2.2
NuGet\Install-Package NZSmartie.CoAPNet -Version 0.2.2
<PackageReference Include="NZSmartie.CoAPNet" Version="0.2.2" />
paket add NZSmartie.CoAPNet --version 0.2.2
#r "nuget: NZSmartie.CoAPNet, 0.2.2"
// Install NZSmartie.CoAPNet as a Cake Addin #addin nuget:?package=NZSmartie.CoAPNet&version=0.2.2 // Install NZSmartie.CoAPNet as a Cake Tool #tool nuget:?package=NZSmartie.CoAPNet&version=0.2.2
Provides client/server CoAP protocol support for .Net using arbitary transports.
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.4 is compatible. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net46 is compatible. 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.6
- No dependencies.
-
.NETStandard 1.4
- NETStandard.Library (>= 1.6.1)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on NZSmartie.CoAPNet:
Package | Downloads |
---|---|
NZSmartie.CoAPNet.Udp
UDP Socket implementation for NZSmartie.CoAPNet |
|
NZSmartie.CoAPNet.Server
Server and handler implementation for NZSmartie.CoAPNet |
|
NZSmartie.OICNet.CoAP
A bridge between OICNet and my CoAPNet library |
|
NZSmartie.CoAPNet.Dtls
UDP DTLS implementation for NZSmartie.CoAPNet |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.9.0 | 2,368 | 9/24/2021 |
0.8.9 | 10,555 | 3/22/2019 |
0.8.8 | 1,300 | 7/30/2018 |
0.7.2 | 1,248 | 5/6/2018 |
0.7.1 | 1,413 | 4/28/2018 |
0.7.0 | 1,292 | 3/22/2018 |
0.6.0 | 1,480 | 1/20/2018 |
0.5.2 | 1,422 | 1/11/2018 |
0.5.1 | 1,355 | 1/4/2018 |
0.5.0 | 1,251 | 1/1/2018 |
0.4.0 | 1,245 | 12/24/2017 |
0.3.10 | 1,289 | 11/29/2017 |
0.3.9 | 1,342 | 9/24/2017 |
0.3.8 | 1,247 | 9/22/2017 |
0.3.7 | 1,209 | 9/20/2017 |
0.3.6 | 1,464 | 9/19/2017 |
0.3.5 | 1,455 | 9/15/2017 |
0.3.4 | 1,478 | 9/8/2017 |
0.3.3 | 1,256 | 9/6/2017 |
0.3.2 | 1,267 | 9/5/2017 |
0.3.1 | 1,061 | 8/29/2017 |
0.3.0 | 1,082 | 8/29/2017 |
0.2.5 | 1,058 | 8/24/2017 |
0.2.4 | 1,069 | 8/23/2017 |
0.2.3 | 904 | 8/23/2017 |
0.2.2 | 886 | 8/23/2017 |
0.2.1 | 894 | 8/21/2017 |
0.2.0 | 892 | 8/21/2017 |
0.1.0 | 945 | 8/3/2017 |
v0.2.2
- Pass the requesting CoapMessage into Get/Put/Post/Delete methods in CoapResource
v0.2.1
- Support message retransmission in CoapClient
v0.2.0
- Added (still Work in Progress) CoapHandler and CoapService with tests for handling incomming requests.
v0.1.1
- Improve concurrency in CoapClient
- Rename CoapResource to CoapResourceMetadata