c++ - UPnP, device announcement only -
i know there nice upnp stacks "developer tools upnp technologies" (http://opentools.homeip.net/dev-tools-for-upnp). work not need functionality. need can see device (in e.g. windows explorer - network tree) property page publishes device ip.

is there library announces device?
gssdp (libgssdp in linux distros) small, reliable , tested library handles announcement , discovery part of upnp: it's trivial write small program advertizes device uri gssdp (see example).
howeve, nothing guarantees windows explorer shows ssdp announced devices. maybe know thought should mention might show devices upnp devices, or might show devices upnp av devices, or might show devices dlna supporting upnp av devices...
Comments
Post a Comment