mirror of
https://gitlab.com/manzerbredes/ina260-zmq-publisher.git
synced 2025-04-10 08:20:27 +00:00
Minor changes
This commit is contained in:
parent
8432180184
commit
b8bdb006a3
1 changed files with 9 additions and 0 deletions
|
@ -3,6 +3,15 @@ PUBLISHER_PORT=5556
|
||||||
PUBLISHER_ADDR=localhost
|
PUBLISHER_ADDR=localhost
|
||||||
|
|
||||||
##### Logger/Publisher
|
##### Logger/Publisher
|
||||||
|
# LOGGERS_DIR will contains all the data generated by the loggers
|
||||||
|
# a.k.a the ina260 power measurements
|
||||||
LOGGERS_DIR=./logs
|
LOGGERS_DIR=./logs
|
||||||
|
# LOG_INTERVAL determined the duration
|
||||||
|
# of a logging period. At the end of a logging period,
|
||||||
|
# a file with all the power measurements is generated by the logger in LOGGERS_DIR
|
||||||
|
# this file is then transmitted by the publisher to the subscribers
|
||||||
LOG_INTERVAL=30
|
LOG_INTERVAL=30
|
||||||
|
# KEY is attached to all the messages published by the node
|
||||||
|
# It allows you to filter the messages received on the client
|
||||||
|
# if you are using multiple monitoring nodes (multiple publishers)
|
||||||
KEY=node1
|
KEY=node1
|
Loading…
Add table
Reference in a new issue