Collection of transport drivers. More...

Detailed Description

Collection of transport drivers.

Drivers enable you to use different transports while still relying on the same high-level CoAP API. Each driver implements framing and a messaging model optimized for the given transport. Which transport you choose depends on the deployment. For most constrained deployments, we recommend the CoAP over UDP Driver or CoAP over DTLS Driver.

Modules

 CoAP over DTLS Driver
 Use CoAP over DTLS, with optional reliability.
 
 CoAP over UDP Driver
 Use CoAP over the UDP transport protocol, with optional reliability.
 
 RFC 7252 Framing
 Parse and serialize RFC 7252 PDUs.