-->
Page 1 of 2

Is the SSDP library and example working for you?

PostPosted: Sat Jun 18, 2016 8:13 am
by fgomes
I'm trying to use it, but even using the bare library example it isn't working, or at least it isn't showing the node in the windows explorer, where other devices using SSDP appear, like for example the smart TV.

I've used Wireshark to identify SSDP packets, and the ones I saw from the ESP8266 node are these:

HTTP/1.1 200 OK
EXT:
CACHE-CONTROL: max-age=1200
SERVER: Arduino/1.0 UPNP/1.1 Philips hue bridge 2012/929000226503
USN: uuid:38323636-4558-4dda-9188-cda0e6875511
ST: urn:schemas-upnp-org:device:Basic:1
LOCATION: http://192.168.3.189:80/description.xml

There are no requests made by any other devices to the description.xml file, so I think that it is not advertising correctly, I see that other upnp devices after advertising get HTTP requests for the xml device description, but not this one. Also I don't see it sending any NOTIFY message.

Is this example working for you? And the ESP device appears on the Windows Explorer?

Thanks!

Fernando

Re: Is the SSDP library and example working for you?

PostPosted: Thu Aug 04, 2016 6:29 pm
by saytinh
Me too. Anyone can help us. Thanks

Re: Is the SSDP library and example working for you?

PostPosted: Sun Aug 14, 2016 9:05 am
by richms
It's not working for me either. I can get it to show hello world in the browser from its IP address/index.html, so that part is at least working.

Also, I can get it to show me the xml when I request /description.xml from it.

I have tried changing the name of it from philips hue clone to something else, and the change is in the xml I recieve, but still nothing shows in windows.

Re: Is the SSDP library and example working for you?

PostPosted: Sun Aug 14, 2016 9:57 am
by RichardS
Yep same here, all seems to work, except no ones sees it.

RichardS