Hi,
this patch adds the possibility to call bandwidth meter from batctl.
batctl bw <MAC>
This is part of my gsoc bandwidth meter project. Any comment is welcome, Edo
montik (1): batctl: introduced support for bandwidth meter
Makefile | 2 +- bw_meter.c | 168 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ bw_meter.h | 1 + main.c | 6 ++ man/batctl.8 | 24 ++++++++- packet.h | 38 +++++++++++-- 6 files changed, 231 insertions(+), 8 deletions(-) create mode 100644 bw_meter.c create mode 100644 bw_meter.h