mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-14 09:03:50 +01:00
Demo of unicoap Message APIs
This application provides an example of how to create messages and how to set and get option values. The example also demonstrates how to parse and serialize CoAP messages using the RFC 7252 PDU format.
This example corresponds to the sample code Using Message APIs on doc.riot-os.org.
Running the Example
To try this example on your host, run:
BOARD=native make flash term
This will compile and run the application.