summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-07-17 10:53:26 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-07-17 10:53:26 +0200
commit44f332f91d48e43a3a3c30fec4353ea9358d51fd (patch)
tree3827d5038f9553c933fe852ce860f433b1aadeb7 /config.mk
parent4d0635e09740daed1d4b9f17b6ee10086fc925f7 (diff)
Minor changes
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.mk b/config.mk
index 4e01b7a..ae7b7b8 100644
--- a/config.mk
+++ b/config.mk
@@ -3,7 +3,7 @@
ZMQ_PORT=5556
# SUBSCRIBER_ADDR is used by the publishers
# to contact the subscriber
-SUBSCRIBER_ADDR=localhost
+SUBSCRIBER_ADDR=10.128.0.133
# ZMQ_TOKEN is used by ZeroMQ to detect
# messages from publishers. Leave as is if not sure.
ZMQ_TOKEN=ina260-zmq-publisher
@@ -15,11 +15,11 @@ 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=./logs
+LOGGERS_DIR=/tmp/ina260_logs/
# LOGGERS_DELAY defines the delay between 2 consecutive
# ina260 power read performed by the logger
# Unit is milliseconds
-LOGGERS_DELAY=1000
+LOGGERS_DELAY=1
# SUBSCRIBER_DIR will contain all the measurments
# received from the publishers
SUBSCRIBER_DIR=./data