- Nov 19, 2016
-
-
Vincent Wiemann authored
If there is a hidden network in range it will have a 'nil' SSID value and the match function will result in an error aborting the updater. This commit also checks for the bssid value so that if the bssid gathering whyever fails it doesn't let the whole updater fail.
-
- Oct 11, 2016
-
-
Karsten Böddeker authored
-
- Sep 22, 2016
-
-
Karsten Böddeker authored
-
- Sep 21, 2016
-
-
Karsten Böddeker authored
our changes in 'ffho-config-mode-geo-location' and 'ffho-config-mode-mesh-vpn' are upstream since Apr 27, 2016.
-
- Sep 20, 2016
-
-
Karsten Böddeker authored
-
Karsten Böddeker authored
iprove bin/ffho-debug remove obsolete bin/ffho-debug-live remove obsolete usr/lib/micron.d/ffho-debug update ReadMe.md
-
- Sep 19, 2016
-
-
Karsten Böddeker authored
-
Karsten Böddeker authored
lib/gluon/status-page/www/cgi-bin/status: - show gluon-version - list ip protocol if connected to a gateway remove obsolete lib/gluon/status-page/www/cgi-bin/interfaces
-
- Sep 17, 2016
-
-
Karsten Böddeker authored
-
- Sep 09, 2016
-
-
Karsten Böddeker authored
-
- Jul 18, 2016
-
-
Karsten Böddeker authored
-
Karsten Böddeker authored
-
- Jul 17, 2016
-
-
Karsten Böddeker authored
-
- Jul 03, 2016
-
-
Karsten Böddeker authored
for configuration of a remote syslog server within expertmode.
-
Karsten Böddeker authored
-
- May 27, 2016
-
-
Karsten Böddeker authored
move geo_default_site to site.conf and add some documentation
-
Karsten Böddeker authored
The link to the map can now be specified within site.conf.
-
-
Karsten Böddeker authored
-
- May 05, 2016
-
-
Karsten Böddeker authored
compatible with gluon v2016.1.x since Apr 28, 2016
-
Karsten Böddeker authored
within master and 2016.1.x since Apr 28, 2016
-
Karsten Böddeker authored
-
- Apr 27, 2016
-
-
Karsten Böddeker authored
-
- Apr 23, 2016
-
-
Karsten Böddeker authored
/lib/gluon/upgrade/510-autoupdater-wifi-fallback: - network config updated /usr/lib/lua/autoupdater-wifi-fallback/util.lua: - return radio, ssid and bssid /usr/sbin/autoupdater-wifi-fallback: - check if /sys/kernel/debug/batman_adv/bat0/gateways is readable - update switch_to_fallback_mode() for own script /usr/sbin/wpa_supplicant - improve log messages /usr/sbin/wpa_supplicant: NEW - script for executing iw dev <devname> connect [-w] <SSID> [<freq in MHz>] [<bssid>] [key 0:abcde d:1:6162636465] - use bssid to specify the ap
-
- Apr 18, 2016
-
-
Karsten Böddeker authored
and write log messages
-
Karsten Böddeker authored
-
- Apr 16, 2016
-
-
Karsten Böddeker authored
determine the update branch with 'autoupdater-wifi-fallback -b <branch>'
-
Karsten Böddeker authored
-
Karsten Böddeker authored
-
Karsten Böddeker authored
Luci module for gluon-autoupdater and ffho-autoupdater-wifi-fallback, based on gluon-luci-autoupdater.
-
- Apr 15, 2016
-
-
Karsten Böddeker authored
this is not needed for current gluon/master, but we are developing for v2016.1.x
-
Karsten Böddeker authored
-
Karsten Böddeker authored
Add ReadMe.md for: - ffho-alfred-watchdog - ffho-autoupdater - ffho-autoupdater-wifi-fallback - ffho-autoupdater-wifi-fallback-legacy - ffho-banner - ffho-config-mode-geo-location - ffho-config-mode-mesh-vpn - ffho-debug - ffho-geo-location-altitude-delete - ffho-respondd-config - ffho-status-page - ffho-txpower-fix - ffho-wifi-blackout-workaround - ffho-wifi-mesh-macfilter Add incomplete ReadMe.md for: - ffho-ebtables-net-rules - ffho-node-tuning Update: - ffho-txpower-fix/Makefile - ffho-wifi-blackout-workaround/files/etc/hotplug.d/iface/99-ath9k_disable_ani
-
Karsten Böddeker authored
-
Karsten Böddeker authored
this fixes https://github.com/freifunk-gluon/gluon/issues/703
-
Karsten Böddeker authored
ffho-openwrt-migration-tools: deleted - obsolete and unused ffho-geo-location-altitude-delete: renamed - called ffho-upgrade-tools bevore - currently unused but may usable for someone
-
Karsten Böddeker authored
-
- Apr 14, 2016
-
-
Karsten Böddeker authored
- support current gluon version - support nodes with dualband wifi
-
- Apr 10, 2016
-
-
Karsten Böddeker authored
/etc/config/autoupdater-wifi-fallback - just provide a config example /lib/gluon/upgrade/510-autoupdater-wifi-fallback - if ther is no config, copy enable state from autoupdater - there is no need for setting the wireless config here - set a cron job to execute the wifi-fallback 10 minutes after the autoupdater /usr/lib/lua/autoupdater-wifi-fallback/util.lua - improve get_available_wifi_networks() - use iwinfo, so there is no need to use io.poppen() - match the SSID to someting containing "Freifunk" (case-insensitive) - removed unused functions - get_site_macs() - is_in_fallback_mode() - neighbours() - interfaces() - get_wifi_neighbours() /usr/lib/micron.d/autoupdater-wifi-fallback removed - the cron job is now prepared by /lib/gluon/upgrade/510-autoupdater-wifi-fallback /usr/sbin/autoupdater-wifi-fallback - don't get min_update_secs from the config, just declare it here - remove the debug output - parse_args() - add new arg -b for feature use - add error message - preflight_check() - do not exit, just return true or false - do not check the fastd socket, it exists if fastd is running and does not belong to an established connection - connectivity_check() - was called check_connectivity() bevore, renamed to be similar to preflight_check() - do not check your wifi neighbours, they may have no connection too - some little code improvements - switch_to_falback_mode(wifiNetwork, radio) - we need the radio, too, to connect to the wifiNetwork - delete all wifi-ifaces, we will restore them later, don't worry - setup config for fallback wifi-iface - iw dev <dev> connect -w <ssid>, is not working any more, so we install wpa-suplicant-mini - revert the wireless directly after connecting to the AP - revert_to_standard_mode() - the config is allready restored, so just reinitialize the network - is_in_fallback_mode() - deleted - there is no reason to check this here - again no need to check the fastd socket - improve unreachable_since, execute os.time() only one time - as already mentioned, we need the corresponding radio, to connect to wifiNetwork ffho-autoupdater-wifi-fallback-legacy: new - migration package to migrate from old version to the new one - deletes the obsolete config after an upgrade
-
- Apr 04, 2016
-
-
Karsten Böddeker authored
for details see https://github.com/freifunk-gluon/gluon/pull/693
-