NZSmartie.CoAPNet
0.3.3
See the version list below for details.
dotnet add package NZSmartie.CoAPNet --version 0.3.3
NuGet\Install-Package NZSmartie.CoAPNet -Version 0.3.3
<PackageReference Include="NZSmartie.CoAPNet" Version="0.3.3" />
<PackageVersion Include="NZSmartie.CoAPNet" Version="0.3.3" />
<PackageReference Include="NZSmartie.CoAPNet" />
paket add NZSmartie.CoAPNet --version 0.3.3
#r "nuget: NZSmartie.CoAPNet, 0.3.3"
#:package NZSmartie.CoAPNet@0.3.3
#addin nuget:?package=NZSmartie.CoAPNet&version=0.3.3
#tool nuget:?package=NZSmartie.CoAPNet&version=0.3.3
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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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 | 3,178 | 9/24/2021 |
| 0.8.9 | 12,326 | 3/22/2019 |
| 0.8.8 | 1,764 | 7/30/2018 |
| 0.7.2 | 1,843 | 5/6/2018 |
| 0.7.1 | 1,986 | 4/28/2018 |
| 0.7.0 | 1,909 | 3/22/2018 |
| 0.6.0 | 2,076 | 1/20/2018 |
| 0.5.2 | 2,014 | 1/11/2018 |
| 0.5.1 | 1,963 | 1/4/2018 |
| 0.5.0 | 1,670 | 1/1/2018 |
| 0.4.0 | 1,840 | 12/24/2017 |
| 0.3.10 | 1,714 | 11/29/2017 |
| 0.3.9 | 1,757 | 9/24/2017 |
| 0.3.8 | 1,677 | 9/22/2017 |
| 0.3.7 | 1,671 | 9/20/2017 |
| 0.3.6 | 1,861 | 9/19/2017 |
| 0.3.5 | 1,915 | 9/15/2017 |
| 0.3.4 | 1,921 | 9/8/2017 |
| 0.3.3 | 1,695 | 9/6/2017 |
v0.3.3
- Include Async handling of requests from CoapHandler and CoapResource
v0.3.1
- Added Apache License 2.0
v0.3.0
- Improve async operations in CoapClient
- Remove CancellationToken from ICoapEndpoint
v0.2.6
- Include IP address in Coap Options.
- Create CoapEndpoint for unknown endpoints
v0.2.4
- Support building Core Link Format resources from CoapResourceMetadata
v0.2.3
- Implement better exception handling in CoapHandler
- Throw CoapOptionException when deserialising unsupported critical options
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