c0ed7ca72150e1eda58ed150e54ab9f28c878c31
Simple C++ multithreaded UDP server
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.
Description
Languages
C++
99.5%
Makefile
0.5%