summaryrefslogtreecommitdiff
path: root/examples/README
blob: ab8cbc3718bdd61848e015ded5e3c9872cb7677a (plain)
1
2
3
4
5
6
7
8
9
10
11
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.