ibs/coap/coap-server1/handlers.h
HeshamTB e633be8396
coap: coap server using libcoap. also scrapped.
Signed-off-by: HeshamTB <hishaminv@gmail.com>
2022-03-23 03:55:29 +03:00

13 lines
293 B
C

#include <coap3/coap.h>
#include <coap3/coap_forward_decls.h>
#include <coap3/resource.h>
#include <coap3/str.h>
void hnd_get_hello(
coap_resource_t *resource,
coap_session_t *session,
const coap_pdu_t *resquest,
const coap_string_t *query_string,
coap_pdu_t* response);