Com.AugustCellars.CoAP
1.1.1
See the version list below for details.
dotnet add package Com.AugustCellars.CoAP --version 1.1.1
NuGet\Install-Package Com.AugustCellars.CoAP -Version 1.1.1
<PackageReference Include="Com.AugustCellars.CoAP" Version="1.1.1" />
paket add Com.AugustCellars.CoAP --version 1.1.1
#r "nuget: Com.AugustCellars.CoAP, 1.1.1"
// Install Com.AugustCellars.CoAP as a Cake Addin #addin nuget:?package=Com.AugustCellars.CoAP&version=1.1.1 // Install Com.AugustCellars.CoAP as a Cake Tool #tool nuget:?package=Com.AugustCellars.CoAP&version=1.1.1
Com.AugustCellars.CoAP is an implementation in C# providing CoAP-based services to .NET applications.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Com.AugustCellars.CoAP:
Package | Downloads |
---|---|
Tomidix.CSharpTradFriLibrary
This is an open source helper library which you can use to communicate with your ZigBee-based Ikea TradFri gateway |
|
Com.AugustCellars.CoAP.TLS
Implement the TCP and TLS interface defined by RFC 8323. Current support exists for pre-shared keys and X.509 certificates. The BouncyCastle libraries are used for cryptographic support. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.10.0 | 28,976 | 9/2/2020 |
1.9.0 | 2,143 | 6/12/2020 |
1.8.0 | 619 | 3/28/2020 |
1.7.0 | 744 | 2/7/2020 |
1.6.0 | 2,346 | 11/15/2019 |
1.5.0 | 1,749 | 10/1/2019 |
1.4.0 | 775 | 9/25/2019 |
1.3.0 | 616 | 9/11/2019 |
1.2.0 | 5,116 | 9/17/2018 |
1.1.9 | 1,265 | 6/17/2018 |
1.1.8.1 | 2,824 | 9/11/2017 |
1.1.8 | 925 | 9/8/2017 |
1.1.7 | 985 | 8/1/2017 |
1.1.6 | 1,174 | 7/7/2017 |
1.1.5 | 965 | 6/24/2017 |
1.1.4 | 974 | 6/2/2017 |
1.1.3 | 1,015 | 5/26/2017 |
1.1.2 | 985 | 5/23/2017 |
1.1.1 | 997 | 4/20/2017 |
This project is built on the CoAP.NET project of smeshlink which in turn is based on Californium. As this project did not seem to be maintained any more and I wanted a version in order to test the newer items that are coming out of the IETF CORE working group, I have captured it and started exanding it.
This project is NOT to be used for commercial purposes. It is intented only for research and verification work.
* 1.1.1
- Correct dll name
* 1.1.0
- Fix internal inconsistances
* 1.0.0
- Add support for OSCOAP draft -02
- Change name space to not collide with smershlink version