miniupnp/miniupnpc-libevent
Thomas Bernard 0877a65ed6 add a few checks 2016-03-29 17:34:12 +02:00
..
.gitignore
Makefile
README add a few checks 2016-03-29 17:34:12 +02:00
declspec.h
igd_desc_parse.c
igd_desc_parse.h
miniupnpc-libevent.c add a few checks 2016-03-29 17:34:12 +02:00
miniupnpc-libevent.h
minixml.c
minixml.h
upnpc-libevent.c
upnpreplyparse.c
upnpreplyparse.h

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