From 98f7a338c7cff23e5120cdfab34ffa781a02ba51 Mon Sep 17 00:00:00 2001 From: Faruk Eryilmaz Date: Tue, 9 Jan 2024 20:25:26 +0300 Subject: [PATCH] update README.md to reference Qt Socket example and add description for the example --- examples/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 81ed43f..6ae7cd2 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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