qt5base-lts/examples/network
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
..
bearermonitor qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
blockingfortuneclient Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
broadcastreceiver qtlite: Skip building examples when configured with no-feature-udpsocket 2018-01-11 12:37:50 +00:00
broadcastsender qtlite: Skip building examples when configured with no-feature-udpsocket 2018-01-11 12:37:50 +00:00
dnslookup Unify license header usage. 2016-03-29 10:20:03 +00:00
doc Slightly revamp the http example 2017-09-22 14:29:12 +00:00
download QtNetwork (examples) - update network download manager 2017-10-02 17:10:38 +00:00
downloadmanager QtNetwork (examples) - update the second download manager example 2017-10-02 17:16:21 +00:00
fortuneclient qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
fortuneserver Change almost all other uses of qrand() to QRandomGenerator 2017-11-08 09:14:03 +00:00
googlesuggest qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
http Slightly revamp the http example 2017-09-22 14:29:12 +00:00
loopback Unify license header usage. 2016-03-29 10:20:03 +00:00
multicastreceiver qtlite: Skip building examples when configured with no-feature-udpsocket 2018-01-11 12:37:50 +00:00
multicastsender qtlite: Skip building examples when configured with no-feature-udpsocket 2018-01-11 12:37:50 +00:00
multistreamclient Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
multistreamserver Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
network-chat Examples: use CBOR in the network-chat broadcast message 2018-06-02 03:11:33 +00:00
securesocketclient qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
secureudpclient Add a secure UDP client example 2018-06-22 13:09:42 +00:00
secureudpserver Add a secure UDP server example 2018-06-21 17:01:03 +00:00
shared Polish SCTP examples 2016-08-03 11:46:21 +00:00
threadedfortuneserver Change almost all other uses of qrand() to QRandomGenerator 2017-11-08 09:14:03 +00:00
torrent Make sure we can build with -no-feature-draganddrop 2018-05-29 18:31:35 +00:00
network.pro Add a secure UDP client example 2018-06-22 13:09:42 +00:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00

Qt is provided with an extensive set of network classes to support both
client-based and server side network programming.

These examples demonstrate the fundamental aspects of network programming
with Qt.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.