hamncheese/modules/n2nvpn/n2n/thirdparty/miniupnp/miniupnpc-libevent
2023-08-26 15:59:57 -05:00
..
.gitignore Initial commit 2023-08-26 15:59:57 -05:00
declspec.h Initial commit 2023-08-26 15:59:57 -05:00
igd_desc_parse.c Initial commit 2023-08-26 15:59:57 -05:00
igd_desc_parse.h Initial commit 2023-08-26 15:59:57 -05:00
Makefile Initial commit 2023-08-26 15:59:57 -05:00
miniupnpc-libevent.c Initial commit 2023-08-26 15:59:57 -05:00
miniupnpc-libevent.h Initial commit 2023-08-26 15:59:57 -05:00
minixml.c Initial commit 2023-08-26 15:59:57 -05:00
minixml.h Initial commit 2023-08-26 15:59:57 -05:00
README Initial commit 2023-08-26 15:59:57 -05:00
upnpc-libevent.c Initial commit 2023-08-26 15:59:57 -05:00
upnpreplyparse.c Initial commit 2023-08-26 15:59:57 -05:00
upnpreplyparse.h Initial commit 2023-08-26 15:59:57 -05:00

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 added to libevent 2.2.x :
https://github.com/libevent/libevent/commit/8dcb94a4ca0999bdada6baa2a986f4c00a922060


TODO : improve error handling / reporting