HarshJain27 / Gossip-Protocol

Implementation of Gossip Protocol among a group of processes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gossip-Protocol

Implementing Gossip Protocol among a group of processes (RPC Servers)

Initially N processes will start. Each of the servers take the following arguments:

./MyServer <id> <numProcesses> [-i <inputFile>]

<id> is this server's id <numProcesses> is the total number of processes -i <input file> is an optional argument containing the input file name

About

Implementation of Gossip Protocol among a group of processes


Languages

Language:Java 100.0%