Main Page DBusSharp

From NDesk

(Difference between revisions)
Jump to: navigation, search
Revision as of 05:55, 19 August 2006 (edit)
Alp (Talk | contribs)

← Previous diff
Revision as of 06:44, 19 August 2006 (edit) (undo)
Alp (Talk | contribs)

Next diff →
Line 1: Line 1:
= D-Bus Sharp: Lightweight IPC for .NET = = D-Bus Sharp: Lightweight IPC for .NET =
-dbus-sharp is a C# implementation of D-Bus, the small message bus with a big+dbus-sharp is a C# implementation of [http://www.freedesktop.org/wiki/Software/dbus D-Bus], the small message bus with a big
appetite. appetite.
Line 7: Line 7:
interface with the system event bus as well as allowing them to talk to interface with the system event bus as well as allowing them to talk to
one another in a peer-to-peer configuration. one another in a peer-to-peer configuration.
- 
-See http://www.freedesktop.org/wiki/Software/dbus for general 
-information on the D-Bus IPC mechanism. 
=== Status === === Status ===
Line 15: Line 12:
[[Image:ManagedDBus.png|thumbnail]] [[Image:ManagedDBus.png|thumbnail]]
-This software is currently at an early stage of development and IS NOT+This is currently at an early stage of development and ''is not expected to work yet''.
-EXPECTED TO WORK YET.+
However it is hoped that it will soon provide a tested, high-performance However it is hoped that it will soon provide a tested, high-performance

Revision as of 06:44, 19 August 2006

D-Bus Sharp: Lightweight IPC for .NET

dbus-sharp is a C# implementation of D-Bus, the small message bus with a big appetite.

D-Bus is an inter-process communication framework that lets applications interface with the system event bus as well as allowing them to talk to one another in a peer-to-peer configuration.

Status

This is currently at an early stage of development and is not expected to work yet.

However it is hoped that it will soon provide a tested, high-performance bridge to and from all systems that are exposed via D-Bus, regardless of programming language, UI toolkit or license.

The code was written and is maintained by Alp Toker <alp@atoker.com>

It is a clean-room implementation based on the D-Bus Specification Version 0.11 and study of the wire protocol of existing tools.

It aims for compatibility with Mono and Microsoft .NET frameworks supporting the 2.0 profile. Backward compatibility with 1.0 will not be a consideration.

Download

This software has not yet been released.

Retrieved from "http://ndesk.org/DBusSharp"