瀏覽代碼

Adds iperf timeout for bandwith measurements.

master
Lukas Prause 3 年之前
父節點
當前提交
da1e39c790
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      measurement_main.py

+ 1
- 1
measurement_main.py 查看文件

@@ -25,7 +25,7 @@ NR_SERVINGCELL_COMMAND = b'AT+QENG="servingcell"\r\n'
NR_EN_DC_STATUS_COMMAND = b"AT+QENDC\r\n"
NR_SERIAL_RESPOND_TIME = 0.3 # s
CMD_TIME_EPOCH = "date +%s"
TIMEOUT_OFFSET = 5.0
TIMEOUT_OFFSET = 10.0


class ProcessHandler:

Loading…
取消
儲存