The program uses python3 to run The instruction to run the program is as follows:
- open two terminals in parallel
- first run python3 server.py in one of the terminals
- once the program starts, run one of the following options in the other terminal(can also add a -t [timeout] flag at the end):
- python3 client.py 127.0.0.1 12345 img1.jpg
- python3 client.py 127.0.0.1 12345 text.txt
- python3 client.py 127.0.0.1 12345 mp3test.mp3