-
Notifications
You must be signed in to change notification settings - Fork 3
Scripts Discover UPNP
thica edited this page Jan 10, 2020
·
4 revisions
The UPNP discover script discover devices which runs a upnp server. You can filter the discover result by passing the following parameters::
Attribute | Description |
---|---|
discovermanufacturer | Discover models only from a specific manufacturer |
discovermodels | Discover specific models |
discoverprettyname | Some devices reports a pretty name (like mac address, or IP addrees, a a further name). You can specify to discover just aspecific preetty name |
servicetypes | Specifies the servicetypes for discover (eg.: upnp:rootdevice) |
ipversion | Specifies which IPVersion to use for discovery: Could be IPv4Only,IPv6Only,All,Auto. Auto prefers IPv6, if available |
timeout | Specifies the timout for discover |
Blank options will not be used. You could eg use the pretty name just to match a specific device, or just the manufacturer name to match all devices in the network of this manufacturer.