gluon/package/gluon-status-page-api
Sven Eckelmann 6ac5b9cbc8 gluon-status-page-api: Switch from debugfs to batadv netlink
The batadv debugfs requires large memory blocks to write the text debug
tables. This is inefficient for large tables like the global translation
table or the originators table.

The memory requirement can be reduced by using netlink. It copies smaller
packets in a binary format to the userspace program. gluon-status-page-api
can therefore parse larger originator tables without causing an OOM on
systems which are tight on memory.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2016-12-11 12:03:12 +01:00
..
files gluon-status-page-api: hide warning in upgrade script 2016-08-30 22:09:40 +02:00
luasrc/lib/gluon/status-page/www/cgi-bin Minify all Lua code 2016-07-10 20:14:25 +02:00
src gluon-status-page-api: Switch from debugfs to batadv netlink 2016-12-11 12:03:12 +01:00
Makefile gluon-status-page-api: Switch from debugfs to batadv netlink 2016-12-11 12:03:12 +01:00