Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 448 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 448 Bytes

BI-PSI Homework

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.

Usage

  1. Run server: ./main.py -a [IP_ADDR] -p [PORT]
  2. Run client: ./tester/psi-tester-2022-v6_x64 <PORT> <IP_ADDR>