|
a |
|
b/doc/Intro.dox |
|
|
1 |
/** @mainpage libupnpp:A C++ wrapper for the Portable UPnP reference library
|
|
|
2 |
|
|
|
3 |
@authors Jean-Francois Dockes <jf@dockes.org>
|
|
|
4 |
|
|
|
5 |
libupnpp allows programming UPnP devices and clients (Control
|
|
|
6 |
Points). Apart from this reference documentation extracted from the
|
|
|
7 |
sources, there is a kind of
|
|
|
8 |
<a href="../../libupnpp-ctl.html">programming manual here</a> for the
|
|
|
9 |
Control Point side.
|
|
|
10 |
|
|
|
11 |
There is no high level documentation for the device side at this point, but
|
|
|
12 |
you can look at the <a
|
|
|
13 |
href="https://github.com/medoc92/libupnpp-samples">"hello"</a>
|
|
|
14 |
device/service pair in the libupnpp samples on githubg, or at the source
|
|
|
15 |
for <a href="https://github.com/medoc92/upmpdcli">upmpdcli</a> which is an
|
|
|
16 |
audio Renderer based on libupnpp.
|
|
|
17 |
|
|
|
18 |
*/
|
|
|
19 |
|