Skip to content

soundaryaramesh/P2MP-UDP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Peer to MultiPoint Communication using User Datagram Protocol

Usage

The P2MP-UDP implements data transfer from a single client to multiple servers. The server should run before any of the clients. The Format for running the servers:
python Server.py <port no> <filename> <probability>
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 the client:
python Client.py <number of hosts> <filename> <MSS>
The host name and ports of all the hosts should be entered.
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