- Oct 15, 2015
-
-
Matthias Schiffer authored
gluon-mesh-batman-adv-core: neighbours.d/wifi: output empty object instead of empty list when there are no neighbours on an interface
-
Matthias Schiffer authored
The Gluon-specific functions of the gluon-simple-tc package are moved to gluon-mesh-vpn-fastd.
-
- Oct 14, 2015
-
-
Jan-Philipp Litza authored
The file promotes the probably unnecessary re-execution of the announce scripts. Instead, gluon-announced should be queried using gluon-neighbour-info -d ::1 -p 1001 -t0 -r nodeinfo if both gluon-announced and gluon-neighbour-info are present. But to not depend on any of those, no script for this one-liner is provided.
-
Jan-Philipp Litza authored
By not executing all scripts from gluon.announce themselves, both should be considerably faster and lighter on RAM usage.
-
Jan-Philipp Litza authored
-
Matthias Schiffer authored
The new options allow specifying custom repositories and are evaluated in an upgrade script, not during build.
-
- Oct 12, 2015
-
-
Matthias Schiffer authored
Fixes #401
-
Nils Schneider authored
By calling collectgarbage() at various places I was able to reduce heap usage by ~270kb.
-
Nils Schneider authored
collect_dir() will now pre-load all files and return a function that will collect all information.
-
- Oct 11, 2015
-
-
Matthias Schiffer authored
The expert mode can still be useful without any cohfig mode modules.
-
Matthias Schiffer authored
-
- Oct 09, 2015
-
-
Ruben Barkow authored
-
- Oct 08, 2015
-
-
Matthias Schiffer authored
-
- Sep 22, 2015
-
-
kb-light authored
keep macfilter and maclist config after fw-update
-
- Sep 17, 2015
-
-
srauscher authored
-
- Sep 13, 2015
-
- Sep 05, 2015
-
-
Nils Schneider authored
Now that the status page api has been rewritten in C CPU load and memory usage is much lower. Also, nodes with both ibss and 11s mesh and dual band wifi may require up to 9 connections for a single client, thus the previous limit of 12 seemed a little low.
-
Nils Schneider authored
-
Nils Schneider authored
-
Nils Schneider authored
This will make it easier to replace the API with C programs.
-
- Sep 04, 2015
-
-
Nils Schneider authored
Convert option ifname in br-client to use a list instead. This simplifies adding and remove interfaces: uci:add_to_set("network", "client", "ifname", "eth0") uci:remove_from_set("network", "client", "ifname", "eth0") An option ifname will be automatically converted to a list when performing an upgrade. Packages affected: gluon-mesh-batman-adv-core, gluon-luci-portconfig
-
Jan-Philipp Litza authored
-
- Sep 03, 2015
-
-
Jan-Philipp Litza authored
-
- Sep 02, 2015
-
-
Nils Schneider authored
-
Jan-Philipp Litza authored
-
- Aug 30, 2015
-
-
Jan-Philipp Litza authored
-
Jan-Philipp Litza authored
When rebooting the node in config mode, currently the fastd key is forcefully displayed in a fixed format. This is confusing in communities where fastd accepts all keys and no key submission is needed. Furthermore, some communities might want to personalize the display of the key (see #387). This patch moves the displaying <div> from the package's lua file to the translation files of the sample site configuration and mentiones the change in the release notes.
-
Jan-Philipp Litza authored
Apart from replacing a patch for the former by two patches for latter, this involved minimal adaptations of the lua scripts in the following packages: * gluon-announce * gluon-announced * gluon-mesh-batman-adv-core * gluon-status-page
-
- Aug 23, 2015
-
-
kb-light authored
-
- Aug 19, 2015
-
-
Nils Schneider authored
-
- Aug 18, 2015
-
-
Nils Schneider authored
Split basic radio configuration from gluon-mesh-batman-adv as this will be required for virtually any wireless mesh protocol. This package takes care of setting: - wireless channel, - htmode and - regulatory domain gluon-mesh-batman-adv-core depends on this package.
-
- Aug 07, 2015
-
-
Matthias Schiffer authored
-
- Aug 04, 2015
-
-
Nils Schneider authored
This is a site.conf-breaking change in regard to the wireless config. Make sure to read http://gluon.readthedocs.org/en/latest/user/site.html and update your site.conf accordingly! Support for 802.11s mesh interfaces has been added. Gluon now supports three interface types: ap, ibss and mesh. All of them are now optional and may be configured independently in site.conf. A sample site.conf may look like this: wifi24 = { channel = 1, htmode = 'HT40+', ap = { ssid = 'luebeck.freifunk.net', }, ibss = { ssid = '02:d1:11:37:fc:38', bssid = '02:d1:11:37:fc:38', mcast_rate = 12000, }, mesh = { id = 'ffhl-mesh', mcast_rate = 12000, }, },
-
Nils Schneider authored
Using service_start requires exporting of environment variables. Fixes #397
-
- Aug 03, 2015
-
-
Jan-Philipp Litza authored
The nodeinfo/network/addresses announcement included deprecated and tentative addresses, which it clearly shouldn't as the host doesn't want to be contacted on those addresses. They are now filtered out.
-
- Jul 18, 2015
-
-
Matthias Schiffer authored
-
- Jul 12, 2015
-
-
Matthias Schiffer authored
This was broken due to the switch to Chaos Calmer.
-
- Jul 11, 2015
-
-
Matthias Schiffer authored
This fixes MAC address conflicts on devices which use the eth0 as primary address.
-
- Jul 10, 2015
-
-
Matthias Schiffer authored
This should fix the signal strength indicators on the TP-Link CPE210/510.
-
Matthias Schiffer authored
These targets don't have a WLAN adapter by default, so it doesn't make sense to default to the phy0 address.
-