Refactor source tree and add packaging
[contrib/cloudeebus.git] / README.md
1
2 Cloudeebus
3 ==========
4
5 Cloudeebus is a component which enables calling dbus methods and registering on dbus signals from Javascript.
6
7
8 Example:
9 --------
10
11 The /doc/dbus-tools folder contains a dbus-send and a dbus-register server, with corresponding test pages.
12
13  * Running a demo: from the project root directory
14
15         python cloudeebus/cloudeebus.py &
16         firefox file://`pwd`/doc/docdbus-tools/dbus-send.html  file://`pwd`/doc/dbus-tools/dbus-register.html &
17
18
19 Acknowledgements
20 ----------------
21
22 Cloudeebus uses code from the following open-source projects
23
24   * [AutobahnJS](http://autobahn.ws/js)
25   * [AutobahnPython](http://autobahn.ws/python)