1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-16 00:54:23 +01:00
RIOT/examples/cord_lc
2021-10-13 12:14:45 -04:00
..
cord_lc_cli.c
main.c
Makefile
Makefile.ci boards/stm32g031-disco,examples,tests: Added STM32G031-DISCO board 2021-10-13 12:14:45 -04:00
README.md

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.