This guide is to be followed under /src folder (We have included 4 files from different formats for test purposes: pinguimReal.jpg and porto.jpg, sope.pdf and test.txt - and are ready to go. Another test files can be put under /src folder for easy testing, although the insertion of its full path is also permitted. ) --- to compile all files --- javac *.java --- to run the program --- (RMI is set automatically) -- server side -- ~ Peers: $ java Peer Eg.: Peer 1.0 1 peer1 224.0.0.1 8888 224.0.0.2 8888 224.0.0.3 8888 Peer 1.0 2 peer2 224.0.0.1 8888 224.0.0.2 8888 224.0.0.3 8888 -- client side -- ~ Backup: $ java TestApp BACKUP Eg.: java TestApp peer1 BACKUP porto.jpg 2 ~ Restore: $ java TestApp RESTORE Eg.: java TestApp peer1 RESTORE porto.jpg ~ Delete: $ java TestApp DELETE Eg.: java TestApp peer1 DELETE porto.jpg ~ Reclaim: $ java TestApp RECLAIM Eg.: java TestApp peer1 RECLAIM 0 ~ State: $ java TestApp STATE Eg.: java TestApp peer1 STATE