summaryrefslogtreecommitdiff
path: root/config.mk
blob: cda8ad201bbc95af345d27e70e735048871cb429 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
##### ZeroMQ
PUBLISHER_PORT=5556
PUBLISHER_INTERFACE=*

##### Logger/Publisher
# LOGGERS_DIR will contains all the data generated by the loggers
# a.k.a the ina260 power measurements
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
# 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