We are moving towards a mono-repo code model in v2.0 of OpenDC.
See the main repo for the latest version, which now has the code previously contained in this sub-repo embedded in it.
Collaborative Datacenter Simulation and Exploration for Everybody
Download the source code by running the following code in your command prompt:
$ git clone https://github.com/atlarge-research/opendc-simulator.git
or simply grab a copy of the source code as a Zip file.
For building the source code, we use Gradle. To run gradle, enter the following in your command prompt:
$ ./gradlew build
To test the source code, run the following code in your command prompt:
$ ./gradlew test
The code is released under the MIT license. See the LICENSE.txt
file.