This is an old revision of the document!
The following scenario will show you how to create a CoAP server on the IoT end node device.
A CoAP service is an endpoint that provides information. It is UDP-based, and the protocol configuration (confirmable and non-confirmable messages) requires more than one handler to be implemented in complex and fully implemented scenarios.
To implement this scenario, it is necessary to get familiar with at least one of the following scenarios first:
and obligatory:
There are many implementations of the CoAP protocol, but we will use the following library:
lib_deps = hirotakaster/CoAP simple library