diff options
Diffstat (limited to 'analysis/e1anl')
| -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 |
