Main Page DBusExplorer

From NDesk

(Difference between revisions)
Jump to: navigation, search
Revision as of 11:46, 8 April 2009 (edit)
Jérémie (Talk | contribs)

← Previous diff
Current revision (13:24, 28 November 2009) (edit) (undo)
Jérémie (Talk | contribs)

 
(4 intermediate revisions not shown.)
Line 1: Line 1:
 +'''Old stuff, project page and Git repositorie have moved. See http://neteril.org/projects/dbus-explorer/ for more informations.'''
 +
D-Bus Explorer is a GTK+ application written in C# which use NDesk’s [[DBusSharp|managed D-Bus]] library to display the API of D-Bus services. In summary, it’s a clone of dbus-viewer with a GTK+ interface. D-Bus Explorer is a GTK+ application written in C# which use NDesk’s [[DBusSharp|managed D-Bus]] library to display the API of D-Bus services. In summary, it’s a clone of dbus-viewer with a GTK+ interface.
Line 9: Line 11:
* Automatic generation of the boilerplate code (like automagically creating the necessary interfaces with Managed D-Bus in C#). * Automatic generation of the boilerplate code (like automagically creating the necessary interfaces with Managed D-Bus in C#).
* Bus selection. * Bus selection.
- +* Ability to invoke basic interface's members and see the result.
- +
-===Planned features :===+
-* Ability to invoke interface's members and see the result. [postponed : will need rework on Managed D-Bus side]+
Line 22: Line 21:
===Downloads=== ===Downloads===
-0.4 release : +0.5 release :
* [http://www.ndesk.org/archive/dbus-explorer/dbus-explorer-0.5.tar.gz Tarball] * [http://www.ndesk.org/archive/dbus-explorer/dbus-explorer-0.5.tar.gz Tarball]
Line 29: Line 28:
===About=== ===About===
-D-Bus Explorer is written by Jérémie "Garuma" Laval. If you have comments, bug reports or anything else either ping me at jeremie.laval@gmail.com or on #managed-dbus@GimpNET.+D-Bus Explorer is written by Jérémie "Garuma" Laval. If you have comments, bug reports or anything else, you can ping me on IRC at #managed-dbus on GimpNET server.
For some news about D-Bus Explorer development see my [http://garuma.wordpress.com blog]. For some news about D-Bus Explorer development see my [http://garuma.wordpress.com blog].

Current revision

Old stuff, project page and Git repositorie have moved. See http://neteril.org/projects/dbus-explorer/ for more informations.

D-Bus Explorer is a GTK+ application written in C# which use NDesk’s managed D-Bus library to display the API of D-Bus services. In summary, it’s a clone of dbus-viewer with a GTK+ interface.

Contents

[edit] 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 with tab support.
  • Possibility to search/sort the displayed API.
  • Language-customizable prototypes (though only C# is provided for the moment).
  • Automatic generation of the boilerplate code (like automagically creating the necessary interfaces with Managed D-Bus in C#).
  • Bus selection.
  • Ability to invoke basic interface's members and see the result.


[edit] Screenshots :

border border border border


[edit] Downloads

0.5 release :

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

[edit] About

D-Bus Explorer is written by Jérémie "Garuma" Laval. If you have comments, bug reports or anything else, you can ping me on IRC at #managed-dbus on GimpNET server.

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