CoAP 0.18.0
CoAP.NET is an implementation in C# providing CoAP-based services to .NET applications.
No packages depend on CoAP.
* 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
This package has no dependencies.