- Jul 10, 2016
-
-
Jan-Tarek Butt authored
-
- Apr 02, 2016
-
-
Matthias Schiffer authored
Avoid commiting configs inbetween to decrease number of flash writes. Fixes #714.
-
- Feb 02, 2016
-
-
Matthias Schiffer authored
-
- Oct 15, 2015
-
-
Matthias Schiffer authored
-
- Oct 14, 2015
-
-
Jan-Philipp Litza authored
By not executing all scripts from gluon.announce themselves, both should be considerably faster and lighter on RAM usage.
-
- Jan 24, 2015
-
-
Nils Schneider authored
This adds a new announce.d datum "neighbours" (alfred 160) containing information about mesh neighbours. It's intended to be an replacement for batadv-vis. In addition to the data already provided by batadv-vis it'll also provide information about direct wifi neighbours. Unlike batadv-vis, no data about clients is transmitted. Sample data: { "wifi": { "90:f6:52:82:06:02": { "neighbours": { "f8:d1:11:2c:a7:d2": { "noise": -95, "inactive": 0, "signal": 0 }, "96:f6:52:ff:cd:6f": { "noise": -95, "inactive": 0, "signal": -37 } } } }, "batadv": { "90:f6:52:82:06:02": { "neighbours": { "96:f6:52:ff:cd:6f": { "lastseen": 2.8500000000000001, "tq": 177 } } }, "90:f6:52:82:06:03": { "neighbours": { "f8:d1:11:2c:a7:d3": { "lastseen": 2.3500000000000001, "tq": 206 } } } }, "node_id": "90f652820602" }
-
Matthias Schiffer authored
Moving the scripts to a common directory not only vastly simplifies the zzz-gluon-upgrade script, but also allows to define an ordering of such scripts across packages.
-
- Jan 14, 2015
-
-
flokli authored
Signed-off-by:
flokli <florian@darmstadt.freifunk.net>
-
- Nov 17, 2014
-
-
Nils Schneider authored
This should reduce memory consumption a little. https://github.com/freifunk-gluon/gluon/issues/109#issuecomment-61681696
-
- Jul 20, 2014
-
-
Nils Schneider authored
-
- Jul 11, 2014
-
-
Nils Schneider authored
All announce.d scripts have been moved to /lib/gluon/announce/announce.d The script /lib/gluon/announce/announce.lua will collect all information and output json.
-
- Jul 10, 2014
-
-
Matthias Schiffer authored
-
- Jun 26, 2014
-
-
Matthias Schiffer authored
-
- Jun 10, 2014
-
-
Nils Schneider authored
-
Matthias Schiffer authored
-
- Jun 09, 2014
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
This also fixes the type of a few fields which were strings instead of numbers.
-
- Mar 01, 2014
-
-
Nils Schneider authored
This replaces announce.sh with a lua script of (hopefully) equal functionality. Using lua generating JSON is much faster than jshn and allows for greater flexibility.
-
- Feb 26, 2014
-
-
Matthias Schiffer authored
-
- Feb 25, 2014
-
-
Matthias Schiffer authored
-
- Feb 24, 2014
-
-
Matthias Schiffer authored
-
- Jan 19, 2014
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Jan 18, 2014
-
-
Matthias Schiffer authored
The run frequency and exact time affect the alfred announce interval, so we can just run it every minute to supply alfred with the most up-to-date data.
-
- Jan 16, 2014
-
-
Jan-Philipp Litza authored
+ mgmt and forward counters + packet in addition to byte counters for everything
-
Jan-Philipp Litza authored
-
Jan-Philipp Litza authored
-
Jan-Philipp Litza authored
-
Jan-Philipp Litza authored
After a lenghty discussion, we settled on absolute vs. relative values. Main reasons: * stateless implementation on node possible * convertable to relative values by differentiaion on receiver * missed transmissions only decrease granularity, whereas relative values would introduce wrong numbers on integration if values are missed
-
Jan-Philipp Litza authored
-
- Jan 13, 2014
-
-
Matthias Schiffer authored
Better configure these properly.
-
Jan-Philipp Litza authored
-
Jan-Philipp Litza authored
-
Jan-Philipp Litza authored
-
Jan-Philipp Litza authored
location is object with latitude and longitude added: * firmware * autoupdater status * hardware model * primary mac address * mesh IPv6 addresses
-
- Jan 12, 2014
-
-
Matthias Schiffer authored
* Merge gluon-alfred-ffmap into gluon-alfred * Use gluon-crond instead of alfred's "facter" mechanism based on the broken busybox crond
-
Jan-Philipp Litza authored
-