This website works better with JavaScript.
Home
Explore
Help
Sign In
langspielplatte
/
measurement-scripts
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Adds iperf timeout for bandwith measurements.
master
Lukas Prause
3 years ago
parent
615907f8d4
commit
da1e39c790
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
measurement_main.py
+ 1
- 1
measurement_main.py
View File
@@ -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:
Write
Preview
Loading…
Cancel
Save