mirror of
https://gitlab.com/manzerbredes/ina260-zmq-publisher.git
synced 2025-04-19 04:09:45 +00:00
Minor changes
This commit is contained in:
parent
55d9cd7567
commit
7f87211b01
5 changed files with 176 additions and 306 deletions
|
@ -13,13 +13,10 @@ ZMQ_TOKEN=ina260-zmq-publisher
|
|||
ZMQ_MSG_SIZE=5242880
|
||||
|
||||
##### Loggers/Publisher
|
||||
# LOGGERS_DIR will contains all the data generated by the loggers
|
||||
# a.k.a the ina260 power measurements
|
||||
LOGGERS_DIR=/tmp/ina260_logs/
|
||||
# LOGGERS_DELAY defines the delay between 2 consecutive
|
||||
# LOG_DELAY defines the delay between 2 consecutive
|
||||
# ina260 power read performed by the logger
|
||||
# Unit is milliseconds
|
||||
LOGGERS_DELAY=1000
|
||||
LOG_DELAY=1000
|
||||
# SUBSCRIBER_DIR will contain all the measurments
|
||||
# received from the publishers
|
||||
SUBSCRIBER_DIR=./data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue