gluon-packages/gluon
Nils Schneider 04bc4bbd55 announce neighbours using alfred/gluon-announce
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"
    }
2015-01-24 12:12:53 +01:00
..
gluon-alfred announce neighbours using alfred/gluon-announce 2015-01-24 12:12:53 +01:00
gluon-announce announce neighbours using alfred/gluon-announce 2015-01-24 12:12:53 +01:00
gluon-announced Merge pull request #87 from freifunk-darmstadt/patch-1 2015-01-24 11:11:55 +01:00
gluon-authorized-keys gluon-authorized-keys: add keys from site.conf 2014-09-15 19:19:21 +02:00
gluon-autoupdater gluon-autoupdater: perform fallback updates hourly 2014-07-25 16:55:00 +02:00
gluon-config gluon-config: add /lib/gluon/release 2014-05-19 00:09:14 +02:00
gluon-config-mode-autoupdater gluon-config-mode: modularize wizard 2014-08-05 14:56:45 +02:00
gluon-config-mode-contact-info gluon-config-mode: modularize wizard 2014-08-05 14:56:45 +02:00
gluon-config-mode-core Dependency fixes for the new LuCi version 2014-08-06 12:06:49 +02:00
gluon-config-mode-geo-location gluon-config-mode: modularize wizard 2014-08-05 14:56:45 +02:00
gluon-config-mode-hostname gluon-config-mode: modularize wizard 2014-08-05 14:56:45 +02:00
gluon-config-mode-mesh-vpn Beschreibungstext umformuliert, damit die Option "Mesh-VPN" klarer wird. 2014-08-15 15:28:05 +02:00
gluon-core gluon-core, gluon-setup-mode: fix LAN and WAN on nanostation-m-xw 2014-11-26 23:30:56 +01:00
gluon-cron gluon-cron: Fix endless loop parsing invalid lines 2014-08-27 10:20:04 +02:00
gluon-ebtables gluon-ebtables: use Lua instead of sh for the rule DSL to increase flexibility 2014-05-14 15:02:57 +02:00
gluon-ebtables-filter-multicast gluon-ebtables-filter-multicast: allow hop-by-hop options as ICMPv6 is sometimes prefixed by an HBH header 2014-11-13 02:37:30 +01:00
gluon-ebtables-filter-ra-dhcp Fix ebtables dhcpv6 rules 2014-10-19 16:02:30 +02:00
gluon-legacy Fix mesh-batman-adv-core legacy script path 2014-09-15 19:55:09 +02:00
gluon-lock-password Add gluon-lock-password package and make config mode depend on it 2014-01-09 09:58:59 +01:00
gluon-luci-admin gluon-luci-admin: fix SSH keys being removed when a password is set 2014-10-03 00:47:48 +02:00
gluon-luci-autoupdater gluon-luci-autoupdater: remove branch settings 2014-03-14 16:02:32 +01:00
gluon-luci-node-role add package gluon-luci-node-role; depends on package "gluon-node-info"; depends on new site.conf section 2015-01-23 12:22:48 +01:00
gluon-luci-portconfig luci-portconfig: fix dns 2014-08-10 17:13:39 +02:00
gluon-luci-private-wifi gluon-luci-private-wifi: fix package naming 2014-08-06 23:21:33 +02:00
gluon-luci-theme luci-theme: fix checkboxes on firefox 2014-08-09 09:35:39 +02:00
gluon-mesh-batman-adv-14 Split gluon-mesh-batman-adv into gluon-mesh-batman-adv-core and gluon-mesh-batman-adv-14 2014-08-08 15:50:52 +02:00
gluon-mesh-batman-adv-15 Add gluon-mesh-batman-adv-15 2014-08-08 15:56:36 +02:00
gluon-mesh-batman-adv-core announce neighbours using alfred/gluon-announce 2015-01-24 12:12:53 +01:00
gluon-mesh-vpn-fastd gluon-mesh-vpn-fastd: configure a status socket 2014-11-17 03:23:36 +01:00
gluon-neighbour-info gluon-neighbour-info: global timeout 2014-09-06 15:40:03 +02:00
gluon-next-node Remove outdated IP dependencies 2014-08-04 20:08:40 +02:00
gluon-node-info "gluon-node-info": add section system and option role; add announce script to announce the role as nodeinfo; 2015-01-23 12:22:42 +01:00
gluon-radvd gluon-radvd: fix NULL deref 2014-08-04 22:57:26 +02:00
gluon-setup-mode gluon-setup-mode: allow skipping on first boot 2015-01-23 12:05:26 +01:00
gluon-simple-tc gluon-simple-tc: replace tc with own implementation to reduce size 2014-08-04 20:08:40 +02:00
gluon-status-page gluon-status-page: remove workaround for now fixed LuCi bug 2014-11-17 16:22:05 +01:00
gluon-wan-dnsmasq gluon-wan-dnsmasq: allow configuring static DNS servers 2014-08-09 14:39:05 +02:00