You just need to use two files in this project.
- test_send.py
- test_recv.py
Open one terminal and run the command below
python test_send.py
and then enter like this
Please input your option: send/receive/close: send
Open another terminal and run the command below
python test_recv.py
and then enter like this
Please input your option: send/receive/close: receive
If you want to check that two files are the same, you can use the file named "check_if_reliable.py"
run then command below
python check_if_reliable.py