Skip to content

rafaelribeiro1510/Internet-Distributed-Backup-Service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDIS Project 2 - Distributed Backup Service for Internet

Compile

Linux

./gradlew assemble

Windows

.\gradlew.bat assemble

Run

Call without arguments for more information on the meaning of each argument.

IPs can also be domain names (usually localhost).

Linux

# Start rmiregistry
cd build/classes/java/main
rmiregistry

# Run project
cd build/classes/java/main
java PeerDriver PEER_ID SERVICE_ACCESS_POINT PEER_IP [IP:PORT]

Example:

java PeerDriver 1 peer1 localhost

About

2nd Project for SDIS Course

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.2%
  • Shell 0.8%