项目作者: atlarge-research

项目描述 :
Datacenter simulation toolkit for the OpenDC project
高级语言: Kotlin
项目地址: git://github.com/atlarge-research/opendc-simulator.git
创建时间: 2017-01-24T10:47:40Z
项目社区:https://github.com/atlarge-research/opendc-simulator

开源协议:MIT License

下载



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:

  1. $ 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:

  1. $ ./gradlew build

To test the source code, run the following code in your command prompt:

  1. $ ./gradlew test

License

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