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!
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!
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.