diff --git a/spec.html b/spec.html index 12b3e43..d2907d5 100644 --- a/spec.html +++ b/spec.html @@ -41,21 +41,39 @@
Several other specifications work together to support using CoAP.
-- 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.
-+ With + RFC 8132, + the methods PATCH and FETCH are introduced. +
+OSCORE (RFC8613) provides symmetric end-to-end security; + EDHOC (RFC9528) enables asymmetric key exchange for OSCORE and other protocols.
+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.
+ 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. +