Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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...

like image 495
Yeheshuah Avatar asked Apr 21 '17 02:04

Yeheshuah


1 Answers

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

like image 103
Philip Withnall Avatar answered Oct 23 '22 14:10

Philip Withnall