hamncheese/n2n/thirdparty/miniupnp/miniupnpc-libuv
2023-09-14 21:50:26 -05:00
..
.gitignore New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
codelength.h New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
example.c New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
Makefile New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
minissdpc-libuv.c New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
minissdpc-libuv.h New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
miniupnpc_declspec.h New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
README New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
upnpdev.h New version with edge binary no longer embedded. 2023-09-14 21:50:26 -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.