ibs/coap/coap-server1/common.h

9 lines
200 B
C
Raw Permalink Normal View History

/* 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);