Files
UDPServer/README.md
Dmitry Sovetin c0ed7ca721 Update README.md
2020-02-14 09:01:27 +03:00

720 B

Simple C++ multithreaded UDP server

Languages Code Size License

Simple multithreaded UDP server.
The number of threads is determined by the number of CPU cores.
JSON logging.
XTea encryption functions.

Getting Started

make

./udpserver 127.0.0.1 10003

Testing

ncat -u 127.0.0.1 10003

License

This project is licensed under the GNU GPLv3 License - see the LICENSE file for details.