server.py: target serversolve.py: solution script using the first method described in the slidesolve2.py: solution script using the second method described in the slideflag: the flag
You can use the following command to start up the server.
socat TCP-LISTEN:20000,fork EXEC:'python ./server.py'