For this repository you need a device that runs on linux. It can be a server but also a laptop, desktop, Raspberry Pi running on linux.
The Setup described below is for when this program is not being setup on the CFNS-server. If you are setting it up on that server start at step 6.
- Open server.py.
- Scroll to the bottom of the file.
- Make sure the ip_address is either public and the port is forwarded or the socket with the public ip_address and the specified port is translated to the private ip_adress.
- Make sure nothing else runs on the specified port.
- Save server.py.
- Run the following command:
python3 server.py
- You have succesfully setup the server.