Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 730 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 730 Bytes

DistributedFileSharing Build Status

A distributed file sharing system which has an overlay structure of gnutella

To Run :

Run the project in IntelIJ. The main class is src/main/java/com/semicolon/ds/gui/Main

To create a jar and run

  1. In the root folder, run mvn clean package
  2. Jar will be formed in the targer folder. You can simply run it by double clicking, or running it in a terminal with the following command. java -jar <filename>

Note

You have to start the bootstrap server before running the program. Set the bootstrap properties in the Bootstrap.properties file.