- 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
-
- Apr 03, 2016
-
-
Karsten Böddeker authored
-
Karsten Böddeker authored
-
- Mar 23, 2016
-
-
Karsten Böddeker authored
-
- Mar 10, 2016
-
-
Karsten Böddeker authored
-
- Mar 05, 2016
-
-
Karsten Böddeker authored
announced is replaced by respondd, so we can delete /lib/gluon/announce/. we may add the corresponding respondd feature later.
-
Karsten Böddeker authored
gluon now uses respondd instead of announced, so we need to replace ffho-alfred-config with the corresponding respondd package
-
- Mar 04, 2016
-
-
Karsten Böddeker authored
adding PROVIDES:=gluon-* to corresponding ffho-package
-
- Mar 03, 2016
-
-
Karsten Böddeker authored
because gluon-config-mode-autoupdater and gluon-luci-autoupdater depending on gluon-autoupdater
-
- Mar 02, 2016
-
-
Karsten Böddeker authored
based on gluon-autoupdater, but has the ability to replace pattern in the url %v - OpenWRT-Version %n - The Target %S - same as %n %GS - site_code %GV - gluon-version %GR - release
-
Karsten Böddeker authored
Make bandwidth limits unsigned; trim numbers, the validator accepts trailing whitespace. Ported from https://github.com/freifunk-gluon/gluon/commit/6a6eb6282f18397798edef35e1a7cc4f0f93a9cd
-
- Mar 01, 2016
-
-
Karsten Böddeker authored
this should be long enough in the firmware, to remove all appearances
-
- Feb 02, 2016
-
-
Karsten Böddeker authored
-
Karsten Böddeker authored
-
- Feb 01, 2016
-
-
Karsten Böddeker authored
update ffho-site-auto-select
-
Karsten Böddeker authored
It is based on the old status-page, but with some additional information
-
- Jan 31, 2016
-
-
Karsten Böddeker authored
pointwithinshape needs {{x=..,y=..}...}
-
Karsten Böddeker authored
-
Karsten Böddeker authored
-
- Jan 30, 2016
-
-
Karsten Böddeker authored
-
Karsten Böddeker authored
the file has to be stored in $(GLUONSITEDIR)/extra/geo.json and is later stored in /lib/gluon/site-select/geo.json. bevore storing, the data is decoded and encoded to get rid of spaces, comments and line break.
-
- Jan 29, 2016
-
-
Karsten Böddeker authored
untested script missing to generate the site-coords.gz
-
- Jan 15, 2016
-
-
Karsten Böddeker authored
-
- Jan 13, 2016
-
-
Karsten Böddeker authored
-
Karsten Böddeker authored
actualy ffho-site-auto-select only discovers the site of batman-neighbour. For that purpose a cron-job ist added during upgrade.
-
Karsten Böddeker authored
-
Karsten Böddeker authored
-
- Jan 11, 2016
-
-
Karsten Böddeker authored
-
- Jan 10, 2016
-
-
Karsten Böddeker authored
site.conf is now called site.json in gluon-master, because of the json-format
-
Karsten Böddeker authored
fixes issue #6
-
Karsten Böddeker authored
fix Makefile use luci-lib-json instead ob luci-lib-jsonc remove obsolete sites.lua fix and improve 005-set-site-config
-