-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ffh-wifi-offline-ssid: initial commit #10
Conversation
d8810ce
to
843bd2a
Compare
This commit adds a package to change the SSID if no internet connection is available. It depends on ffh-check-connection. This is based on freifunk-gluon/gluon#1649
It works besides that the permission for the /usr/sbin/ffh-wifi-offline-ssid file was not set executable. Any clue why? |
what i don't like is that it seems not possible to also handle "flakey" connections as offline, like with batman gateway TQ threshold in solutions like https://github.com/tecff/gluon-packages/tree/main/tecff-ssid-changer or https://github.com/ffac/gluon-ssid-changer or https://github.com/Freifunk-Nord/gluon-ssid-changer (which are all somehow related/similar) |
|
As we use BATMAN_V and have no TQ but throughput. I really love this is mesh protocol agnostic. |
Is this still working in gluon 2021.1.1? |
Close? Update? |
Isn't this solved in And a duplicate of |
As this is now more than 3 years ago, I will close this in favor of the ffac-ssid-changer. |
This commit adds a package to change the SSID if no internet connection is
available. It depends on ffh-check-connection.
This is based on freifunk-gluon/gluon#1649
Still needs some testing and refactoring in ffh-check-connection. PR opened for reference now.
EDIT by rotanid: depends on #9