CoRE RD Endpoint and Lookup Client Configuration

Configuration options for CoRE RD endpoints and lookup clients.

CORD_EP_SUFFIX_LEN

Number of generated hexadecimal characters added to the ep.

1
(16)

Note

Must be an even number

CORD_EP_PREFIX

Default static prefix used for the generated ep.

1
"RIOT-"
CORD_LT

Default lifetime in seconds (the default is 1 day)

1
(86400UL)
CORD_STARTUP_DELAY

Delay until the RD client starts to try registering (in seconds)

1
(3U)
CORD_UPDATE_INTERVAL

Default client update interval (default is 3/4 the lifetime)

1
((CORD_LT / 4) * 3)
CORD_SERVER_ADDR

Use ALL_NODES multicast address as default address when looking for a RD server.

1
"ff02::1"
CORD_SERVER_PORT

Default Port to use when looking for RDs.

1
COAP_PORT