CoAP 0.18.0
See the version list below for details.
dotnet add package CoAP --version 0.18.0
NuGet\Install-Package CoAP -Version 0.18.0
<PackageReference Include="CoAP" Version="0.18.0" />
paket add CoAP --version 0.18.0
#r "nuget: CoAP, 0.18.0"
// Install CoAP as a Cake Addin #addin nuget:?package=CoAP&version=0.18.0 // Install CoAP as a Cake Tool #tool nuget:?package=CoAP&version=0.18.0
CoAP.NET is an implementation in C# providing CoAP-based services to .NET applications.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. 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. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CoAP:
Package | Downloads |
---|---|
CoAP.Proxy
CoAP.NET is an implementation in C# providing CoAP-based services to .NET applications. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on CoAP:
Repository | Stars |
---|---|
chenxuuu/llcom
🛠功能强大的串口工具。支持Lua自动化处理、串口调试、WinUSB、串口曲线、TCP测试、MQTT测试、编码转换、乱码恢复等功能
|
* 0.18
- Add support for CoAP-18
- Add new layers and stack structure
- Add new server and client APIs
- Add datagram channels for data transmission
- Add full configuration
- Improve UDP transmission with SocketAsyncEventArgs for .NET 4+
- Improve threading with TPL for .NET 4+
- Improve logging with Common.Logging
- Fix lots of bugs
* 0.13.4
- Fix potential breaks in UDP transmission
- Diff assembly title with draft version
* 0.13.3
- Add request.SequenceTimeout to override overall timeout in
TokenLayer
- Fix incorrect match of tokens in TokenManager
* 0.13.2
- Add ICommunicator to represent communicators
- Add ICoapConfig to pass initial variables (refs #8)
- Add HTTP/CoAP proxy (experimental)
- Add build for .NET 4.0
- Dispatch requests with thread pool in LocalEndPoint
- Only timeout requests if SequenceTimeout is greater than 0 in TokenLayer
- Move resources to separate namespace Resources, and add a TimerResource for timed observable resources.
* 0.13.1
- Add timeout and max retransimit to each message
- Enable log levels
- Fix null reference to next block in TransferLayer
* 0.13
- Update to CoAP-13
- Support drafts switching
* 0.08
- Update to CoAP-08
- Support both IPv6/IPv4