I am using DBus in a project. I understand from DBus specification that for low level communication, it uses Unix domain sockets. I don't want to use Unix domain sockets for low level communication because I have a modified connect()
call. Is there any other type of low level communication that DBus supports which does not use connect()
?
If yes then how to switch to that mode?
views:
350answers:
1
Q:
DBus query
+1
A:
Judging from the D-Bus Tutorial, at the moment, D-Bus only supports sockets, which may be Unix-domain or TCP/IP.
Jonathan Leffler
2008-11-30 05:13:31