-
Notifications
You must be signed in to change notification settings - Fork 2k
Standards Based Application Development
chrysn edited this page Sep 21, 2018
·
11 revisions
The IETF and other organizations provide open standards for application development on constrained devices. RIOT creates and assembles implementations of these standards. The table below gives an overview of what is available, including links into RIOT's documentation to learn more.
Standard | Notes |
---|---|
CoAP | CoAP is an HTTP-like application protocol. See the information page to learn about RIOT's nanocoap and gcoap interfaces. |
Resource Directory | RD is a mechanism to publish and find resources provided by a server. See the RD Client implementation. |
CBOR | CBOR is a binary, JSON-like data encoding. RIOT packages the cn-cbor library. |
LwM2M | LwM2M is a device management protocol from OMA. RIOT packages the Eclipse project's Wakaama library. |