Skip to content

An implementation of the Go-Back_N pipelined protocol.

Notifications You must be signed in to change notification settings

g-laz77/Go-Back-N

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Go-Back-N Protocol

Implementation of the protocol using sockets

  • sender.py :- Sends tha packes and recieves the acknowledged packets.
  • reciever.py :- Recieves the packets.

Milestones

  • Created Sender class.
  • Created Reciever class.
  • Created sockets in main function to initiate file exchange. (Accept input)
  • Should implement the random losing of messages.
  • Debug the code for any errors.
  • Should implement timeout.

About

An implementation of the Go-Back_N pipelined protocol.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages