A message system like D-Bus for Liminix, taken from OpenWRT's ubus
Find a file
2012-10-24 14:37:57 +02:00
examples examples: split client/server code 2012-10-24 14:37:57 +02:00
lua lua: remove a superfluous lua_pop() when checking table style 2012-10-17 15:32:26 +02:00
.gitignore examples: split client/server code 2012-10-24 14:37:57 +02:00
cli.c cli: add array and table types to method signature dump 2012-09-28 23:10:23 +02:00
CMakeLists.txt move example to examples/ 2012-10-24 14:37:57 +02:00
libubus.c add support for deferring a reply to a method invoke call 2012-10-01 14:09:19 +02:00
libubus.h add support for deferring a reply to a method invoke call 2012-10-01 14:09:19 +02:00
ubus_common.h add copyright/license information 2011-06-17 16:35:11 +02:00
ubusd.c add copyright/license information 2011-06-17 16:35:11 +02:00
ubusd.h add copyright/license information 2011-06-17 16:35:11 +02:00
ubusd_event.c make a few functions static 2012-05-29 00:40:50 +02:00
ubusd_id.c add copyright/license information 2011-06-17 16:35:11 +02:00
ubusd_id.h add copyright/license information 2011-06-17 16:35:11 +02:00
ubusd_obj.c ubusd: add support for watching objects to get notified when they go away 2012-05-19 21:09:35 +02:00
ubusd_obj.h ubusd: add support for watching objects to get notified when they go away 2012-05-19 21:09:35 +02:00
ubusd_proto.c ubusd: add support for watching objects to get notified when they go away 2012-05-19 21:09:35 +02:00
ubusmsg.h libubus: add support for reconnecting (and re-publishing objects) 2012-05-29 00:56:37 +02:00