Files
UDPServer/README.md
Dmitry Sovetin 08129fee79 Update README.md
2019-10-31 15:57:15 +03:00

25 lines
716 B
Markdown

# Simple multithreaded UDP server
[![Languages](https://img.shields.io/github/languages/top/SDMMSK/UDPServer.svg?style=flat-square)](README.md)
[![Code Size](https://img.shields.io/github/languages/code-size/SDMMSK/UDPServer.svg?style=flat-square)](README.md)
[![License](https://img.shields.io/github/license/SDMMSK/UDPServer.svg?style=flat-square)](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](LICENSE) file for details.