summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/README b/examples/README
new file mode 100644
index 0000000..ab8cbc3
--- /dev/null
+++ b/examples/README
@@ -0,0 +1,12 @@
+This directory contains some example code, demonstrating how to write GUPnP
+services and control points.
+
+- light-server.c
+
+A virtual BinaryLight device implementing the SwitchPower service. This is a
+networked light switch which can be on or off.
+
+- light-client.c
+
+A control point which will find a SwitchPower service and either turn it on,
+off, or toggle the setting.