= README for R-Bus

R-Bus is a native implementation of the D-Bus protocol, with these goals in mind:

* Ruby + standard library is the only dependencies
* A Rubyish API, approach and way of doing things
* Complete client functionality
* A comprehensive test suite.

It's possible that server functionality will be added later, but for now the
goal is to talk to existing D-Bus servers.

== See also

* TUTORIAL[link:files/TUTORIAL_txt.html].
* HACKING[link:files/HACKING_txt.html] for some info on how to help the
development.