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

Simple CoAP Client

Creating an application that communicates with a CoAP server.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Simple CoAP Client

 
Sélectionnez
QT       += core network coap widgets

TARGET = simplecoapclient
TEMPLATE = app

SOURCES += \
        main.cpp \
        mainwindow.cpp \
        optiondialog.cpp

HEADERS += \
        mainwindow.h \
        optiondialog.h

FORMS += \
        mainwindow.ui \
        optiondialog.ui

target.path = $$[QT_INSTALL_EXAMPLES]/coap/simplecoapclient
INSTALLS += target

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