Return to README CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / miniupnpd / miniupnpc-libuv |
1.1 misho 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.