qt5base-lts/examples/network/secureudpclient
Timur Pocheptsov 033a1a2793 Add a secure UDP client example
A simple application that establishes DTLS connection(s) and
sends/receives datagrams. Class DtlsAssociation is
essentially a QUdpSocket|QDtls pair: it initiates a handshake,
handles timeouts and errors. After establishing an encrypted
connection it sends messages to the server and processes responses.

Task-number: QTBUG-67596
Change-Id: I92d481b7dfd2459e6a93c754b338a2e897a7feaf
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
2018-06-22 13:09:42 +00:00
..
addressdialog.cpp Add a secure UDP client example 2018-06-22 13:09:42 +00:00
addressdialog.h Add a secure UDP client example 2018-06-22 13:09:42 +00:00
addressdialog.ui Add a secure UDP client example 2018-06-22 13:09:42 +00:00
association.cpp Add a secure UDP client example 2018-06-22 13:09:42 +00:00
association.h Add a secure UDP client example 2018-06-22 13:09:42 +00:00
main.cpp Add a secure UDP client example 2018-06-22 13:09:42 +00:00
mainwindow.cpp Add a secure UDP client example 2018-06-22 13:09:42 +00:00
mainwindow.h Add a secure UDP client example 2018-06-22 13:09:42 +00:00
mainwindow.ui Add a secure UDP client example 2018-06-22 13:09:42 +00:00
secureudpclient.pro Add a secure UDP client example 2018-06-22 13:09:42 +00:00