summaryrefslogtreecommitdiffstats
path: root/README
blob: d6af921f720be5792b965fbfeaa9b439aa5f5aeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
json-dbus-bridge-examples
=========================

This is a collection of examples for the json-dbus-bridge.

Running the examples
--------------------

Run "./configure" and "make" to build the examples.
The script run.sh can be used to start the D-Bus services and a web server
(lighttpd) with an appropriate configuration to show the examples.

Files
-----
- services
   - python: D-Bus services written in python

- web-gui
  - hello-world: A small hello world demo
  - calculator: A minimalistic calculator.

- lighttpd: Sample configuration to run lighttpd.