Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 348 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 348 Bytes

DCSN Client

Distributed Computing in Small Networks - The client application

This application requires Java 1.7

To run the application, call ant run

To compile the application, call ant compile

To create a JAR containing all the application sources, call ant jar

To generate a javadoc for the project, call ant javadoc