Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 745 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 745 Bytes

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.