transmission/third-party/miniupnp
Mitchell Livingston 39fdda4f22 revert updateminiupnpcstrings.sh 2009-08-02 22:27:40 +00:00
..
Changelog.txt update miniupnpc to miniupnpc-20090729 2009-08-02 22:21:46 +00:00
LICENCE Update to the 20080707 version of libnatpmp and the 20080703 version of miniupnpc 2008-07-09 02:51:29 +00:00
Makefile.am better generation of miniupnpcstrings.h in automake 2009-07-22 14:19:51 +00:00
README update miniupnpc to miniupnpc-20090729 2009-08-02 22:21:46 +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 to the miniupnpc-20080427 snapshot 2008-05-04 22:09:33 +00:00
igd_desc_parse.h update to the miniupnpc-20080427 snapshot 2008-05-04 22:09:33 +00:00
minisoap.c (trunk libT) update to the newest versions of miniupnp and libnatpmp 2009-02-07 00:11:58 +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 miniupnpc to miniupnpc-20090729 2009-08-02 22:21:46 +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 miniupnpc to miniupnpc-20090729 2009-08-02 22:21:46 +00:00
miniupnpc.h updated to miniupnpc-20081002 2008-10-04 15:10:24 +00:00
miniupnpcstrings.h.in finish #2273 and probably break non-Mac builds in the process 2009-07-14 00:13:10 +00:00
miniwget.c update miniupnpc to miniupnpc-20090729 2009-08-02 22:21:46 +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 miniupnpc to miniupnpc-20090729 2009-08-02 22:21:46 +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 revert updateminiupnpcstrings.sh 2009-08-02 22:27:40 +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-2008 Thomas Bernard
This software is subject to the conditions detailed in the
LICENCE 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').
Under win32, to compile with MinGW, type "mingw32make.bat".
The compilation is known to work under linux, FreeBSD,
OpenBSD, MacOS X and cygwin.
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 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 !