Device discovery on the network using Microsoft Universal Plug And Play API is easy!

Device discovery on the network using Microsoft Universal Plug And Play API is easy!
http://francois-piette.blogspot.be/2013/02/using-universal-plug-and-play-upnp-with.html
http://francois-piette.blogspot.be/2013/02/using-universal-plug-and-play-upnp-with.html

Comments

  1. Éric Fleming Bonilha Actually, UPnP has two protocols: one for discovery of devices (SSDP, uses UDP) and one to access device functions (SOAP over HTTP).

    ReplyDelete
  2. Yep, I checked the code and we send SSDP messages over UDP to discover devices and HTTP to get device information.

    We just needed to find the devices and show to the user, so we stopped there, and it works just fine :)

    But of course using the APIs would be much easier, but can you confirm if the API is not available on Windows Server?

    ReplyDelete
  3. Éric Fleming Bonilha I have a Windows Server 2008 and my application (The one in my blog article) works jsut as well as on my Windows 7 workstation.

    ReplyDelete

Post a Comment