A message system like D-Bus for Liminix, taken from OpenWRT's ubus
Find a file
2011-02-06 18:50:07 +01:00
.gitignore rename listener to ubus-example 2011-02-06 02:15:10 +01:00
cli.c add options to override the ubus socket name for the cli and the example program 2011-02-06 18:50:07 +01:00
CMakeLists.txt use the json to blobmsg library 2011-02-06 16:15:14 +01:00
libubus.c fix SIGINT handling 2011-02-06 02:19:54 +01:00
libubus.h implement code for receiving events 2011-02-05 23:23:44 +01:00
ubus-example.c add options to override the ubus socket name for the cli and the example program 2011-02-06 18:50:07 +01:00
ubus_common.h Initial import 2011-01-30 14:16:09 +01:00
ubusd.c remove the socket when ubusd exits 2011-02-06 18:41:18 +01:00
ubusd.h fix message buffering 2011-02-05 20:50:08 +01:00
ubusd_event.c add functionality for registering anonymous objects as event listeners 2011-02-05 19:53:14 +01:00
ubusd_id.c add some stub functionality for the ubus event switch 2011-02-05 01:29:52 +01:00
ubusd_id.h add some stub functionality for the ubus event switch 2011-02-05 01:29:52 +01:00
ubusd_obj.c fix event handler list initialization 2011-02-06 01:53:58 +01:00
ubusd_obj.h add functionality for registering anonymous objects as event listeners 2011-02-05 19:53:14 +01:00
ubusd_proto.c fix message buffering 2011-02-05 20:50:08 +01:00
ubusmsg.h add functionality for registering anonymous objects as event listeners 2011-02-05 19:53:14 +01:00