A run-time generic decision-engine for power and performance management.
Here is the list of dependencies to compile RTGDE:
- cmake 2.6+
- libpcap (optional)
Just run the following commands:
$ git clone https://github.com/mupuf/RTGDE.git
$ mkdir RTGDE/build
$ cd RTGDE/build
$ cmake ..
$ make
WIP
RTGDE comes with multiple tests. Documentation for it will be written soon.