summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-06-04 12:45:13 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-06-04 12:53:11 +0200
commite4daa67ea3c8893aad6483c057ce1794a3be4374 (patch)
tree3ac9b6ff4cbc36efda6e1b0b3387f6a5b7054d72 /README
parent71485564ccb53196c6b6ea8c0a8ee66fbcd85fdf (diff)
downloadjson-dbus-bridge-examples-e4daa67ea3c8893aad6483c057ce1794a3be4374.tar.gz
json-dbus-bridge-examples-e4daa67ea3c8893aad6483c057ce1794a3be4374.tar.xz
[README] added
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 24 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..d6af921
--- /dev/null
+++ b/README
@@ -0,0 +1,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.
+
+