From d489fa8d6dc9ea13b041c1fb658dd758b78908b0 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 18 Jul 2023 13:06:53 +0200 Subject: Minor changes --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') 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.* -- cgit v1.2.3