diff options
| author | Filip Wandzio <contact@philw.dev> | 2025-10-14 22:18:55 +0200 |
|---|---|---|
| committer | Filip Wandzio <contact@philw.dev> | 2025-10-14 22:18:55 +0200 |
| commit | 4807e1cfe11dbedd7656e534e3995edb575129a6 (patch) | |
| tree | 48afc894f2b8c0ec1ad82ca433a77e4b247fa774 /analysis | |
| parent | 01713bbe20d2cf5aafbe5eb32721d3e4fc5823d8 (diff) | |
| download | e1-4807e1cfe11dbedd7656e534e3995edb575129a6.tar.gz e1-4807e1cfe11dbedd7656e534e3995edb575129a6.zip | |
Optimize mqtt rtt analysis method
Diffstat (limited to 'analysis')
| -rw-r--r-- | analysis/e1anl/src/agregate.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 8 | import os | 8 | import os |
| 9 | os.makedirs("output", exist_ok=True) | 9 | os.makedirs("output", exist_ok=True) |
| 10 | 10 | ||
| 11 | BROKER = "192.168.1.101" | 11 | BROKER = "192.168.1.103" |
| 12 | SUB_TOPIC = "device/echo/in" | 12 | SUB_TOPIC = "device/echo/in" |
| 13 | CSV_FILE = "output/rtt_throughput_log.csv" | 13 | CSV_FILE = "output/rtt_throughput_log.csv" |
| 14 | WINDOW_SEC = 1 | 14 | WINDOW_SEC = 1 |
