From 46b06fb446e79c390c01953d31d700b8e73da24d Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Mon, 29 Jun 2020 16:04:57 +0200 Subject: Prepare simulator repository for monorepo This change prepares the simulator Git repository for the monorepo residing at https://github.com/atlarge-research.com/opendc. To accomodate for this, we move all files into a simulator subdirectory. --- README.md | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md deleted file mode 100644 index 1bc866cf..00000000 --- a/README.md +++ /dev/null @@ -1,46 +0,0 @@ -

- - OpenDC - -
- OpenDC Simulator -

-

-Collaborative Datacenter Simulation and Exploration for Everybody -

-

- - Build Status - - - MIT License - -

- -## Introduction -This repository hosts the source code and development of the simulation component of the [OpenDC](https://opendc.org) project. This component is responsible for modelling and simulation of datacenters and their components. We have structured the repository into two individual subprojects: -- **[odcsim](/odcsim)** - A framework for discrete event simulation using the [Kotlin](https://kotlinlang.org/) language. -- **[opendc](/opendc)** - A collection of models for simulating clouds, datacenters and their components using the **odcsim** framework. - -## Documentation -Check out the [Getting Started](#getting-started) section for a quick -overview. -The documentation is located in the [docs/](docs) directory and is divided as follows: -1. [Introduction](docs/introduction.md) -1. [Toolchain Setup](docs/setup.md) -2. [Architecture Overview](docs/architecture.md) -3. [Running an Experiment](docs/run.md) - -## Getting Started -TODO - -## Contributing -### Contributing Guide -Read our [contributing guide](CONTRIBUTING.md) to learn about our -development process, how to propose bug fixes and improvements, and how -to build and test your changes to the project. - -### License -The OpenDC simulator is available under the [MIT license](https://github.com/atlarge-research/opendc-simulator/blob/master/LICENSE.txt). -- cgit v1.2.3