transmission/third-party/miniupnp
Mitchell Livingston 13fa343a2e update miniupnp and libnatpmp makefiles 2010-02-25 12:53:21 +00:00
..
Changelog.txt update miniupnp to 1.4 2010-02-25 12:39:22 +00:00
LICENSE update miniupnp to 1.4 2010-02-25 12:39:22 +00:00
Makefile.am update miniupnp and libnatpmp makefiles 2010-02-25 12:53:21 +00:00
README update miniupnp to 1.4 2010-02-25 12:39:22 +00:00
VERSION update miniupnp to 1.4 2010-02-25 12:39:22 +00:00
bsdqueue.h use Thomas Bernard's miniupnp library instead of rolling our own. 2007-11-06 16:02:50 +00:00
codelength.h update to miniupnpc-1.2 and libnatpmp-20081009 2008-10-27 16:08:28 +00:00
declspec.h updated to miniupnpc-20081002 2008-10-04 15:10:24 +00:00
igd_desc_parse.c update miniupnp to 1.4 2010-02-25 12:39:22 +00:00
igd_desc_parse.h update to the miniupnpc-20080427 snapshot 2008-05-04 22:09:33 +00:00
minisoap.c update miniupnp to 1.4 2010-02-25 12:39:22 +00:00
minisoap.h use Thomas Bernard's miniupnp library instead of rolling our own. 2007-11-06 16:02:50 +00:00
minissdpc.c update miniupnp to 1.4 2010-02-25 12:39:22 +00:00
minissdpc.h use Thomas Bernard's miniupnp library instead of rolling our own. 2007-11-06 16:02:50 +00:00
miniupnpc.c update miniupnp to 1.4 2010-02-25 12:39:22 +00:00
miniupnpc.h update to miniupnpc-20091010 2009-10-11 01:32:58 +00:00
miniupnpcstrings.h.in update miniupnp to 1.4 2010-02-25 12:39:22 +00:00
miniwget.c update miniupnp to 1.4 2010-02-25 12:39:22 +00:00
miniwget.h use Thomas Bernard's miniupnp library instead of rolling our own. 2007-11-06 16:02:50 +00:00
minixml.c update to miniupnpc-20091010 2009-10-11 01:32:58 +00:00
minixml.h use Thomas Bernard's miniupnp library instead of rolling our own. 2007-11-06 16:02:50 +00:00
updateminiupnpcstrings.sh (trunk) #2795 "non-GUI compilation issues on OS X 10.4" -- fixed for 1.90 2010-01-29 19:11:56 +00:00
upnpcommands.c (trunk third-party) #2273: update to latest libnatpmp and miniupnpc libraries 2009-07-13 16:00:21 +00:00
upnpcommands.h (trunk) upgrade miniupnp to miniupnpc-1.3, which has small portability fixes 2009-04-21 01:12:55 +00:00
upnpreplyparse.c update to miniupnpc-1.0 2008-02-23 15:31:39 +00:00
upnpreplyparse.h (trunk third-party) #2273: update to latest libnatpmp and miniupnpc libraries 2009-07-13 16:00:21 +00:00

README

Project: miniupnp
Project web page: http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
Author: Thomas Bernard
Copyright (c) 2005-2009 Thomas Bernard
This software is subject to the conditions detailed in the
LICENSE file provided within this distribution.

For the comfort of Win32 users, bsdqueue.h is included in the distribution.
Its licence is included in the header of the file.
bsdqueue.h is a copy of the sys/queue.h of an OpenBSD system.

* miniupnp Client *

To compile, simply run 'gmake' (could be 'make' on your system).
Under win32, to compile with MinGW, type "mingw32make.bat".
The compilation is known to work under linux, FreeBSD,
OpenBSD, MacOS X, AmigaOS and cygwin.
The official AmigaOS4.1 SDK was used for AmigaOS4 and GeekGadgets for AmigaOS3.

To install the library and headers on the system use :
> su
> make install
> exit

alternatively, to install in a specific location, use :
> INSTALLPREFIX=/usr/local make install

upnpc.c is a sample client using the libminiupnpc.
To use the libminiupnpc in your application, link it with
libminiupnpc.a (or .so) and use the following functions found in miniupnpc.h,
upnpcommands.h and miniwget.h :
- upnpDiscover()
- miniwget()
- parserootdesc()
- GetUPNPUrls()
- UPNP_* (calling UPNP methods)

Note : use #include <miniupnpc/miniupnpc.h> etc... for the includes
and -lminiupnpc for the link

Discovery process is speeded up when MiniSSDPd is running on the machine.

* Python module *

you can build a python module with 'make pythonmodule' 
and install it with 'make installpythonmodule'.
setup.py (and setupmingw32.py) are included in the distribution.


Feel free to contact me if you have any problem :
e-mail : miniupnp@free.fr

If you are using libminiupnpc in your application, please
send me an email !