Developer-Tools-for-UPnP-Technologies
Developer-Tools-for-UPnP-Technologies copied to clipboard
A set of development and reference tools for creating software that is compatible with the UPnP specifications.
I was hoping to find some documentation at this URL but it seems to have been redirected to somthing completely different : http://opentools.homeip.net/dev-tools-for-upnp
"Tools/DeviceValidator/UPnPTestDiscovery.cs" (line 94): ` Validate_MSEARCH_RESPONSETIME(); Validate_NOTIFY(); ` These two function calls execute the MSEARCH-test and the NOTIFY-test sequentially. "Validate_NOTIFY" assumes that "this.Cache" is greater than zero. However this is not...