Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Datacenter simulation toolkit for the OpenDC project

License

Notifications You must be signed in to change notification settings

atlarge-research/opendc-simulator

Repository files navigation

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.

OpenDC
OpenDC Simulator

Collaborative Datacenter Simulation and Exploration for Everybody

Build Status MIT License

Getting the source

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.

Building

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

License

The code is released under the MIT license. See the LICENSE.txt file.