Following JSON debug commands will be added: originators_json, neighbors_json, translocal_json, transglobal_json.
This patches reffering to following patches:
[1] https://lists.open-mesh.org/mailman3/hyperkitty/list/b.a.t.m.a.n@lists.open-... [2] https://lists.open-mesh.org/mailman3/hyperkitty/list/b.a.t.m.a.n@lists.open-... [3] https://lists.open-mesh.org/mailman3/hyperkitty/list/b.a.t.m.a.n@lists.open-... [4] https://lists.open-mesh.org/mailman3/hyperkitty/list/b.a.t.m.a.n@lists.open-... [5] https://lists.open-mesh.org/mailman3/hyperkitty/list/b.a.t.m.a.n@lists.open-... [6] https://lists.open-mesh.org/mailman3/hyperkitty/list/b.a.t.m.a.n@lists.open-... [7] https://lists.open-mesh.org/mailman3/hyperkitty/list/b.a.t.m.a.n@lists.open-... [8] https://lists.open-mesh.org/mailman3/hyperkitty/list/b.a.t.m.a.n@lists.open-...
Alexander Sarmanow (4): batctl: originators_json: Add originators_json command batctl: neighbors_json: Add neighbors_json command batctl: transglobal_json: Add transglobal_json command batctl: translocal_json: Add translocal_json command
Makefile | 4 +++ README.rst | 60 +++++++++++++++++++++++++++++++++ man/batctl.8 | 12 +++++++ neighbors_json.c | 82 ++++++++++++++++++++++++++++++++++++++++++++ originators_json.c | 84 ++++++++++++++++++++++++++++++++++++++++++++++ transglobal_json.c | 81 ++++++++++++++++++++++++++++++++++++++++++++ translocal_json.c | 81 ++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 404 insertions(+) create mode 100644 neighbors_json.c create mode 100644 originators_json.c create mode 100644 transglobal_json.c create mode 100644 translocal_json.c