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

DTLS client

This example demonstrates how to implement client-side DTLS connections.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

DTLS client

 
Sélectionnez
QT += widgets network

TARGET = secureudpclient
TEMPLATE = app

SOURCES += \
        main.cpp \
        association.cpp \
        mainwindow.cpp \
        addressdialog.cpp

HEADERS += \
        association.h \
        mainwindow.h \
        addressdialog.h

FORMS += \
        mainwindow.ui \
        addressdialog.ui

target.path = $$[QT_INSTALL_EXAMPLES]/network/secureudpclient
INSTALLS += target

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