SUIT secure firmware updates over CoAP. More...
SUIT secure firmware updates over CoAP.
SUIT CoAP helper API
Macros | |
#define | SUIT_COAP_SUBTREE |
SUIT CoAP endpoint entry. More... | |
Functions | |
void | suit_coap_run (void) |
Start SUIT CoAP thread. | |
#define SUIT_COAP_SUBTREE |
SUIT CoAP endpoint entry.
In order to use, include this header, then add SUIT_COAP_SUBTREE to the nanocoap endpoint array. Mind the alphanumerical sorting!
See examples/suit_update for an example.