Main Page DBusExplorer

From NDesk

(Difference between revisions)
Jump to: navigation, search
Revision as of 20:39, 1 November 2007 (edit)
Jérémie (Talk | contribs)

← Previous diff
Revision as of 20:56, 1 November 2007 (edit) (undo)
Jérémie (Talk | contribs)

Next diff →
Line 23: Line 23:
Current development is taking place in NDesk's Git : http://git.ndesk.org/?p=dbus-explorer;a=summary Current development is taking place in NDesk's Git : http://git.ndesk.org/?p=dbus-explorer;a=summary
 +
 +===About===
 +
 +D-Bus Explorer is written by Jérémie "Garuma" Laval. If you have comments, bug reports or anything else either ping me on jeremie.laval@gmail.com or on #mono@GimpNET.
 +
 +For some news about D-Bus Explorer development see my [http://garuma.wordpress.com blog].

Revision as of 20:56, 1 November 2007

D-Bus Explorer is a Gtk+ application written in C# which use NDesk’s DBusSharp library to display the API of DBus services. For the big picture it’s a clone of dbus-viewer with a Gtk interface.

Contents

Current features :

  • Viewing of the methods, signals and properties of any D-Bus services.
  • Description of each member prototype with, both, a standard and a C#-ish syntax.
  • A clean GTK+ user interface.
  • Bus selection.

Planned features :

  • Ability to invoke interface's members and see the result.
  • Speed improvements as the current parsing is pretty slow.


Screenshots :

border border border border


Downloads

0.1 release : tarball

Current development is taking place in NDesk's Git : http://git.ndesk.org/?p=dbus-explorer;a=summary

About

D-Bus Explorer is written by Jérémie "Garuma" Laval. If you have comments, bug reports or anything else either ping me on jeremie.laval@gmail.com or on #mono@GimpNET.

For some news about D-Bus Explorer development see my blog.