mirror of
https://gitlab.com/manzerbredes/ina260-zmq-publisher.git
synced 2025-04-06 03:46:25 +02:00
ZMQ publisher for ina260
src | ||
.gitignore | ||
config.mk | ||
Makefile | ||
README.md |
ina260-zmq-publisher
A ZeroMQ-based power monitoring publisher for the ina260 chip. This repository provides:
logger
: that collects power measurements from the ina260 using the dedicated driverpublisher
: that continuously publish using the ZeroMQ pub/sub communication patternsubscriber
: 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.
Compilation
The only dependency is ZeroMQ. After installing the ZeroMQ library, the following will generate all the executables:
$ make
Deployment
-
Update
config.mk
according to you needs -
On the nodes equiped with the ina260 chips:
$ make publish
-
One the node that collect the measurements (broker, frontend etc..):
$ make subscribe