From 4c8a21da65e9a02437c03dcdb8aab6b054b651b0 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Tue, 30 Jun 2020 14:25:01 +0200 Subject: Consistencify structure --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2bb734e8..6a5a7f9c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- OpenDC + OpenDC
OpenDC

@@ -11,11 +11,11 @@ OpenDC is an open-source simulator for datacenters aimed at both research and education. -![opendc-frontend-construction](https://raw.githubusercontent.com/tudelft-atlarge/opendc/master/images/opendc-frontend-construction.PNG) +![opendc-frontend-construction](misc/artwork/opendc-frontend-construction.png) Users can construct datacenters (see above) and define experiments to see how these datacenters perform under different workloads and schedulers (see below). -![opendc-frontend-simulation](https://raw.githubusercontent.com/tudelft-atlarge/opendc/master/images/opendc-frontend-simulation.PNG) +![opendc-frontend-simulation](misc/artwork/opendc-frontend-simulation.png) The simulator is accessible both as a ready-to-use website hosted by Delft University of Technology at [opendc.org](http://opendc.org), and as source code that users can run locally on their own machine. @@ -26,7 +26,7 @@ OpenDC is a project by the [@Large Research Group](http://atlarge-research.com). OpenDC consists of four components: a Kotlin simulator, a MariaDB database, a Python Flask web server, and a React.js frontend.

- OpenDC Component Diagram + OpenDC Component Diagram

On the frontend, users can construct a topology by specifying a datacenter's rooms, racks and machines, and create experiments to see how a workload trace runs on that topology. The frontend communicates with the web server over SocketIO, through a custom REST request/response layer. For example, the frontend might make a `GET` request to `/api/v1/users/{userId}`, but this request is completed via SocketIO, not plain HTTP requests. -- cgit v1.2.3