UPnP Devices find

---

https://www.lynxbee.com/script-to-find-upnp-devices-servers-in-a-network/
or with:
gssdp-discover (from gupnp-tools) will list devices and services advertized over SSDP:

gssdp-discover -i wlan0 –timeout=3
You can also specify the target (as uuid or a service/device type):

gssdp-discover -i wlan0 –timeout=3 –target=urn:schemas-upnp-org:device:MediaRenderer:1
a python SSDP and HTTP server:
https://github.com/ZeWaren/python-upnp-ssdp-example

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>