LwM2M client configurations. More...
LwM2M client configurations.
Definition in file lwm2m_client_config.h.
Go to the source code of this file.
Macros | |
#define | CONFIG_LWM2M_STANDARD_PORT "5683" |
CoAP default port of the LwM2M server. | |
#define | CONFIG_LWM2M_DTLS_PORT "5684" |
CoAPS default port of the LwM2M server. | |
#define | CONFIG_LWM2M_BSSERVER_PORT "5685" |
CoAP default port of the LwM2M bootstrap server. | |
#define | CONFIG_LWM2M_LOCAL_PORT "5683" |
Default port for the local LwM2M instance. | |
#define | CONFIG_LWM2M_LOCAL_DTLS_PORT "5684" |
Default port for the local LwM2M CoAPs server. | |
#define | CONFIG_LWM2M_DEVICE_TTL 300 |
Lifetime of the device object on the LwM2M server. | |
#define | CONFIG_LWM2M_ALT_PATH NULL |
Alternate path to place LwM2M resources. | |
#define | CONFIG_LWM2M_BOOTSTRAP |
Define to 1 to add bootstrap server support. | |
#define | CONFIG_LWM2M_CREDMAN_TAG_BASE (10U) |
Number to use as base for assigning tags to (D)TLS Credential Manager credentials. | |
#define | CONFIG_LWM2M_URI_MAX_SIZE 64 |
Maximum length of an URI allowed. | |