CoAP simple server/client library for Arduino IDE/PlatformIO, ESP32, ESP8266.
Documentation is available at https://decadenza.github.io/ProsecCoAP/.
This library is a partial implementation of CoAP protocol (RFC-7252) supporting:
This library is a fork of CoAP-simple-library and aims at providing:
Navigate to File > Examples > ProsecCoAP to get started with some basic examples.
The examples need CoAP server libcoap or microcoap server to work. You can, alternatively:
coap-client-notls and coap-server-notls.Documentation is available at: https://decadenza.github.io/ProsecCoAP/.
To manually build documentation from the main folder, run:
The documentation will accesible from ./html/index.html.
Check this version of the library for Particle Photon, Core compatibility.
A new version is released following these steps:
vX.Y.Z tag.vX.Y.Z tag and a new release (for GitHub and Arduino library manager). The logs for the Arduino library manager bot can be checked here.This library is a fork of CoAP-simple-library by Hirotaka Niisato. Credits for all the orginal code go to the original contributors.
We are grateful to the original author for providing a solid, lightweight foundation for CoAP communication on embedded systems. This project maintains the original MIT License and continues the spirit of open-source IoT development.