Skip to content

isha97/P2MP-UDP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

P2MP-UDP

Instructions: The P2MP-UDP implements data transfer from a single client to multiple servers. All the servers(Server.py) should run before running the client. The Format for running server code: python Server.py The variable host should be assigned to the hostname of the server.(It can be found using ifconfig command). probability is the fraction of total packets which will be lost. The format for running client code: python Client.py It will ask for the hostname and port of all the hosts. The hostname should be same as the one specified in Sever.py code and port should match with corresponding port(command line arguement) given while running Server.py code. MSS(Maximum Segment Size) specifies the size of packet (Bytes) sent at once.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%