forked from hi-primus/optimus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update with info about how to configure the Optimus server
- Loading branch information
1 parent
8cb6446
commit 01ea0b8
Showing
1 changed file
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |