Skip to content
Advertisement

Detailed documentation for systemd’s sd-bus

I have some project which uses libdbus for IPC.
The goal is to use systemd’s sd-bus instead of libdbus.

There is documentation for sd-bus (here, here and etc), but that documentation doesn’t cover all aspects of D-Bus specification implementation.

I spent a lot looking for at least any detailed explanation of sd-bus’ implementation, but didn’t find anything that could help me map libdbus’ process workflow onto sd-bus.

Anybody can help me? Some unofficial docs, sequences, anything…

Advertisement

Answer

There is an upstream issue open for this already. I suggest you subscribe to that, and help out if you can.

Advertisement