Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spirals-team/powerspy.scala
powerspy.scala is a tool for getting the power consumption from the PowerSpy powermeter
https://github.com/spirals-team/powerspy.scala
Last synced: 5 days ago
JSON representation
powerspy.scala is a tool for getting the power consumption from the PowerSpy powermeter
- Host: GitHub
- URL: https://github.com/spirals-team/powerspy.scala
- Owner: Spirals-Team
- License: agpl-3.0
- Created: 2014-12-11T12:56:47.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T10:29:21.000Z (almost 7 years ago)
- Last Synced: 2024-04-16T12:16:41.069Z (9 months ago)
- Language: Scala
- Size: 52.7 KB
- Stars: 3
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# powerspy.scala
[![Join the chat at https://gitter.im/Spirals-Team/powerspy.scala](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Spirals-Team/powerspy.scala?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![OSS Licence](http://img.shields.io/badge/license-AGPLv3-532553.svg)](https://www.gnu.org/licenses/agpl-3.0.html)
[![Build Status](https://travis-ci.org/Spirals-Team/powerspy.scala.svg)](https://travis-ci.org/Spirals-Team/powerspy.scala)
[![Coverage Status](https://coveralls.io/repos/Spirals-Team/powerspy.scala/badge.svg)](https://coveralls.io/r/Spirals-Team/powerspy.scala)powerspy.scala is a tool for getting the power consumption from the [PowerSpy](http://www.alciom.com/en/products/powerspy2-en-gb-2.html) power meter.
# About
powerspy.scala is an open-source project developed by the [Spirals research group](https://team.inria.fr/spirals) (University of Lille 1 and Inria).# How to use it?
powerspy.scala is fully managed by sbt.
More details are available in the [project's Wiki](https://github.com/Spirals-Team/powerspy.scala/wiki).# Contributing
If you would like to contribute code you can do so through GitHub by forking the repository and sending a pull request.When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible.
# Acknowledgments
We all stand on the shoulders of giants and get by with a little help from our friends.
powerspy.scala is written in [Scala](http://www.scala-lang.org) (version 2.12.4 under [3-clause BSD license](http://www.scala-lang.org/license.html)) and built on top of:
* [Apache log4j2](http://logging.apache.org/log4j/2.x/) (version 2.10.0 under [Apache 2 license](http://www.apache.org/licenses/LICENSE-2.0)), for logging.# Licence
This software is licensed under the *GNU Affero General Public License*, quoted below.Copyright (C) 2011-2017 Inria, University of Lille 1.
powerspy.scala 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.
powerspy.scala is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with powerspy.scala. If not, please consult http://www.gnu.org/licenses/agpl-3.0.html.