diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -6,7 +6,7 @@ A ZeroMQ-based power monitoring publisher for the ina260 chip. This repository p - `publisher`: that continuously publish using the ZeroMQ pub/sub communication pattern - `subscriber`: a client that collect the measurements from the publishers (broker, frontend etc...) -*Note: Nothing is stored locally! Everything that is published by the publisher is either receive by a subscriber or lost.* +*Note: Nothing is stored locally! Everything that is published by the publishers is either received by the subscriber or lost.* ### Compilation The only dependency is [ZeroMQ](https://zeromq.org/). After installing the ZeroMQ library, the following will generate all the executables: @@ -15,10 +15,5 @@ The only dependency is [ZeroMQ](https://zeromq.org/). After installing the ZeroM ### Deployment 1. Update `config.mk` according to you needs -2. On the nodes equiped with the ina260 chips: - - $ make publish - -3. One the node that collect the measurements (broker, frontend etc..): - - $ make subscribe
\ No newline at end of file +2. On the nodes equiped with the ina260 chips run `make publish` +3. On the node that collect the measurements (broker, frontend etc..) run `make subscribe`
\ No newline at end of file |
