Network Chat Example¶
Demonstrates a stateful peer-to-peer Chat client
chatdialog.cpp Example File¶
chatdialog.h Example File¶
chatdialog.ui Example File¶
client.cpp Example File¶
client.h Example File¶
connection.cpp Example File¶
connection.h Example File¶
peermanager.cpp Example File¶
peermanager.h Example File¶
server.cpp Example File¶
server.h Example File¶
main.cpp Example File¶
network-chat.pro Example File¶
Demonstrates a stateful peer-to-peer Chat client.
This example uses broadcasting with QUdpSocket and QNetworkInterface to discover its peers.