Where can I find documentation and examples related to coAP request handlers.
Basically, I want to implement listeners for different coAP requests
Where can I find documentation and examples related to coAP request handlers.
Basically, I want to implement listeners for different coAP requests
Hi,
I'm not aware of any other documentation on this than the API reference for the CoAP library. You can find an example implementation in our Thread and Zigbee SDK, in the file examples\thread\app_utils\thread_coap_utils.c. This is used in the simple_coap_server and client examples.
Let me know if you have any specific things you need help with.
Best regards,
Jørgen
Hi,
I'm not aware of any other documentation on this than the API reference for the CoAP library. You can find an example implementation in our Thread and Zigbee SDK, in the file examples\thread\app_utils\thread_coap_utils.c. This is used in the simple_coap_server and client examples.
Let me know if you have any specific things you need help with.
Best regards,
Jørgen