- Project name: Distributed Backup Service
- Short description: Simple distributed Backup Service across local network peers
- Environment: Unix / Windows Console
- Tools: Java, RMI
- Institution: FEUP
- Course: SDIS (Distributed Systems)
- Project grade: 18.6/20
- Group members:
cd build
javac ../src/*.java ../src/sdis/*.java ../src/sdis/*/*.java -cp ../src -d .
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.