atlarge-research / opendc-simulator

Datacenter simulation toolkit for the OpenDC project

Home Page:https://opendc.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Datacenter simulation toolkit for the OpenDC project

https://opendc.org

License:MIT License


Languages

Language:Kotlin 99.5%Language:Dockerfile 0.5%