FONQRI / p2p_server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

p2p_server

This is a simple STUN server and source is from https://www.tuicool.com/articles/YNBVrei with a little edit. you can use it with p2p_client

Prerequisites

Build

cmake -Bbuild -H.
cd build
make 

Deployment

Afret Build run it p2p_server and it will work over localhost and port 2333.

Built With

Authors

  • Behnam Sabaghi - Initial work - FONQRI

License

This project is licensed under the GPL V3 License - see the Licence file for details

Acknowledgments

About


Languages

Language:C++ 83.6%Language:CMake 16.4%