<div>Hi!</div>
<div>&nbsp;</div>
<div>I am trying to use DBus as a mean to invoke some API from other machine. Worth mentioning that I use dbus-c++ bindings (still) maintained in openwengo project. So far, my platform is Linux PC(Ubuntu), though the goal is to have the server (and dbus-daemon) running on some embedded Linux platform and to invoke the API both from the&nbsp;local target (IPC)&nbsp;and from a remote PC (currently Linux - Ubuntu) and eventually Windows as well.
</div>
<div>&nbsp;</div>
<div>I manage to have dbus-daemon to listen on TCP sockets and to serve clients connecting from the same machine. However, when trying to connect to it from another machine I fail with smth like &quot;no reply&quot; from server. My understanding is that it is user authentication/authorization issue. The DBus version I&#39;m using is 
1.0.2 and it supports only &quot;EXTERNAL&quot; and &quot;DBUS_COOKIE_SHA1&quot; protocols, and both don&#39;t fit the TCP sockets model (browsing the mail list I found that when running dbus-daemon as root &quot;DBUS_COOKIE_SHA1&quot; could work but so far it fails for me). I understand also that future versions of DBus is planned to include &quot;ANONYMOUS&quot;, so can someone provide me with release number it is going to be included in (and approximate date for it)? Also, may I ask for simple explanation how the brand new protocol works?
</div>
<div>&nbsp;</div>
<div>As long as I am not concerned so far with the security issues, my main question is whether there&#39;s a simple way to disable authentication in the DBus?</div>
<div><br clear="all"><br>-- <br>Regards,<br><br>Sergey </div>