Gerson Fernando Budke d02efca65d Revert "examples: Exclude atxmega-a1u-xpro board due low mem"
This reverts commit d23b139938aadd04906c2364535f3fbfb35f9f31.
2021-08-24 08:35:41 -03:00
..
2020-07-07 11:58:59 +02:00

CoRE Resource Directory: Lookup Example

This example application demonstrates the usage of RIOT's Resource Directory (RD) lookup module, called cord_lc. This module supports the lookup of resources and endpoints as defined in draft-ietf-core-resource-directory-27. The lookup can be done in two modes: a) raw: result of the lookup is returned as is. b) pre-parsed: result of the lookup is parsed and only one link is returned for each call.

Usage

The examples includes a shell command that you can use to interact with a given RD, called cord_lc. Simply use that shell command without parameters for more information on its usage.