tizen 2.3.1 release
[external/gupnp.git] / examples / README
1 This directory contains some example code, demonstrating how to write GUPnP
2 services and control points.
3
4 - light-server.c
5
6 A virtual BinaryLight device implementing the SwitchPower service.  This is a
7 networked light switch which can be on or off.
8
9 - light-client.c
10
11 A control point which will find a SwitchPower service and either turn it on,
12 off, or toggle the setting.