update README files
This commit is contained in:
parent
3e9a5d8ce6
commit
e09da9f860
42
README
42
README
|
@ -0,0 +1,42 @@
|
|||
-= MiniUPnP project =-
|
||||
|
||||
Main author : Thomas BERNARD
|
||||
Web site : http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
|
||||
Github : https://github.com/miniupnp/miniupnp/
|
||||
Freecode : http://freecode.com/projects/miniupnp
|
||||
|
||||
miniupnpc/ : MiniUPnP client - an UPnP IGD control point
|
||||
miniupnpd/ : MiniUPnP daemon - an implementation of a UPnP IGD
|
||||
+ NAT-PMP gatewayt
|
||||
minissdpd/ : SSDP managing daemon. Designed to work with miniupnpc, miniupnpd,
|
||||
minidlna, etc.
|
||||
|
||||
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
|
||||
|
|
@ -1,11 +1,11 @@
|
|||
MiniUPnP project
|
||||
(c) 2006-2011 Thomas Bernard
|
||||
(c) 2006-2012 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 LICENSE file provided with this distribution.
|
||||
|
||||
|
||||
The miniUPnP daemon is an UPnP IGD (internet gateway device)
|
||||
|
@ -16,7 +16,7 @@ During the year 2011, support for IGD v2 has been added.
|
|||
This support is experimental, and should be enabled only
|
||||
for testing and development.
|
||||
|
||||
Later, support for the NAT Port Mapping Protocol (NAT-PMP) was
|
||||
Support for the NAT Port Mapping Protocol (NAT-PMP) has been
|
||||
added. See information about NAT-PMP here :
|
||||
http://miniupnp.free.fr/nat-pmp.html
|
||||
|
||||
|
|
Loading…
Reference in New Issue