mirror of
https://gitlab.com/manzerbredes/ina260-zmq-publisher.git
synced 2025-04-07 04:16:26 +02:00
Minor changes
This commit is contained in:
parent
dbd45e0fa0
commit
e0fdde7cd0
1 changed files with 5 additions and 3 deletions
|
@ -9,9 +9,10 @@ SUBSCRIBER_ADDR=localhost
|
||||||
ZMQ_TOKEN=ina260-zmq-publisher
|
ZMQ_TOKEN=ina260-zmq-publisher
|
||||||
# ZMQ_MSG_SIZE max number of bytes per ZeroMQ messages
|
# ZMQ_MSG_SIZE max number of bytes per ZeroMQ messages
|
||||||
# Be careful with this parameter. Default is 5MiB
|
# Be careful with this parameter. Default is 5MiB
|
||||||
|
# Units is MiB
|
||||||
ZMQ_MSG_SIZE=5242880
|
ZMQ_MSG_SIZE=5242880
|
||||||
|
|
||||||
##### Logger/Publisher
|
##### Loggers/Publisher
|
||||||
# LOGGERS_DIR will contains all the data generated by the loggers
|
# LOGGERS_DIR will contains all the data generated by the loggers
|
||||||
# a.k.a the ina260 power measurements
|
# a.k.a the ina260 power measurements
|
||||||
LOGGERS_DIR=./logs
|
LOGGERS_DIR=./logs
|
||||||
|
@ -24,8 +25,9 @@ LOGGER_DELAY=1000
|
||||||
SUBSCRIBER_DIR=./data
|
SUBSCRIBER_DIR=./data
|
||||||
# LOG_INTERVAL determined the duration
|
# LOG_INTERVAL determined the duration
|
||||||
# of a logging period. At the end of a logging period,
|
# 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
|
# a file with all the power measurements is generated by the loggers in LOGGERS_DIR
|
||||||
# this file is then transmitted by the publisher to the subscribers
|
# This file, is then transmitted by the publishers to the subscriber
|
||||||
|
# Unit is seconds
|
||||||
LOG_INTERVAL=30
|
LOG_INTERVAL=30
|
||||||
# KEY is attached to all the messages published by the node
|
# KEY is attached to all the messages published by the node
|
||||||
# It allows you to filter the messages received on the client
|
# It allows you to filter the messages received on the client
|
||||||
|
|
Loading…
Add table
Reference in a new issue