A message system like D-Bus for Liminix, taken from OpenWRT's ubus
Find a file
2011-02-07 02:30:18 +01:00
.gitignore remove ubus.sock from .gitignore 2011-02-06 18:51:00 +01:00
cli.c cli: clean up code 2011-02-07 02:30:18 +01:00
CMakeLists.txt use the json to blobmsg library 2011-02-06 16:15:14 +01:00
libubus.c remove unnecessary debug stuff 2011-02-07 02:09:37 +01:00
libubus.h reorder a few functions in libubus.h 2011-02-07 02:12:28 +01:00
ubus-example.c remove some verbosity from the ubus example 2011-02-07 02:13:41 +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 fix max message length handling - exclude the header 2011-02-07 01:52:40 +01:00
ubusd.h add code for sending events and fix the code for receiving events 2011-02-07 01:25:28 +01:00
ubusd_event.c remove old data structures 2011-02-07 01:42:12 +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 add code for sending events and fix the code for receiving events 2011-02-07 01:25:28 +01:00
ubusmsg.h fix max message length handling - exclude the header 2011-02-07 01:52:40 +01:00