Com.AugustCellars.CoAP 1.1.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Com.AugustCellars.CoAP --version 1.1.3
NuGet\Install-Package Com.AugustCellars.CoAP -Version 1.1.3
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="Com.AugustCellars.CoAP" Version="1.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Com.AugustCellars.CoAP --version 1.1.3
#r "nuget: Com.AugustCellars.CoAP, 1.1.3"
#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 Com.AugustCellars.CoAP as a Cake Addin
#addin nuget:?package=Com.AugustCellars.CoAP&version=1.1.3

// Install Com.AugustCellars.CoAP as a Cake Tool
#tool nuget:?package=Com.AugustCellars.CoAP&version=1.1.3

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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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 24,360 9/2/2020
1.9.0 1,671 6/12/2020
1.8.0 597 3/28/2020
1.7.0 722 2/7/2020
1.6.0 2,230 11/15/2019
1.5.0 1,222 10/1/2019
1.4.0 733 9/25/2019
1.3.0 591 9/11/2019
1.2.0 5,050 9/17/2018
1.1.9 1,229 6/17/2018
1.1.8.1 2,710 9/11/2017
1.1.8 903 9/8/2017
1.1.7 957 8/1/2017
1.1.6 1,128 7/7/2017
1.1.5 941 6/24/2017
1.1.4 955 6/2/2017
1.1.3 992 5/26/2017
1.1.2 974 5/23/2017
1.1.1 983 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.3
 - Turn off logging by default
 - Turn off auto re-enrollment for Observe relationships by default.  The ObserveReconnect property on a request can be used to turn it back on for that request.
1.1.2
 - Implement a basic version of DTLS client code          
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