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

    1: Here is a basic libuv implementation of minissdp client.
    2: 
    3: You can find an example find attached to test it.
    4: 
    5: BUILD
    6: gcc -luv example.c minissdpc-libuv.c -o minissdpc
    7: 
    8: EXECUTION
    9: ./minissdpc /var/run/your.sock ssdp:all
   10: 
   11: This should print all find upnp services.

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