2019-11-12 14:52:47 +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
|
2024-10-18 14:56:20 +02:00
|
|
|
[RFC 9176](https://datatracker.ietf.org/doc/html/rfc9176).
|
2019-11-12 14:52:47 +01:00
|
|
|
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
|
2021-03-01 11:59:57 +01:00
|
|
|
more information on its usage.
|