1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/examples/cord_lc
Marian Buschsieweke 3a5e3636bb
sys/shell/commands/sc_gnrc_icmpv6_echo: fix dependency
Add missing dependency to xtimer so that the shell command `ping` is
again provided when requested.
2022-07-21 13:20:10 +02:00
..
cord_lc_cli.c examples: replace sock_udp_str2ep() with sock_udp_name2ep() 2022-03-24 17:11:15 +01:00
main.c examples: add RD lookup client example 2020-07-07 11:58:59 +02:00
Makefile treewide: replace gnrc_netdev_default with netdev_default 2021-09-06 15:43:40 +02:00
Makefile.ci sys/shell/commands/sc_gnrc_icmpv6_echo: fix dependency 2022-07-21 13:20:10 +02:00
README.md sys/net/app/cord and examples: Update references to -27 2021-03-01 11:59:57 +01: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.