На ветке master
Ваша ветка обновлена в соответствии с «origin/master». Изменения, которые будут включены в коммит: новый файл: README.md новый файл: json11.cpp новый файл: json11.hpp новый файл: udpserver.cpp
This commit is contained in:
18
README.md
Normal file
18
README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Simple multithreaded UDP server
|
||||
|
||||
Simple multithreaded UDP server.
|
||||
The number of threads is determined by the number of CPU cores.
|
||||
|
||||
## 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.
|
||||
Reference in New Issue
Block a user