dbus on different platforms
Pavel Strashkin
pavel.strashkin at gmail.com
Mon Sep 26 13:00:49 PDT 2011
Hello,
Yes, it does. The only thing which you need to change in your
understand of dbus is a connection string. For remote communications
you have to use "tcp:host=...,port=..." as a connection string. In
case of client it says which address and port it will connect to, in
case of server it says which ip address (you can use 0.0.0.0) and port
is should be bonded for incoming connections. You need to start
dbus-daemon on top of TCP/IP
(http://dbus.freedesktop.org/doc/dbus-daemon.1.html). Client
implementation (meaning examples) depends on your language (c, perl,
python ,..). Let me know which one do you use and i'll give you some.
2011/9/26 bartolome moreno <bartolome_34_680 at hotmail.com>:
> Hello,
>
> sorry, but I have a basic question.
>
> Does dbus support interprocess communication BUT for process runing on
> different PCs?
>
> If yes, can anybody please reference me to the documentation?
>
> Thx
> Bart
>
> _______________________________________________
> dbus mailing list
> dbus at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dbus
>
>
More information about the dbus
mailing list