<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Hi,<BR>
&nbsp;<BR>
I'd like to know if it is a heavy load (for example, to modify application code, ...) to make my application work in DBus / TCP.<BR>
I wrote it in API-Low-Level Dbus (C language). It works well at present in a machine, but not in&nbsp;the multi-host environment.<BR>
Have you an idea of this ?<BR>
&nbsp;<BR>
Best regards<BR>
&nbsp;<BR>
VyDaMan<BR><BR><BR><BR>

<HR>
<BR>
Date: Sun, 14 Sep 2008 19:22:00 -0700<BR>From: g.p.washburn@gmail.com<BR>To: qa_tridang@hotmail.com; dbus@lists.freedesktop.org<BR>Subject: Re: DBus in a local network<BR><BR><BR>
<DIV dir=ltr>If you are using the reference implementation of DBus for a dbus-daemon you also need to patch the daemon to permit anonymous connections.<BR><BR>There was&nbsp; a patch posted a little while back on this list.&nbsp; If you dig around in the archives you'll find it.<BR>I don't have the source code with me at the moment otherwise I'd post it.<BR><BR>It works great for low-bandwidth&nbsp; API based RPC over the network.&nbsp; Security considerations aside of course.<BR><BR>G.P.<BR><BR>
<DIV class=EC_gmail_quote>On Sun, Sep 14, 2008 at 4:24 PM, Avery Pennarun <SPAN dir=ltr>&lt;<A href="mailto:apenwarr@gmail.com">apenwarr@gmail.com</A>&gt;</SPAN> wrote:<BR>
<BLOCKQUOTE class=EC_gmail_quote style="PADDING-LEFT: 1ex">
<DIV class=EC_Ih2E3d>On Sun, Sep 14, 2008 at 7:03 PM, KHOA NGUYEN &lt;<A href="mailto:qa_tridang@hotmail.com">qa_tridang@hotmail.com</A>&gt; wrote:<BR>&gt; I do not find any documentation ... about this interface Dbus-daemon / tcp<BR>&gt; socket.<BR>&gt; Do you know where I can find some doc. / sample codes to do it ?<BR>&gt; Best regards.<BR><BR></DIV>Yeah, the documentation isn't obvious. &nbsp;Look in "man dbus-daemon" for<BR>the &lt;listen&gt; section. &nbsp;More specifically, take your<BR>/etc/dbus-1/whatever.conf and change the &lt;listen&gt; line from something<BR>like this:<BR><BR>&nbsp; &lt;listen&gt;unix:tmpdir=/tmp&lt;/listen&gt;<BR><BR>to something like this:<BR><BR>&nbsp; &lt;listen&gt;tcp:port=1234&lt;/listen&gt;<BR><BR>Apparently you can have more than one &lt;listen&gt; section and it'll<BR>listen on all of them, but I've never tried it.<BR>
<DIV>
<DIV></DIV>
<DIV class=EC_Wj3C7c><BR>Have fun,<BR><BR>Avery<BR>_______________________________________________<BR>dbus mailing list<BR><A href="mailto:dbus@lists.freedesktop.org">dbus@lists.freedesktop.org</A><BR><A href="http://lists.freedesktop.org/mailman/listinfo/dbus" target=_blank>http://lists.freedesktop.org/mailman/listinfo/dbus</A><BR></DIV></DIV></BLOCKQUOTE></DIV><BR></DIV><br /><hr />Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! <a href='http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us' target='_new'>Try it!</a></body>
</html>