<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--><o:SmartTagType
 namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="PlaceType"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="PlaceName"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="place"/>
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"MS Mincho";
        panose-1:2 2 6 9 4 2 5 8 3 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"\@MS Mincho";
        panose-1:2 2 6 9 4 2 5 8 3 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:Arial;
        color:windowtext;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>I&#8217;d like to make a correction to my
assertion that the existing NDesk-DBus is not being maintained. On the
contrary, the development branch is being actively updated (sorry Alp). So if
you&#8217;re interested in seeing what&#8217;s cooking on the bleeding edge,
please download from the GIT repository. I&#8217;m looking at this now and Alp
(the maintainer) has been kind enough to provide me with some help.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabindex=-1>

</span></font></div>

<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'> dbus-bounces@lists.freedesktop.org
[mailto:dbus-bounces@lists.freedesktop.org] <b><span style='font-weight:bold'>On
Behalf Of </span></b>Schmottlach, Glenn<br>
<b><span style='font-weight:bold'>Sent:</span></b> Wednesday, April 15, 2009
9:32 AM<br>
<b><span style='font-weight:bold'>To:</span></b> dbus@lists.freedesktop.org<br>
<b><span style='font-weight:bold'>Subject:</span></b> Suggestions for a Windows
D-Bus client development environment</span></font><o:p></o:p></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>I would like to create an environment (under Windows) that
would allow me to develop graphical D-Bus client applications that talk via
TCP/IP to an embedded target platform running several custom D-Bus services. My
problem isn&#8217;t related to running the daemon on the target or enabling
remote access over TCP/IP (I&#8217;ve already done that), it&#8217;s finding a
suitable language binding and graphical framework for rapidly creating
graphical D-Bus test applications to test these remote services.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>What I&#8217;d *<b><span style='font-weight:bold'>like</span></b>*
to use is Python (or another Python-like scripting language) that has a
suitable D-Bus binding that can be built (and run) on a PC running Windows (my
host platform). I know this is a slam-dunk if I&#8217;m running Linux.
I&#8217;d pick the standard python-dbus binding (which used Glib) and use the
python-gtk module to do my GUI. Unfortunately, other than a pre-compiled
python-dbus binding (with the necessary Python/C bindings) someone managed to
compile for an older version of Python (on Windows), there is no native Windows
solution. The problem isn&#8217;t building a native D-Bus reference library for
Windows (that&#8217;s straightforward), it&#8217;s compiling python-dbus (and
its dependencies &#8211; like glib/gtk) on a Windows platform. I made several
attempts at this and never arrived at a workable (or easy) solution.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>I next tried building the NDesk-DBus .NET binding for
Windows. Again, it appears this was originally intended to be built under Linux
using Mono but I managed to hack the build environment to build it under
Windows. The end result was a .NET assembly under Windows. I next installed
IronPython and GTK# (the .NET <st1:place w:st="on"><st1:PlaceType w:st="on">port</st1:PlaceType>
 of <st1:PlaceName w:st="on">GTK</st1:PlaceName></st1:place>) and actually got
an application up and running under Windows. Unfortunately, I cannot figure out
how to receive signals using NDesk-DBus/IronPython and it only appears to
support synchronous messaging and only a single return parameter. Also, it
requires me to define D-Bus proxy interfaces using C# (and compile them into
assemblies/DLLs) that mirror the D-Bus services I&#8217;d like to call.
Finally, it doesn&#8217;t appear this project is being maintained or updated
since ~2006. So, without examples (none which I could find for a
NDesk/IronPython combination), this approach appeared to be a dead-end.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>So, that leaves me looking at the D-Bus Java binding and
potentially leveraging Jython for the glue and Swing for the GUI. Again, the
Java binding appears to be geared to be built under Linux. I attempted to build
it under Windows and at least got the associated .jar dependencies built (of
course it failed building the JNI stubs for Unix local (domain) sockets).
&nbsp;Has anyone had any luck using the Jython/D-Bus Java combination on
Windows? Can anyone provide any sample code where it is used?<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>In a nutshell, I am looking for suggestions from D-Bus
developers. Ideally, I want a rapid prototyping environment under Windows that
would allow me to quickly put together graphical test applications using a
dynamic scripting language. Can anyone offer a suitable combination, a success
story, or point me at sample code? Again, this is easy under Linux but
unfortunately, not an option for me at this time since my developers use a
corporate (Windows) host platform most of the time. I guess there is always
VmWare/Linux on Windows, but I&#8217;d like to try to avoid that.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Thanks . . .<o:p></o:p></span></font></p>

</div>

</body>

</html>