Added miniupnpc-async and miniupnpc-libevent

This commit is contained in:
Thomas Bernard 2014-11-17 10:21:30 +01:00
parent cbd262749f
commit 37cb73329a
1 changed files with 3 additions and 0 deletions

3
README
View File

@ -10,6 +10,9 @@ miniupnpd/ : MiniUPnP daemon - an implementation of a UPnP IGD
+ NAT-PMP / PCP gateway
minissdpd/ : SSDP managing daemon. Designed to work with miniupnpc, miniupnpd,
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