Skip to content

rafaelribeiro1510/Distributed-Backup-Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed Backup Service

Compile

cd build
javac ../src/*.java ../src/sdis/*.java ../src/sdis/*/*.java -cp ../src -d .

Run

cd build
java PeerDriver VERSION PEER_ID SERVICE_ACCESS_POINT MC MC_PORT MDB MDB_PORT MDR MDR_PORT

For info on arguments, run java PeerDriver

If the PeerDriver process is killed, it will exit gracefully and unregister itself from RMI.