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

DTLS server

This examples demonstrates how to implement a simple DTLS server.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

DTLS server

 
Sélectionnez
QT += widgets network

TARGET = secureudpserver
TEMPLATE = app

SOURCES += \
        main.cpp \
        mainwindow.cpp \
        server.cpp \
    nicselector.cpp

HEADERS += \
        mainwindow.h \
        server.h \
    nicselector.h

FORMS = mainwindow.ui \
    nicselector.ui

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

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