Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
Update with info about how to configure the Optimus server
  • Loading branch information
argenisleon authored Aug 26, 2018
1 parent 8cb6446 commit 01ea0b8
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README_server.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Optimus Server

The Optimus profiler let you expose your data stats via a little http server. Our goal here is to send this data to a GUI in the client machine.
Actually we are testing this concept with [bumblebee](https://github.com/ironmussa/Bumblebee). If you are interested in
Actually we are testing this concept with [bumblebee](https://github.com/ironmussa/Bumblebee).

To run the server:
```
python server.py
```
```
You can create a config.ini file that let you specify where to output the profiler file and from which location the server is going to read the file.

```
[SERVER]
Input = ../data.json
[PROFILER]
Output = ../data.json
```

0 comments on commit 01ea0b8

Please sign in to comment.