Skip to content

University assignment for Networking class at ČVUT @FIT_CTU

License

Notifications You must be signed in to change notification settings

Thewest123/fit-psi-tcpserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>