1 #include "coap_config.h" 2 #include <coap.h> 3 4 void server_coap_init(void); 5 /* call this when you think that resources could be dirty */ 6 void server_coap_poll(void); 7
1 #include "coap_config.h" 2 #include <coap.h> 3 4 void server_coap_init(void); 5 /* call this when you think that resources could be dirty */ 6 void server_coap_poll(void); 7