miniupnp/miniupnpc-libevent
Thomas Bernard 0877a65ed6 add a few checks 2016-03-29 17:34:12 +02:00
..
.gitignore Adding miniupnpc-libevent 2014-11-12 16:56:35 +01:00
Makefile use pkg-config 2015-10-02 18:57:53 +02:00
README add a few checks 2016-03-29 17:34:12 +02:00
declspec.h miniupnpc-libevent: WIN32 => _WIN32 2014-11-17 20:33:11 +01:00
igd_desc_parse.c igd_desc_parse.c: fix buffer overflow 2015-09-15 16:15:30 +02:00
igd_desc_parse.h igd_desc_parse.c: define printIGD() only in DEBUG 2014-11-17 20:32:41 +01:00
miniupnpc-libevent.c add a few checks 2016-03-29 17:34:12 +02:00
miniupnpc-libevent.h miniupnpc-libevent: set multicast TTL to 2 2015-07-22 15:52:33 +02:00
minixml.c Adding miniupnpc-libevent 2014-11-12 16:56:35 +01:00
minixml.h Adding miniupnpc-libevent 2014-11-12 16:56:35 +01:00
upnpc-libevent.c see 9bf5a0bd90 2015-10-10 11:52:38 +02:00
upnpreplyparse.c check memory allocation 2015-07-22 15:53:07 +02:00
upnpreplyparse.h Adding miniupnpc-libevent 2014-11-12 16:56:35 +01:00

README

miniupnpc-libevent :

UPnP IGD control point (ie client) using libevent

http://libevent.org
https://github.com/libevent/libevent

The UPnP Event code needs SUBSCRIBE / UNSUBSCRIBE / NOTIFY HTTP methods.
Implementation is in progress in libevent HTTP code :
https://github.com/libevent/libevent/pull/327


TODO : improve error handling / reporting