Skip to content
Snippets Groups Projects
Unverified Commit f35d482c authored by Ruben Barkow's avatar Ruben Barkow Committed by GitHub
Browse files

Readme: hint not to use tq_limit with BATMAN_V

parent 3c6750ce
No related branches found
No related tags found
No related merge requests found
gluon-ssid-changer gluon-ssid-changer
================== ==================
_This branch of the script contains the ssid-changer version for the gluon _This branch of the script contains the ssid-changer version for the gluon branches
2018.1.x branch (current "master"). For older releases of Gluon use the branches 2018.1.x and 2018.2.x (current "master"). For older releases of Gluon use the
"2017.1.x" and "2016.2.x"._ branches "2017.1.x" and "2016.2.x"._
This package adds a script to change the SSID to an Offline-SSID when there is This package adds a script to change the SSID to an Offline-SSID when there is
no connection to any gateway. no connection to any gateway.
...@@ -18,11 +18,11 @@ You can enable/disable it in the config mode. ...@@ -18,11 +18,11 @@ You can enable/disable it in the config mode.
Once every timeframe it checks if there's still a gateway reachable. There can be Once every timeframe it checks if there's still a gateway reachable. There can be
selected two algorithms to analyze if a gateway is reacheable: selected two algorithms to analyze if a gateway is reacheable:
- `tq_limit` enabled: define an upper and lower limit to turn the offline_ssid - `tq_limit_enabled=true`: (not working with BATMAN_V) define an upper and lower
on and off in-between these two values the SSID will never be changed to limit to turn the offline_ssid on and off in-between these two values the SSID
prevent it from toggeling every minute. will never be changed to prevent it from toggeling every minute.
- `tq_limit` disabled: there will be only checked, if the gateway is reachable - `tq_limit_enabled=false`: there will be only checked, if the gateway is
with: reachable with:
batctl gwl -H batctl gwl -H
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment