UPnP IGD implementation http://miniupnp.free.fr/
Go to file
Thomas Bernard 2d783f6e69 minissdpd: remove warning when IPV6 is disabled 2018-03-12 20:14:30 +01:00
minissdpd minissdpd: remove warning when IPV6 is disabled 2018-03-12 20:14:30 +01:00
miniupnpc miniupnpc: disable call to MiniSSDPd when -m option is used 2018-02-22 15:58:25 +01:00
miniupnpc-async Makefile: Use crosscompile target as OS 2018-02-03 11:29:58 +08:00
miniupnpc-libevent Makefile: Use crosscompile target as OS 2018-02-03 11:29:58 +08:00
miniupnpd miniupnpd: Add -1 option 2018-02-22 14:02:52 +01:00
.travis.yml do not compile with GCC under OS X 2017-12-12 12:57:12 +01:00
CODE_OF_CONDUCT simple CODE_OF_CONDUCT 2017-07-05 23:53:58 +02:00
CONTRIBUTING add CONTRIBUTING file 2017-07-05 23:50:21 +02:00
LICENSE add "global" LICENSE file 2017-07-05 23:44:33 +02:00
README thanks Stephan Zeisberg for his valuable bug reports 2017-12-12 10:55:00 +01:00
appveyor.yml Fix appveyor builds 2016-07-31 11:36:08 +08:00
miniupnp.podspec Fix: change dylib id to use @rpath. 2017-05-17 12:56:01 +02:00

README

 -= MiniUPnP project =-

Main author : Thomas BERNARD
Web site : http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/
Github : https://github.com/miniupnp/miniupnp/
Travis CI : https://travis-ci.org/miniupnp/miniupnp
Appveyor : https://ci.appveyor.com/project/miniupnp/miniupnp

miniupnpc/ : MiniUPnP client - an UPnP IGD control point
miniupnpd/ : MiniUPnP daemon - an implementation of a UPnP IGD
                               + NAT-PMP / PCP gateway
minissdpd/ : SSDP managing daemon. Designed to work with miniupnpc,
             miniupnpd, ReadyMedia (formerly MiniDLNA), etc.
miniupnpc-async/    : Proof of concept for a UPnP IGD control point using
                      asynchronous (non blocking) sockets.
miniupnpc-libevent/ : UPnP IGD control point using libevent2
                      http://libevent.org/

Thanks to :
    * Ryan Wagoner
    * João Paulo Barraca
    * Craig Kadziolka
    * Seth Mos
    * Rick Richard
    * Michael van Tellingen
    * Julien Wajsberg
    * Jeremy Collake
    * Matthew Sporleder
    * Greg Hazel
    * Rico Huber
    * Jelle Huitema
    * Xavier Martin
    * Thomas Goirand
    * Darren Reed
    * Robbie Hanson
    * Nikos Mavrogiannopoulos
    * Elsö András
    * Justin Maggard
    * David Wu
    * Michael Trebilcock
    * Soren Dreijer
    * Colin McFarlane
    * Daniel Dickinson
    * Guillaume Habault
    * Alexey Osipov
    * Alexey Kuznetsov
    * Chiaki Ishikawa
    * David Kerr
    * Jardel Weyrich
    * Leah X. Schmidt
    * Peter Tatrai
    * Leo Moll
    * Daniel Becker
    * Yonetani Tomokazu
    * Markus Stenberg
    * Tomofumi Hayashi
    * Konstantin Tokarev
    * Mike Tzou
    * Nevo Hed
    * Salva Peiró
    * Stephan Zeisberg