2

I have been searching the web and discoverd that the sonos system can be controlled with POST request with a SOAP body.

My question is ..
How can I discover UPnP devices with swift code? And figure out which device it is?

Thanks in advance!

boraseoksoon
  • 2,164
  • 1
  • 20
  • 25
JoakimSjo
  • 1,786
  • 1
  • 10
  • 16

1 Answers1

3

check this UPNP Link. In this link UPNP ControlPoint-oriented stack implementation avaialable. it's useful for you need.

there is another link it will give you full details of the upnp device type. go through the document once.

Ramkumar chintala
  • 958
  • 11
  • 24