Intels Open Source Upnp Sdk Has Absolutely 0 Documentation, Why?
basically, here is the address... http://opentools.homeip.net/dev-tools-for-upnp they are the recommended dll's to use for upnp as they implement the standards better then microsof
Solution 1:
This is a late answer, but in this post:
http://software.intel.com/en-us/forums/showthread.php?t=50740
The attach a .chm with a generated reference documentation. Don't forget to unblock the file (right-click, properties, unblock) before opening, otherwise you won't be able to read the pages.
Solution 2:
There just so happens to be an ENTIRE BOOK that discusses and demonstrates the Intel UPnP Stack/Library. This book is specific to the C implementation of UPnP by Intel.
The book is called:
UPnP Design by Example by Michael Jeronimo and Jack Weast
Hope this helps somebody out. It took me quite a while to find documentation on the Intel Library. Actual use of code from the Intel UPnP stack begins on page 202 of the book.
Post a Comment for "Intels Open Source Upnp Sdk Has Absolutely 0 Documentation, Why?"