How to run the program
All the files under "src" directory need to be compiled with command:
javac filename
You can execute the individual files with command :
java filename
Entry point for the program is through Peer.java file. Steps to run this file:
javac \src\Peer.java
after compiling, you can run the file with PeerID as an argument. Please check the configuration file "peerInfo.cfg" as peers need to be executed sequentially.
java Peer 1001