summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-07-15 19:45:32 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-07-15 19:45:32 +0200
commit3ed96f9c9a813130f26cd1187fc439440067e5cc (patch)
tree6a8fce71081f260e14f9e6d6cc515df6f599bdd7 /config.mk
parent831c3999b48613c61e15094bf0581cb38e1c3467 (diff)
Minor changes
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 6a985af..40409b2 100644
--- a/config.mk
+++ b/config.mk
@@ -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