Project

General

Profile

Statistics
| Revision:

root / README.txt @ 2

History | View | Annotate | Download (335 Bytes)

1
To compile the program, please run compile.bat.
2

    
3
To create a Peer, please run:
4

    
5
java -cp .\bin peer.Peer <protocol_version> <peer_id> <accesspoint> <MC address> <MC port> <MDB address> <MDB port> <MDR address> <MDR port>
6

    
7
To run the TestApp, please run
8

    
9
java -cp .\bin client.TestApp <accesspoint> <operation> <opnd_1> <opnd_2>