File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / miniupnpd / miniupnpc-libuv / README
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Sep 27 11:25:11 2023 UTC (9 months ago) by misho
Branches: miniupnpd, MAIN
CVS tags: v2_3_3p0, HEAD
Version 2.3.3p0

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.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>