Dmitry Sovetin 15b4013868 Изменения, которые будут включены в коммит:
изменено:      .gitignore
	удалено:       .vscode/c_cpp_properties.json
2022-06-15 13:52:02 +03:00
2022-04-17 12:44:24 +03:00
2022-04-17 12:44:24 +03:00
2019-01-16 16:15:51 +03:00
2019-01-16 16:21:48 +03:00
2020-02-14 09:13:23 +03:00
2022-04-17 12:44:24 +03:00

Simple C++ multithreaded UDP server

Languages Code Size License

Simple C++ 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
Simple C++ multithreaded UDP server
Readme 414 KiB
Languages
C++ 99.5%
Makefile 0.5%