IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

Qt CoAP

Provides classes and functions to make CoAP programming simple and portable.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Qt CoAP

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:

  • Security based on Datagram TLS (DTLS) over UDP

  • Group communication defined by RFC 7390

  • Blockwise transfers defined by RFC 7959

  • Resource observation defined by RFC 7641

  • Resource discovery (multicast and single server)

Qt CoAP is part of the Qt for Automation offering and not Qt. For further details please see Qt for Automation.

Getting Started

To include the definitions of the module's classes, use the following directive:

 
Sélectionnez
#include <QtCoap/QtCoap>

To link against the module, add this line to your qmake .pro file:

 
Sélectionnez
QT += coap

Articles and Guides

Examples

Reference

Licenses and Attributions

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.

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+