Minor changes

This commit is contained in:
Loic Guegan 2023-07-15 19:45:32 +02:00
parent 831c3999b4
commit 3ed96f9c9a
3 changed files with 7 additions and 3 deletions

View file

@ -6,6 +6,9 @@ SUBSCRIBER_ADDR=localhost
# LOGGERS_DIR will contains all the data generated by the loggers
# a.k.a the ina260 power measurements
LOGGERS_DIR=./logs
# SUBSCRIBER_DIR will contain all the measurments
# received from the publishers
SUBSCRIBER_DIR=./data
# 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