Description:
Consider implementing CoAP over TCP, TLS, and WebSockets based on https://tools.ietf.org/html/rfc8323.
The current implementation of CoAP uses UDP/DTLS for the transport, but there is a possibility to support different transports, by adding alternative implementations of the QCoapConnection interface.