diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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.* |
