Skip to content

Commit

Permalink
add README.md for example codes
Browse files Browse the repository at this point in the history
  • Loading branch information
farukeryilmaz committed Jan 7, 2024
1 parent ce3f671 commit a8fd94c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit a8fd94c

Please sign in to comment.