summaryrefslogtreecommitdiff
path: root/simulator/docs/introduction.md
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-04-25 21:53:42 +0200
committerGitHub <noreply@github.com>2021-04-25 21:53:42 +0200
commit128f76f7fd7c8abb41a3bbbd9f1980cbc20ae7a5 (patch)
treeadd513890005233a7784466797bfe6f5052e9eeb /simulator/docs/introduction.md
parent128a1db017545597a5c035b7960eb3fd36b5f987 (diff)
parent57b54b59ed74ec37338ae26b3864d051255aba49 (diff)
build: Flatten project structure
This change updates the project structure to become flattened. Previously, the simulator, frontend and API each lived into their own directory. With this change, all modules of the project live in the top-level directory of the repository.
Diffstat (limited to 'simulator/docs/introduction.md')
-rw-r--r--simulator/docs/introduction.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/simulator/docs/introduction.md b/simulator/docs/introduction.md
deleted file mode 100644
index 711a829b..00000000
--- a/simulator/docs/introduction.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# 1. Introduction
-This repository hosts the source code and development of the simulation component of the [OpenDC](https://opendc.org) project. OpenDC is a simulation platform for cloud infrastructure, with the aim of making datacenter concepts and technology accessible to everyone. To learn more about OpenDC, have a look through our [vision paper](https://ieeexplore.ieee.org/document/8121623)!
-
-The simulator is one of the components of the OpenDC stack. It is responsible for modelling and simulation of datacenters and their components. This entails receiving environments and experiment configurations from up the stack, simulating these configurations, and reporting back results.
-
-The simulator is composed of two main components:
-- **[odcsim](/odcsim)**
- A framework for discrete event simulation.
-- **[opendc](/opendc)**
- A collection of models for simulating clouds, datacenters and their components, using the **odcsim** framework.
-
-In the remainder of this documentation, we walk you through a typical toolchain setup for amending OpenDC in your own way, explain the architecture of the system, and show you how to run your own experiments with the simulator.
-
----
-[Next >](setup.md)