ibs/coap/coap-server1/common.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

9 lines
200 B
C

/* minimal CoAP functions
*
* Copyright (C) 2018-2021 Olaf Bergmann <bergmann@tzi.org>
*/
#include <coap3/coap.h>
int resolve_address(const char *host, const char *service, coap_address_t *dst);