<div dir="ltr"><br><br><div class="gmail_quote">On Mon, Sep 15, 2008 at 1:35 AM, KHOA NGUYEN <span dir="ltr">&lt;<a href="mailto:qa_tridang@hotmail.com" target="_blank">qa_tridang@hotmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">





<div>
Hi,<br>
&nbsp;<br>
I&#39;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: <a href="mailto:g.p.washburn@gmail.com" target="_blank">g.p.washburn@gmail.com</a><br>To: <a href="mailto:qa_tridang@hotmail.com" target="_blank">qa_tridang@hotmail.com</a>; <a href="mailto:dbus@lists.freedesktop.org" target="_blank">dbus@lists.freedesktop.org</a><div>

<br>Subject: Re: DBus in a local network<br><br><br>
</div><div><div></div><div><div>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&#39;ll find it.<br>

I don&#39;t have the source code with me at the moment otherwise I&#39;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>On Sun, Sep 14, 2008 at 4:24 PM, Avery Pennarun <span dir="ltr">&lt;<a href="mailto:apenwarr@gmail.com" target="_blank">apenwarr@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="padding-left: 1ex;">
<div>On Sun, Sep 14, 2008 at 7:03 PM, KHOA NGUYEN &lt;<a href="mailto:qa_tridang@hotmail.com" target="_blank">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&#39;t obvious. &nbsp;Look in &quot;man dbus-daemon&quot; 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&#39;ll<br>listen on all of them, but I&#39;ve never tried it.<br>
<div>

<div><br>Have fun,<br><br>Avery<br>_______________________________________________<br>dbus mailing list<br><a href="mailto:dbus@lists.freedesktop.org" target="_blank">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></div></div></div></blockquote><div>&nbsp;<br><br>Try turning on the&nbsp; VERBOSE mode output for the daemon to get diagnostic output.<br>Just set the environment variable when launching your daemon.<br>
<br>Next you may find that a search through the list archives for a conversation with the subject:<br>&nbsp;&quot;Issues while using DBUS over TCP&quot;&nbsp;&nbsp;&nbsp; <br>&nbsp;( Oh hell here&#39;s the dam link:&nbsp; <a href="http://lists.freedesktop.org/archives/dbus/2008-August/010205.html">http://lists.freedesktop.org/archives/dbus/2008-August/010205.html</a> )<br>
to be very helpful on setting up for a dbus system via TCP across a network.<br><br>G.P.<br><br><br></div></div><br></div>