DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
coap Directory Reference

Files

 coap.cpp
 CoAP server (RFC 7252): resource table, message codec, and the UDP binding.
 
 coap.h
 Zero-heap CoAP server (RFC 7252): message codec + a fixed resource table.
 
 coaps.cpp
 CoAP over DTLS (CoAPs, RFC 7252 §9). See coaps.h.
 
 coaps.h
 CoAP over DTLS (CoAPs, RFC 7252 §9) - the bridge between the DTLS 1.3 server and the CoAP request handler.
 
 coaps_server.cpp
 CoAP-over-DTLS server front-end - implementation. See coaps_server.h.
 
 coaps_server.h
 CoAP-over-DTLS server front-end - binds a UDP port to a pool of DtlsConn + the CoAPs bridge.