blob: da82da3241bc09f1106cd710033e82dc4ffbbab1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
<a href="https://opendc.org/">
<img src="https://opendc.org/img/logo.svg" alt="OpenDC logo" title="OpenDC" align="right" height="100" />
</a>
# OpenDC
Collaborative Datacenter Simulation and Exploration for Everybody
[](/LICENSE.txt)
[](https://opendc.org/learn/category/documentation)
[](https://github.com/atlarge-research/opendc/releases)
[](https://github.com/atlarge-research/opendc/actions/workflows/build.yml)
-----
This repository is the home of the OpenDC project, a free and open-source platform for cloud datacenter simulation.
## Latest Release
All releases of OpenDC can be found [here](https://github.com/atlarge-research/opendc/releases).
The latest release will be marked _latest_.
## Documentation
You can find the OpenDC documentation [on the website](https://opendc.org).
The documentation is divided into several sections:
* [Getting Started](https://opendc.org/learn/category/getting-started)
* [Tutorials](https://opendc.org/learn/category/tutorials)
* [Where to Get Support](https://opendc.org/community/support)
* [Contributing Guide](https://opendc.org/community/contributing)
You find information about the research projects and publications related to OpenDC in the [research section](https://opendc.org/research/publications).
The source code for the website is located in the [gh-pages branch](https://github.com/atlarge-research/opendc/tree/gh-pages).
Push to that branch to update the website.
## Contributing
Questions, suggestions and contributions are welcome and appreciated!
Please refer to the [contributing guidelines](CONTRIBUTING.md) for more details.
## License
OpenDC is distributed under the MIT license. See [LICENSE.txt](/LICENSE.txt).
|