tizen 2.4 release
[external/gupnp.git] / README
1 GUPnP
2 =====
3
4 GUPnP is an object-oriented open source framework for creating UPnP devices and
5 control points, written in C using GObject and libsoup. The GUPnP API is
6 intended to be easy to use, efficient and flexible.
7
8 The GUPnP framework consists of the following two libraries:
9
10   * GSSDP implements resource discovery and announcement over SSDP.
11
12   * GUPnP implements the UPnP specification: resource announcement and
13     discovery, description, control, event notification, and presentation
14     (GUPnP includes basic web server functionality through libsoup). GUPnP does
15     not include helpers for construction or control of specific standardized
16     resources (e.g. MediaServer); this is left for higher level libraries
17     utilizing the GUPnP framework.
18
19 The GUPnP framework was born out of frustration with libupnp and its mess of
20 threads. GUPnP is entirely single-threaded (though asynchronous), integrates
21 with the GLib main loop, and provides the same set of features as libupnp while
22 hiding most of the UPnP internals through an elegant object-oriented design.
23
24 GUPnP is free software released under the GNU LGPL.