Allow schema files that are missing checksums on the !!SCHEMAMATIC line.
[versaplex.git] / wvdbus-sharp / README
blobaf39b21c47a11804fb823a1575b5bd9dbd5517cb
3 NOTE: This version of dbus-sharp has been hugely changed from Alp Toker's
4 version.  It is no longer the same product.  All bugs and responsibility for
5 problems with this version go to Avery Pennarun <apenwarr@gmail.com>.
8 D-Bus for .NET
9 ==============
11 This is a C# implementation of D-Bus. It's often referred to as "managed
12 D-Bus" to avoid confusion with existing bindings (which wrap libdbus).
14 See http://www.ndesk.org/DBusSharp
16 D-Bus is an inter-process communication framework that lets applications
17 interface with the system event bus as well as allowing them to talk to
18 one another in a peer-to-peer configuration.
20 See http://www.freedesktop.org/wiki/Software/dbus for general
21 information on the D-Bus IPC mechanism.
23 This software is under active development but is already used by a wide
24 range of applications for tasks as simple as maintaining a single
25 instance of the GUI to whole instant messaging frameworks and hardware
26 detection APIs.
28 It provides a tested, high-performance bridge to and from all systems
29 that are exposed via D-Bus, regardless of programming language, UI
30 toolkit or license. The source code is MIT X11 licensed (Free
31 Software/Open Source), allowing integration into other projects with
32 very few restrictions.
34 The code was written and is maintained by Alp Toker <alp@atoker.com>
36 It is a clean-room implementation based on the D-Bus Specification
37 Version 0.11 and study of the wire protocol of existing tools.
39 It aims for compatibility with Mono and Microsoft .NET frameworks
40 supporting the 2.0 profile. Backward compatibility with 1.0 will not be
41 a consideration.
43 -- 
44 Alp Toker <alp@atoker.com>