travelmate: release 1.1.0

* checks continuously the signal quality for conditional
  uplink (dis-) connections
* captive portal detection with internet online check and
  a 'heartbeat' function to keep the uplink connection up & running

Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
Dirk Brenken
2018-02-19 21:59:03 +01:00
parent f714c9071d
commit 76e068dc2d
5 changed files with 163 additions and 113 deletions
+7 -5
View File
@@ -3,11 +3,13 @@
config travelmate 'global'
option trm_enabled '0'
option trm_debug '0'
option trm_triggerdelay '1'
option trm_automatic '1'
option trm_maxwait '30'
option trm_maxretry '3'
option trm_timeout '60'
option trm_captive '1'
option trm_iface 'trm_wwan'
option trm_triggerdelay '2'
option trm_debug '0'
option trm_maxretry '3'
option trm_minquality '30'
option trm_maxwait '30'
option trm_timeout '60'
option trm_rtfile '/tmp/trm_runtime.json'