add Lua bindings for ubus events
authorJohn Crispin <blogic@openwrt.org>
Thu, 7 Nov 2013 12:51:11 +0000 (13:51 +0100)
committerJohn Crispin <blogic@openwrt.org>
Thu, 7 Nov 2013 15:23:30 +0000 (16:23 +0100)
commit8ea96670367e5dd23988b51ee4f0f790393effaf
treeea6a501eed2850c87faecba38bf016e9b0d0faad
parenta9ee3ef0cf20d8a7a807d46db4dfa48e072cca51
add Lua bindings for ubus events

It mostly mimick the style of the existing code.

With it and the ubox Lua bindings, you can now send ubus events
through Lua or listen for events (you can register for multiple events
at the same time).

Signed-off-by: Jeff Remy <jeff.remy@gmail.com>
lua/test.lua
lua/test_client.lua
lua/ubus.c