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

Quick Secure CoAP Client Example

Securing the CoAP client and using it with a Qt Quick user interface.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Quick Secure CoAP Client Example

 
Sélectionnez
TEMPLATE = app

QT += qml quick coap
CONFIG += c++11

DEFINES += QT_DEPRECATED_WARNINGS

HEADERS += \
    qmlcoapsecureclient.h

SOURCES += \
    main.cpp \
    qmlcoapsecureclient.cpp

DISTFILES += \
    FilePicker.qml

RESOURCES += qml.qrc

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

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