diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-06-30 14:25:01 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-08-24 19:43:17 +0200 |
| commit | 4c8a21da65e9a02437c03dcdb8aab6b054b651b0 (patch) | |
| tree | d47b9bee07dc426e8a70ec9ab215ed59ec2ef599 /README.md | |
| parent | 2662c23a63c152946bb6b258bac0221ae281ae47 (diff) | |
Consistencify structure
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ <h1 align="center"> - <img src="images/logo.png" width="100" alt="OpenDC"> + <img src="misc/artwork/logo.png" width="100" alt="OpenDC"> <br> OpenDC </h1> @@ -11,11 +11,11 @@ OpenDC is an open-source simulator for datacenters aimed at both research and education. - + Users can construct datacenters (see above) and define experiments to see how these datacenters perform under different workloads and schedulers (see below). - + 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. <p align="center"> - <img src="https://raw.githubusercontent.com/tudelft-atlarge/opendc/master/images/opendc-component-diagram.png" alt="OpenDC Component Diagram"> + <img src="misc/artwork/opendc-component-diagram.png" alt="OpenDC Component Diagram"> </p> 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. |
