hamncheese/modules/n2nvpn/n2n/thirdparty/miniupnp/miniupnpc-libuv
2023-08-26 15:59:57 -05:00
..
.gitignore Initial commit 2023-08-26 15:59:57 -05:00
codelength.h Initial commit 2023-08-26 15:59:57 -05:00
example.c Initial commit 2023-08-26 15:59:57 -05:00
Makefile Initial commit 2023-08-26 15:59:57 -05:00
minissdpc-libuv.c Initial commit 2023-08-26 15:59:57 -05:00
minissdpc-libuv.h Initial commit 2023-08-26 15:59:57 -05:00
miniupnpc_declspec.h Initial commit 2023-08-26 15:59:57 -05:00
README Initial commit 2023-08-26 15:59:57 -05:00
upnpdev.h Initial commit 2023-08-26 15:59:57 -05:00

Here is a basic libuv implementation of minissdp client.

You can find an example find attached to test it.

BUILD
gcc -luv example.c minissdpc-libuv.c -o minissdpc

EXECUTION
./minissdpc /var/run/your.sock ssdp:all

This should print all find upnp services.