DBus Explorer 0.4 Christmas release

Finally after months of postponing the 0.4 release of D-Bus Explorer I managed to get it out as a Christmas/New Year present :-) . For the impatient you will find download link at the usual place.

For those who doesn’t know what D-Bus Explorer is, it’s a little tool I wrote up a long time ago which allows to browse D-Bus bus services and services’ API. It’s similar in concept to dbus-viewer or DFeet with extra feature which make it sweet when you work with C# and Managed D-Bus.

For instance when you want to know the signature of a method/event/property it’s both shown with D-Bus own syntax and C# syntax. In this release this mechanism is extensible to other language though only C# is provided at the moment.

2008-12-27-215012_802x625_shot1

Coming to this release is also a C# generator which will create the necessary interface definition for use with Managed D-Bus. Simply right-click on the path / interface you want to use in your program and save it somewhere. Again this is extensible to other language.

2008-12-27-215639_802x625_shot3

In other news, the interface is now fully tabbed to let you browse different API at the same time.

2008-12-28-174241_802x625_shot4

Happy D-Bus hacking !

Comments 4

  1. Sandy wrote:

    Hey, this is a really slick app! Looking forward to the ability to invoke methods, as that’s my primary use case when I open up d-feet.

    Posted 28 déc 2008 at 18 h 52 min
  2. garuma wrote:

    Hey sandy,

    Indeed this a feature I would use myself extensively too :-) . However, as described in the project page, it would need some modifications to Managed D-Bus so that it exposes a more low level layer.

    Posted 28 déc 2008 at 19 h 05 min
  3. Andrés G. Aragoneses wrote:

    This is cool. And how cooler and discoverable it was if it was integrated in MonoDevelop as an AddIn?? Just like there is a WebService discovery tool! ;)

    Posted 08 jan 2009 at 17 h 32 min
  4. Andrés G. Aragoneses wrote:

    s/it was if/it would be if/

    Posted 08 jan 2009 at 17 h 33 min

Post a Comment

Your email is never published nor shared. Required fields are marked *