summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-10-18 10:35:08 +0200
committerDaniel Friesel <derf@finalrewind.org>2018-10-18 10:35:08 +0200
commita2188217c7e1ac11c3b6c7f7c1b8ab838765ba67 (patch)
tree365f5b667140a2ae795419c45b7f486d56e3cb1b /README.md
parentb1f91dc4dbd62efbf276bc441feb739c19bbb7d4 (diff)
Add README and COPYING
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b0f0c75
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+# msp430-etv – MSP430 EnergyTrace Visualizer
+
+msp430-etv is a wrapper around
+[energytrace-util](https://github.com/carrotIndustries/energytrace-util) to
+simplify aggregation, visualization and basic analysis of EnergyTrace
+measurements.
+
+Measumerents can be taken directly or loaded from energytrace-util output.
+Data belonging to startup code whose power consumption is not of interest can
+be skipped.
+
+msp430-etv supports plotting the power consumption (calculated from voltage and
+current data) and writing mean voltage, current, and power as well as total
+energy for a given measurement to stdout.
+
+## Dependencies
+
+* [energytrace-util](https://github.com/carrotIndustries/energytrace-util)
+ and libmsp430.so
+* Python 3 with matplotlib and numpy