summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-07-15 16:00:04 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-07-15 16:00:04 +0200
commitb8bdb006a334d1b688fb8c2468f2293a0781829b (patch)
tree47611933d9e822c44eb5eac481effd573f61c176 /config.mk
parent8432180184865071a212dc19ef997692680c93ed (diff)
Minor changes
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 61c11c2..6a25af2 100644
--- a/config.mk
+++ b/config.mk
@@ -3,6 +3,15 @@ PUBLISHER_PORT=5556
PUBLISHER_ADDR=localhost
##### 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 \ No newline at end of file