From a8fd94c502d4dc8041568b969b3e65a56319c8e4 Mon Sep 17 00:00:00 2001 From: Faruk Eryilmaz Date: Sun, 7 Jan 2024 13:22:34 +0300 Subject: [PATCH] add README.md for example codes --- examples/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..81ed43f --- /dev/null +++ b/examples/README.md @@ -0,0 +1,10 @@ +# BytePack Examples: ASIO, Qt, and Raw Sockets +## Content +- [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)_ +- [Raw Sockets]() _(coming soon)_ + +## License +Example codes in the `examples` folder are provided for demonstration purposes only and is not covered under any specific license terms. Users are free to use it as they wish. \ No newline at end of file