ソースを参照

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:

読み込み中…
キャンセル
保存