CoAP 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CoAP --version 1.0.0
NuGet\Install-Package CoAP -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CoAP" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CoAP --version 1.0.0
#r "nuget: CoAP, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CoAP as a Cake Addin
#addin nuget:?package=CoAP&version=1.0.0

// Install CoAP as a Cake Tool
#tool nuget:?package=CoAP&version=1.0.0

CoAP.NET is an implementation in C# providing CoAP-based services to .NET applications.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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自动化处理、串口调试、串口监听、串口曲线、TCP测试、MQTT测试、编码转换、乱码恢复等功能
Version Downloads Last updated
1.1.0 32,233 12/4/2015
1.0.0 1,928 2/11/2015
0.18.0 2,712 11/3/2014
0.13.4 1,579 11/2/2014
0.8.0 2,869 11/2/2014

* 1.0.0
 - Add support for RFC7252!
 - Redefine compile symbols
 - Rename events and properties in CoAP Message
 - Allow random block request
 - Separate CoAP.Proxy namespace
 - Update Common.Logging to v3.0.0
 - Fix incorrect link format serialization
 - Fix null reference in CoAPClient.Discover()
 - Fix a lot of others
* 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