A message system like D-Bus for Liminix, taken from OpenWRT's ubus
Find a file
2011-02-07 00:07:59 +01:00
.gitignore remove ubus.sock from .gitignore 2011-02-06 18:51:00 +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 make ubus_default_connection_lost static 2011-02-07 00:07:59 +01:00
libubus.h add a wrapper function for unregistering an event handler 2011-02-06 21:47:51 +01:00
ubus-example.c rename publish to add_object 2011-02-06 21:33:03 +01:00
ubus_common.h set the default socket name to /var/run/ubus.sock 2011-02-06 18:50:37 +01:00
ubusd.c remove the socket when ubusd exits 2011-02-06 18:41:18 +01:00
ubusd.h remove duplicate definition of UBUS_UNIX_SOCKET 2011-02-06 20:55:34 +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 follow blob_get_int* -> blob_get_u* rename 2011-02-06 21:37:37 +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 implement a handler for UBUS_MSG_REMOVE_OBJECT 2011-02-06 21:41:29 +01:00
ubusmsg.h rename publish to add_object 2011-02-06 21:33:03 +01:00