Constrained Application Protocol (CoAP) is a machine-to-machine (M2M) web transfer protocol for use with constrained nodes and constrained networks in the Internet of Things (IoT). It is designed to easily interface with HTTP for integration with the Web, while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.
The Qt CoAP module implements the client side of CoAP defined by RFC 7252. Generally, CoAP is designed to use datagram-oriented transport such as UDP, so the current implementation of the transport is based on UDP. However implementing custom transports based on TCP, WebSocket, and so on, is also possible.
The Qt CoAP module supports:
Note: Qt CoAP is part of the Qt for Automation offering and not Qt. For further details please see Qt for Automation.
To include the definitions of the module's classes, use the following directive:
#include <QtCoap/QtCoap>
To link against the module, add this line to your qmake .pro file:
QT += coap
Qt CoAP is available under commercial licenses from The Qt Company. In addition, it is available under the the GNU General Public License, version 3.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qtcoap-index.html