gluon/package/gluon-mesh-batman-adv/src
lemoer 6df0647301
gluon-mesh-batman-adv: add "gateway_tq" field to respondd statistics (#2596)
This new field reflects the TQ to the selected gateway.

Before this commit, if you had connectivity issues in a larger mesh,
it was a tedious task to understand which nodes are affected and which
are not. By providing this new value for each node, it becomes easier
to see which nodes are affected by the connectivity issues and which
are not.

The new field "gateway_tq" is located at the toplevel of the
statistics resource (next to "gateway" and "gateway_nexthop"):

    gluon-neighbour-info -d ::1 -r statistics
    {
        ...
        "gateway": "02:a1:71:04:09:10",
        "gateway_nexthop": "88:e6:40:20:90:10",
        "gateway_tq": 193,
        ...
    }
2022-08-09 21:09:28 +02:00
..
Makefile gluon-mesh-batman-adv: further cleanup of respondd provider 2019-11-24 12:04:58 +01:00
respondd-common.h gluon-mesh-batman-adv: further cleanup of respondd provider 2019-11-24 12:04:58 +01:00
respondd-neighbours.c gluon-mesh-batman-adv: further cleanup of respondd provider 2019-11-24 12:04:58 +01:00
respondd-nodeinfo.c gluon-mesh-{batman-adv,babel}: respondd: use libgluonutil to determine interface type 2020-06-01 21:45:33 +02:00
respondd-statistics.c gluon-mesh-batman-adv: add "gateway_tq" field to respondd statistics (#2596) 2022-08-09 21:09:28 +02:00
respondd.c gluon-mesh-batman-adv: further cleanup of respondd provider 2019-11-24 12:04:58 +01:00