summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 794fa29..c882733 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,7 @@
A ZeroMQ-based power monitoring publisher for the ina260 chip.\
This repository provides:
-- `logger`: that collects power measurements from the ina260 using the dedicated driver
-- `publisher`: that continuously publish the logger's data using the ZeroMQ pub/sub communication pattern
+- `publisher`: that collects power measurements from the ina260 using the dedicated driver with a thread that continuously publish the power measurements data using the ZeroMQ pub/sub communication pattern
- `subscriber`: a program that collects the measurements published by the publishers (used to create a broker, frontend etc...)
*Note: Nothing is stored locally! Everything that is published by the publishers is either received by the subscriber or lost.*