The task was to create a TCP server according to SPECIFICATION.md (only available in Czech language) in arbitrary programming language. I've choosen Python due to it's simple Socket library.
This solution received 18 out of 20 points. Anything 10+ would satisfy the requirements.
- Run server:
./main.py -a [IP_ADDR] -p [PORT]
- Run client:
./tester/psi-tester-2022-v6_x64 <PORT> <IP_ADDR>