Configurations#

Macros#

#define
SL_WISUN_COAP_EASY_CLNT_SRV_INSTANCE_ENABLE 0U

Enable easy CoAP client and CoAP server instances.

#define
SL_WISUN_COAP_MEM_USE_STATIC_MEMORY_POOL 0U

Enable Static Memory Pool usage.

#define
SL_WISUN_COAP_NOTIFY_DEFAULT_REMOTE_ADDR "2001:db8::1"

Default remote address to notify.

#define
SL_WISUN_COAP_NOTIFY_DEFAULT_REMOTE_PORT 5683U

Default port of the remote host to notify.

#define
SL_WISUN_COAP_NOTIFY_MAX_NOTIFICATION 10U

Maximum capacity of the CoAP Notification Table.

#define
SL_WISUN_COAP_NOTIFY_SERVICE_ENABLE 1U

Enable Notification service.

#define
SL_WISUN_COAP_NOTIFY_SOCK_BUFF_SIZE 1024UL

Notification service socket communication buffer size.

#define
SL_WISUN_COAP_NOTIFY_STACK_SIZE_WORD 256UL

Notification service stack size in CPU word.

#define
SL_WISUN_COAP_RESOURCE_HND_MAX_RESOURCES 10U

Maximum capacity of the CoAP Resource Table.

#define
SL_WISUN_COAP_RESOURCE_HND_SERVICE_ENABLE 1U

Enable Resource Handler service.

#define
SL_WISUN_COAP_RESOURCE_HND_SERVICE_PORT 5683U

Resource handler service listener port.

#define
SL_WISUN_COAP_RESOURCE_HND_SOCK_BUFF_SIZE 1024UL

Resource handler service socket communication buffer size.

#define
SL_WISUN_COAP_RESOURCE_HND_STACK_SIZE_WORD 256UL

Resource handler service stack size in CPU word.

#define
SL_WISUN_COAP_RESOURCE_HND_VERBOSE_MODE_ENABLE 0U

Enable Resource Handler verbose mode.