|
1 | 1 | <img src="https://rawgit.com/Spirals-Team/powerapi/master/resources/logo/PowerAPI-logo.png" alt="Powerapi" width="300px">
|
2 | 2 |
|
| 3 | +[](https://gitter.im/Spirals-Team/powerapi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
| 4 | + |
3 | 5 | [](https://www.gnu.org/licenses/agpl-3.0.html)
|
4 | 6 | [](https://travis-ci.org/Spirals-Team/powerapi)
|
5 |
| -[](https://www.codacy.com/public/maximecolmant/powerapi) |
6 |
| - |
7 |
| -[](https://gitter.im/Spirals-Team/powerapi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
| 7 | +[](https://coveralls.io/r/Spirals-Team/powerapi) |
| 8 | +[](https://www.codacy.com/app/mcolmant/powerapi) |
8 | 9 |
|
9 | 10 | PowerAPI is a middleware toolkit for building software-defined power meters.
|
10 | 11 | Software-defined power meters are configurable software libraries that can estimate the power consumption of software in real-time.
|
@@ -45,7 +46,7 @@ We all stand on the shoulders of giants and get by with a little help from our f
|
45 | 46 | * [Akka](http://akka.io) (version 2.3.11 under [Apache 2 license](http://www.apache.org/licenses/LICENSE-2.0)), for asynchronous processing
|
46 | 47 | * [Typesafe Config](https://github.com/typesafehub/config) (version 1.2.1 under [Apache 2 license](http://www.apache.org/licenses/LICENSE-2.0)), for reading configuration files.
|
47 | 48 | * [Apache log4j2](http://logging.apache.org/log4j/2.x) (version 2.3 under [Apache 2 license](http://www.apache.org/licenses/LICENSE-2.0)), for logging outside actors.
|
48 |
| -* [powerspy.scala](https://github.com/Spirals-Team/powerspy.scala) (version 1.0.1 under [AGPL license](http://www.gnu.org/licenses/agpl-3.0.html)), for using the [PowerSpy powermeter](http://www.alciom.com/en/products/powerspy2-en-gb-2.html). |
| 49 | +* [powerspy.scala](https://github.com/Spirals-Team/powerspy.scala) (version 1.2 under [AGPL license](http://www.gnu.org/licenses/agpl-3.0.html)), for using the [PowerSpy powermeter](http://www.alciom.com/en/products/powerspy2-en-gb-2.html). |
49 | 50 | * [BridJ](https://code.google.com/p/bridj/) (version 0.7.0 under [3-clause BSD license](https://github.com/ochafik/nativelibs4java/blob/master/libraries/BridJ/LICENSE)), for system or C calls.
|
50 | 51 | * [perfmon2](http://sourceforge.net/p/perfmon2/libpfm4/ci/master/tree) (version 4.6.0 under [MIT license](http://sourceforge.net/p/perfmon2/libpfm4/ci/master/tree/COPYING)), for accessing hardware performance counters.
|
51 | 52 | * [JFreeChart](http://www.jfree.org/jfreechart/) (version 1.0.19 under [LGPL license](https://www.gnu.org/licenses/lgpl.html)), for creation of interactive and animated charts.
|
|
0 commit comments