Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 346 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 346 Bytes

DCSN Server

Distributed Computing in Small Networks - The server 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