Explorar el Código

Adds iperf timeout for bandwith measurements.

master
Lukas Prause hace 3 años
padre
commit
afd33ea608
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      measurement_main.py

+ 1
- 0
measurement_main.py Ver fichero

@@ -267,6 +267,7 @@ def connect_moden(provider="telekom"):
def reconnect_modem(provider="telekom"):
print_message("Reonnect modem with provider {} ...".format(provider))
os.system("/root/connect-modem.py -s")
sleep(5)
os.system("/root/connect-modem.py -l {}".format(provider))
print_message("...done")


Cargando…
Cancelar
Guardar