diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-07-18 13:06:53 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-07-18 13:06:53 +0200 |
| commit | d489fa8d6dc9ea13b041c1fb658dd758b78908b0 (patch) | |
| tree | 65428264fbb8b44e126b41975e0bdf17a6c4fac2 /README.md | |
| parent | 7f87211b01bcc116eba8b01b73677ea87172e8d7 (diff) | |
Minor changes
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.* |
