summaryrefslogtreecommitdiffstats
path: root/examples/network/doc/src/network-chat.qdoc
blob: 6a8f0024e36a6f9c9eb641328ef947d6896ed6a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \example network-chat
    \title Network Chat
    \ingroup examples-network
    \examplecategory {Networking}
    \meta tag {network,serialization}
    \brief Demonstrates a stateful peer-to-peer Chat client.

    This example uses broadcasting with QUdpSocket and QNetworkInterface to
    discover its peers.

    \image network-chat-example.webp
*/