Skip to content

Commit

Permalink
update README.md to reference Qt Socket example and add description f…
Browse files Browse the repository at this point in the history
…or the example
  • Loading branch information
farukeryilmaz committed Jan 9, 2024
1 parent b20fa25 commit 98f7a33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
- [Boost.Asio](boost_asio)
- It currently has client and server examples for UDP protocol. Client sends different types of messages to server
via same port. Server receives the messages, deserializes them based on their type and prints them to the console.
- [Qt Network]() _(coming soon)_
- [Qt Sockets](qt_socket)
- It currently has Qt `UdpCommunicator` class that receives messages from a UDP socket and `UdpCommunicator::sendMessage(..` method that
sends messages to given host and port via UDP socket.
- [Raw Sockets]() _(coming soon)_

## License
Expand Down

0 comments on commit 98f7a33

Please sign in to comment.