qt5base-lts/examples/network/network-chat
Thiago Macieira 9998654eac Examples: use CBOR in the network-chat broadcast message
Instead of sending one @-separated message, send one CBOR message. The
message structure is, using the CBOR Data Definition Language:

  broadcast = [
    username: tstr,
    port: 0..65535
  ]

Change-Id: Ic38ec929fc3f4bb795dafffd150ac2614d18c6bf
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2018-06-02 03:11:33 +00:00
..
chatdialog.cpp Unify license header usage. 2016-03-29 10:20:03 +00:00
chatdialog.h Unify license header usage. 2016-03-29 10:20:03 +00:00
chatdialog.ui Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
client.cpp Examples: use CBOR in the network-chat broadcast message 2018-06-02 03:11:33 +00:00
client.h Unify license header usage. 2016-03-29 10:20:03 +00:00
connection.cpp Examples: change the main network-chat protocol to CBOR 2018-06-02 03:11:30 +00:00
connection.h Examples: change the main network-chat protocol to CBOR 2018-06-02 03:11:30 +00:00
main.cpp Unify license header usage. 2016-03-29 10:20:03 +00:00
network-chat.pro qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
peermanager.cpp Examples: use CBOR in the network-chat broadcast message 2018-06-02 03:11:33 +00:00
peermanager.h Examples: use CBOR in the network-chat broadcast message 2018-06-02 03:11:33 +00:00
server.cpp Examples: change the main network-chat protocol to CBOR 2018-06-02 03:11:30 +00:00
server.h Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00