Sinalgo - Simulator for Network Algorithms |
|
Sinalgo SetupThere are two flavors of Sinalgo: The toy release and the regular release. Download the toy release if you just want to have a glance at the project, but do not intend to run any simulations. For any other objectives, download the regular release for full access to all features of Sinalgo.Requirements
Toy ReleaseAfter downloading the toy release, unpack the compressed folder and double click the included jar file.In case you have several versions of Java installed, ensure that the default version is 5.0 or higher. Note: If another application than java executes jar files on your system, you may need to launch Sinalgo from the command line. This is probably the case if you see a window showing a directory structure after double clicking the jar file. To start Sinalgo from the command line, open the a command line and change to the unpacked directory of the toy release. Then, type java -jar sinalgo.jar Regular ReleaseAfter downloading the regular release, unpack the compressed folder to your favorite location to work from. Depending on the IDE you are using, the following steps may differ. We first describe the general settings you need to achieve and then how to obtain these settings with Eclipse.Class PathsThe following settings need to be set, either in your IDE, or on the command-line to compile and run the application.
To run the application from the command line, call (for
example)
Setup in EclipseTo setup Sinalgo for Eclipse, you need to create a new project in Eclipse and associate it with the downloaded regular release of Sinalgo.
To start the application, right-click on the src folder in the Package Explorer or the Navigator of Eclipse, and select 'Run As' -> 'Java Application'. |
© Distributed Computing Group |