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

Console CoAP Client Example

Creating a simple console application that communicates with a CoAP server.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Console CoAP Client Example

 
Sélectionnez
QT -= gui
QT += network coap

TARGET = testapp

HEADERS += \
    coaphandler.h

SOURCES += main.cpp \
    coaphandler.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/coap/consolecoapclient
INSTALLS += target

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