From 4807e1cfe11dbedd7656e534e3995edb575129a6 Mon Sep 17 00:00:00 2001 From: Filip Wandzio Date: Tue, 14 Oct 2025 22:18:55 +0200 Subject: Optimize mqtt rtt analysis method --- analysis/e1anl/src/agregate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'analysis') diff --git a/analysis/e1anl/src/agregate.py b/analysis/e1anl/src/agregate.py index 1054288..05537d3 100644 --- a/analysis/e1anl/src/agregate.py +++ b/analysis/e1anl/src/agregate.py @@ -8,7 +8,7 @@ from collections import deque import os os.makedirs("output", exist_ok=True) -BROKER = "192.168.1.101" +BROKER = "192.168.1.103" SUB_TOPIC = "device/echo/in" CSV_FILE = "output/rtt_throughput_log.csv" WINDOW_SEC = 1 -- cgit v1.2.3