Skip to content
This repository was archived by the owner on Mar 11, 2019. It is now read-only.

Commit 4fb3bdc

Browse files
committed
Update README.md
1 parent 4f686a0 commit 4fb3bdc

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
11
# PowerAPI
2-
PowerAPI is a middleware toolkit for buidling software-defined power meters. Software-defined power meters are software librairies that estimates the power consumption of software in real-time. PowerAPI supports the acquisition of raw metrics from a wide diversity of sensors (physical meters, processor interfaces, hardware counters, OS counters) and the delivery of power consumptions via different interfaces (filesystem, network, web, graphical).
2+
PowerAPI is a middleware toolkit for buidling software-defined power meters. Software-defined power meters are configurable software librairies that can estimate the power consumption of software in real-time. PowerAPI supports the acquisition of raw metrics from a wide diversity of sensors (*eg.*, physical meters, processor interfaces, hardware counters, OS counters) and the delivery of power consumptions via different channels (including filesystem, network, web, graphical). As a middleware toolkit, PowerAPI offers the capability of assemblying power meters *«à la carte»* to accomodate user requirements.
33

44
# About
55
PowerAPI is an open-source project developed by the [Spirals research group](https://team.inria.fr/spirals) (University of Lille 1 and Inria).
66

7+
# Mailing list
8+
You can follow the latest news and asks questions by subscribing to our [mailing list](https://sympa.inria.fr/sympa/info/powerapi).
9+
10+
# Contributing
11+
If you would like to contribute code you can do so through GitHub by forking the repository and sending a pull request.
12+
13+
When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible.
14+
715
# Acknowledgments
8-
We all stand on the shoulders of giants and get by with a little help from our friends. PowerAPI is written in [Scala](http://www.scala-lang.org) and built on top of:
9-
* [Akka](http://akka.io), for async processing
16+
We all stand on the shoulders of giants and get by with a little help from our friends. PowerAPI is written in [Scala](http://www.scala-lang.org) (version 2.11.4 under [3-clause BSD license](http://www.scala-lang.org/license.html)) and built on top of:
17+
* [Akka](http://akka.io) (version 2.2.4 under [Apache 2 license](http://www.apache.org/licenses/LICENSE-2.0)), for asynchronous processing
1018

1119
# Licence
12-
This software is licensed under the GNU Affero General Public License, quoted below.
20+
This software is licensed under the *GNU Affero General Public License*, quoted below.
1321

14-
Copyright (C) 2011-2014 Inria, University Lille 1.
22+
Copyright (C) 2011-2014 Inria, University of Lille 1.
1523

1624
PowerAPI is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
1725

0 commit comments

Comments
 (0)