diff --git a/spec.html b/spec.html index 12b3e43..d2907d5 100644 --- a/spec.html +++ b/spec.html @@ -41,21 +41,39 @@

IANA registry

-

Other specifications

+

Extension specifications

Several other specifications work together to support using CoAP.

-

Link-format

+

More mechanisms

- RFC 6690 - defines the CoAP link-format, a simple format for exposing the - resources offered by a CoAP server as the basis for a resource directory. + With the block-wise transfer modes of + RFC 7959, + resource representations larger than a single package can be exchanged. +

+

+ The observation mechanism introduced in + RFC 7641 + allows clients to receive continuous updates whenever a resource is changed.

-

Group comm

+

+ With + RFC 8132, + the methods PATCH and FETCH are introduced. +

+

Security extensions

+

OSCORE (RFC8613) provides symmetric end-to-end security; + EDHOC (RFC9528) enables asymmetric key exchange for OSCORE and other protocols.

+

Explored details

Employing the basic multicast functionality defined in RFC 7252, RFC 7390 - provides additional information and protocol flows for how to use CoAP for group communication. + provides additional information and protocol flows for how to use CoAP for group communication. +

+

+ RFC 8075 + establishes rules how CoAP services can be proxied to HTTP, + and how methods and media types are mapped.

@@ -74,5 +92,17 @@

LWM2M

open-source implementations of the LWM2M standard are available for the client and server sides. Some basic testing support is also available on-line at coap.me.

+

Content formats

+

+ RFC 6690 + defines the CoAP link-format, a simple format for exposing the + resources offered by a CoAP server as the basis for a resource directory. +

+

+ SenML (RFC8428) is convenient for transporting sensor and actuator data. +

+

+ A format for describing concise problem details is defined in RFC9290. +