Go to file
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
admin/autoupdater autoupdater: exit when the image name is not defined for a hardware model 2014-09-09 16:07:35 +02:00
gluon announce neighbours using alfred/gluon-announce 2015-01-24 12:12:53 +01:00
libs Merge branch 'for-2015.x' 2014-12-31 18:17:45 +01:00
net/batman-adv-legacy batman-adv-legacy: update to latest version 2015-01-11 05:08:08 +01:00
utils/ecdsautils ecdsautils: update to v0.3.2 2014-07-21 14:52:01 +02:00
.gitignore Add .gitignore 2013-09-28 19:45:19 +02:00