Skip to content

yezhangyinge/Computer_Network_Reliable_Transfer_Protocol_GBN

Repository files navigation

GBN-Python

How to use

You just need to use two files in this project.

  1. test_send.py
  2. test_recv.py

create sender

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

create receiver

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

Check

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

About

GBN- Reliable Transfer Protocol -Computer Network Top-Down Version 7

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages