Import / research / other / WakeXBMC / Router / DGN2000_V1.1.1_src / apps / miniupnpd-20080427 /
@John Ryland John Ryland authored on 22 Dec 2020
..
bsd import NUC files 5 years ago
ipf import NUC files 5 years ago
linux import NUC files 5 years ago
netfilter import NUC files 5 years ago
pf import NUC files 5 years ago
solaris import NUC files 5 years ago
Changelog.txt import NUC files 5 years ago
INSTALL import NUC files 5 years ago
LICENCE import NUC files 5 years ago
Makefile import NUC files 5 years ago
Makefile.linux import NUC files 5 years ago
Makefile.openwrt import NUC files 5 years ago
README import NUC files 5 years ago
README.openwrt import NUC files 5 years ago
bsdqueue.h import NUC files 5 years ago
commonrdr.h import NUC files 5 years ago
config.h import NUC files 5 years ago
config.h.openwrt import NUC files 5 years ago
daemonize.c import NUC files 5 years ago
daemonize.h import NUC files 5 years ago
genconfig.sh import NUC files 5 years ago
getifaddr.c import NUC files 5 years ago
getifaddr.h import NUC files 5 years ago
getifstats.h import NUC files 5 years ago
minissdp.c import NUC files 5 years ago
minissdp.h import NUC files 5 years ago
miniupnpd.1 import NUC files 5 years ago
miniupnpd.c import NUC files 5 years ago
miniupnpd.conf import NUC files 5 years ago
miniupnpdctl.c import NUC files 5 years ago
miniupnpdpath.h import NUC files 5 years ago
miniupnpdtypes.h import NUC files 5 years ago
minixml.c import NUC files 5 years ago
minixml.h import NUC files 5 years ago
natpmp.c import NUC files 5 years ago
natpmp.h import NUC files 5 years ago
options.c import NUC files 5 years ago
options.h import NUC files 5 years ago
testgetifstats.c import NUC files 5 years ago
testupnpdescgen.c import NUC files 5 years ago
testupnppermissions.c import NUC files 5 years ago
upnpdescgen.c import NUC files 5 years ago
upnpdescgen.h import NUC files 5 years ago
upnpdescstrings.h import NUC files 5 years ago
upnpevents.c import NUC files 5 years ago
upnpevents.h import NUC files 5 years ago
upnpglobalvars.c import NUC files 5 years ago
upnpglobalvars.h import NUC files 5 years ago
upnphttp.c import NUC files 5 years ago
upnphttp.h import NUC files 5 years ago
upnppermissions.c import NUC files 5 years ago
upnppermissions.h import NUC files 5 years ago
upnpredirect.c import NUC files 5 years ago
upnpredirect.h import NUC files 5 years ago
upnpreplyparse.c import NUC files 5 years ago
upnpreplyparse.h import NUC files 5 years ago
upnpsoap.c import NUC files 5 years ago
upnpsoap.h import NUC files 5 years ago
README
MiniUPnP project
(c) 2006-2007 Thomas Bernard
webpage: http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
contact: miniupnp@free.fr

This directory contain the miniUPnP daemon software.
This software is subject to the conditions detailed in
the LICENCE file provided with this distribution.


The miniUPnP daemon is an UPnP IGD (internet gateway device)
which provide NAT traversal services to any UPnP enabled client on
the network.
See http://www.upnp.org/ for more details on UPnP.

Recently, support for the NAT Port Mapping Protocol (NAT-PMP) was
added. NAT-PMP support is still experimental.

Read the INSTALL files for instructions to compile, install and
configure miniupnpd.

Report bugs to miniupnp@free.fr or on the web forum :
http://miniupnp.tuxfamily.org/forum/

Thomas Bernard