8000 Asus Rotuer Upnp integration · Issue #46822 · home-assistant/core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Asus Rotuer Upnp integration #46822

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Salvora opened this issue Feb 20, 2021 · 21 comments · Fixed by #49081
Closed

Asus Rotuer Upnp integration #46822

Salvora opened this issue Feb 20, 2021 · 21 comments · Fixed by #49081

Comments

@Salvora
Copy link
Salvora commented Feb 20, 2021

The problem

This issue has been documented here #26869 and marked as solved but
I am having the same problem with my ASUS router.
There is no pi-hole setup though.
Upnp sensors become unavailable and doesn't come back online.
So far, a network communication interruption may be the most likely reason for this. It can be a network switch going offline, router reboot, or HA reboot.
Even after the network restores itself. Upnp sensors doesn't come back online.
I can only fix this by rebooting the router first then HA again.
This might be a specific issue for Asus routers.

What is version of Home Assistant Core has the issue?

core-2021.2.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

upnp

Link to integration documentation on our website

https://www.home-assistant.io/integrations/upnp/

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

@probot-home-assistant
Copy link

Hey there @StevenLooman, mind taking a look at this issue as its been labeled with an integration (upnp) you are listed as a codeowner for? Thanks!
(message by CodeOwnersMention)

@StevenLooman
Copy link
Contributor

Thank you for the issue @Salvora. Two questions:

  1. Does your router have a static IP?
  2. Can you confirm the used address/port stays the same after you re-add the integration and it fails later on? You can confirm this by looking at the error reported: ConnectionRefusedError: [Errno 111] Connect call failed ('192.168.x.x', 34575). In this case the port is/was 34575.

I suspect that AsusWRT not only changes its unique identifier regularly (causing other problems), but also changes the port it listens on for UPnP-requests (read: SOAP requests).

By rebooting the router and restarting HA the following happens, I think:

  1. Your router changes the port it listens on (the 34575 in the exemplar above)
  2. HA re-scans for the device, finds it, and stores the new port it connects to (actually, its a http-address)
  3. It works for a while
  4. Then AsusWRT chooses another port randomly (either caused by a reboot or a timer)
  5. HA tries to connect to the old port, but your router is no longer listening on that port

@Salvora
Copy link
Author
Salvora commented Feb 22, 2021

Thanks for taking a look at this @StevenLooman

  1. Yes, it has static IP.
  2. I cannot confirm this at the moment. I will try to simulate some network interruption when some critical devices goes offline. However, I have not re-added the integration. After rebooting router first then rebooting HA, it came back online by itself. In this case the upnp port also defaults??? I am not so sure.

@Salvora
Copy link
Author
Salvora commented Feb 22, 2021

Allright,
I have rebooted the router.
The upnp sensors become unavailable.
I have checked the logs but couldn't find anything like that.
The only entry was for ssh since router was rebooting.

2021-02-22 07:02:46 ERROR (MainThread) [homeassistant.components.asuswrt.device_tracker] Error connecting to ASUS router for device update: [Errno 110] Connect call failed ('192.168.1.1', 22)

What I got was this one.

2021-02-22 07:00:59 ERROR (MainThread) [homeassistant.components.upnp] Timeout fetching ROUTER data

@StevenLooman
Copy link
Contributor

Ok, the first entry was from the asuswrt component. The second one was from the upnp component. The latter will probably be displayed once, until the device is back at the original location.

Can you enable logging in your configuration.yaml and try again?

logger:
  default: info
  logs:
    homeassistant.components.upnp: debug
    async_upnp_client: debug
    async_upnp_client.traffic: error

This will write debug-information to your HA logs which will probably contain helpful information.

Another option is to run some commands from within your HA installation (or install async-upnp-client manually). You can run upnp-client search to scan for UPnP devices. This will give information such as the UDN and the location:

$ upnp-client search
{"Cache-Control": "max-age=1900", "Location": "http://192.168.178.1:80/RootDevice.xml", "Server": "UPnP/1.0 UPnP/1.0 UPnP-Device-Host/1.0", "ST": "upnp:rootdevice", "USN": "uuid:upnp-InternetGatewayDevice-1_0-889ffacb9043::upnp:rootdevice", "EXT": "", "_timestamp": "2021-02-23 20:55:43.884531", "_address": "192.168.178.1:1900", "_udn": "uuid:upnp-InternetGatewayDevice-1_0-889ffacb9043", "_source": "search"}
...

If you're able to, please do this before and after rebooting the router. With a bit of luck, this will already give us what we need (i.e., changing location.)

@Salvora
Copy link
Author
Salvora commented Feb 24, 2021

Warning huge wall of text:
This one before the router restart
sensors are unavaiable in HA

{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:18:31 GMT", "EXT": "", "LOCATION": "http://192.168.1.133:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "6833fdda-1dd2-11b2-b724-d03d09385426", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "upnp:rootdevice", "USN": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9::upnp:rootdevice", "BOOTID.UPNP.ORG": "1547", "CONFIGID.UPNP.ORG": "14", "_timestamp": "2021-02-24 02:18:33.027279", "_address": "192.168.1.133:53934", "_udn": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:18:31 GMT", "EXT": "", "LOCATION": "http://192.168.1.133:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "6833fdda-1dd2-11b2-b724-d03d09385426", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9", "USN": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9", "BOOTID.UPNP.ORG": "1547", "CONFIGID.UPNP.ORG": "14", "_timestamp": "2021-02-24 02:18:33.027279", "_address": "192.168.1.133:53934", "_udn": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:18:31 GMT", "EXT": "", "LOCATION": "http://192.168.1.133:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "6833fdda-1dd2-11b2-b724-d03d09385426", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "urn:dial-multiscreen-org:device:dial:1", "USN": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9::urn:dial-multiscreen-org:device:dial:1", "BOOTID.UPNP.ORG": "1547", "CONFIGID.UPNP.ORG": "14", "_timestamp": "2021-02-24 02:18:33.027279", "_address": "192.168.1.133:53934", "_udn": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:18:31 GMT", "EXT": "", "LOCATION": "http://192.168.1.133:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "6833fdda-1dd2-11b2-b724-d03d09385426", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "urn:dial-multiscreen-org:service:dial:1", "USN": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9::urn:dial-multiscreen-org:service:dial:1", "BOOTID.UPNP.ORG": "1547", "CONFIGID.UPNP.ORG": "14", "_timestamp": "2021-02-24 02:18:33.028303", "_address": "192.168.1.133:45369", "_udn": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:18:31 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.20:49152/upnp_device_desc.xml", "SERVER": "Linux/3.8.8, UPnP/1.0, ZheJiang Dahua Technology CO.,LTD. Upnp SDK", "ST": "upnp:rootdevice", "USN": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037::upnp:rootdevice", "_timestamp": "2021-02-24 02:18:33.028303", "_address": "192.168.1.20:55927", "_udn": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:18:31 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.20:49152/upnp_device_desc.xml", "SERVER": "Linux/3.8.8, UPnP/1.0, ZheJiang Dahua Technology CO.,LTD. Upnp SDK", "ST": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037", "USN": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037", "_timestamp": "2021-02-24 02:18:33.029277", "_address": "192.168.1.20:55927", "_udn": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:18:31 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.20:49152/upnp_device_desc.xml", "SERVER": "Linux/3.8.8, UPnP/1.0, ZheJiang Dahua Technology CO.,LTD. Upnp SDK", "ST": "urn:schemas-upnp-org:device:3.0-1L047ACPAW00037", "USN": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037::urn:schemas-upnp-org:device:3.0-1L047ACPAW00037", "_timestamp": "2021-02-24 02:18:33.029277", "_address": "192.168.1.20:55927", "_udn": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:31 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::upnp:rootdevice", "_timestamp": "2021-02-24 02:18:33.029277", "_address": "192.168.1.207:50759", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:18:29 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:9080", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1dc51658-7614-11eb-9cd9-98dfb9c57c90", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices", "X-User-Agent": "NRDP MDX", "X-Friendly-Name": "U0FMT04gVFY=", "X-Accepts-Registration": "3", "X-MSL": "1", "X-MDX-Caps": "", "X-MDX-Registered": "0", "X-MDX-Remote-Login-Supported": "1", "X-MDX-Remote-Login-Requested-By-Witcher": "0", "ST": "upnp:rootdevice", "USN": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0::upnp:rootdevice", "_timestamp": "2021-02-24 02:18:33.029886", "_address": "192.168.1.32:45709", "_udn": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:18:29 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:9080", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1dc51658-7614-11eb-9cd9-98dfb9c57c90", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices", "X-User-Agent": "NRDP MDX", "X-Friendly-Name": "U0FMT04gVFY=", "X-Accepts-Registration": "3", "X-MSL": "1", "X-MDX-Caps": "", "X-MDX-Registered": "0", "X-MDX-Remote-Login-Supported": "1", "X-MDX-Remote-Login-Requested-By-Witcher": "0", "ST": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0", "USN": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0", "_timestamp": "2021-02-24 02:18:33.029886", "_address": "192.168.1.32:45709", "_udn": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:18:29 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:9080", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1dc51658-7614-11eb-9cd9-98dfb9c57c90", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices", "X-User-Agent": "NRDP MDX", "X-Friendly-Name": "U0FMT04gVFY=", "X-Accepts-Registration": "3", "X-MSL": "1", "X-MDX-Caps": "", "X-MDX-Registered": "0", "X-MDX-Remote-Login-Supported": "1", "X-MDX-Remote-Login-Requested-By-Witcher": "0", "ST": "urn:schemas-upnp-org:device:mdxdevice:1", "USN": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0::urn:schemas-upnp-org:device:mdxdevice:1", "_timestamp": "2021-02-24 02:18:33.029886", "_address": "192.168.1.32:45709", "_udn": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:18:31 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.20:49152/upnp_device_desc.xml", "SERVER": "Linux/3.8.8, UPnP/1.0, ZheJiang Dahua Technology CO.,LTD. Upnp SDK", "ST": "urn:schemas-upnp-org:service:Dummy:1", "USN": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037::urn:schemas-upnp-org:service:Dummy:1", "_timestamp": "2021-02-24 02:18:33.030799", "_address": "192.168.1.20:55927", "_udn": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:31 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::upnp:rootdevice", "_timestamp": "2021-02-24 02:18:33.031704", "_address": "192.168.1.207:50759", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:18:29 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:9080", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1dc51658-7614-11eb-9cd9-98dfb9c57c90", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices", "X-User-Agent": "NRDP MDX", "X-Friendly-Name": "U0FMT04gVFY=", "X-Accepts-Registration": "3", "X-MSL": "1", "X-MDX-Caps": "", "X-MDX-Registered": "0", "X-MDX-Remote-Login-Supported": "1", "X-MDX-Remote-Login-Requested-By-Witcher": "0", "ST": "urn:mdx-netflix-com:service:target:3", "USN": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0::urn:mdx-netflix-com:service:target:3", "_timestamp": "2021-02-24 02:18:33.031704", "_address": "192.168.1.32:35344", "_udn": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:31 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_timestamp": "2021-02-24 02:18:33.032703", "_address": "192.168.1.207:50759", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:31 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_timestamp": "2021-02-24 02:18:33.033721", "_address": "192.168.1.207:50759", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:31 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-24 02:18:33.033721", "_address": "192.168.1.207:50759", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:31 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-24 02:18:33.036756", "_address": "192.168.1.207:50759", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:31 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-24 02:18:33.037689", "_address": "192.168.1.207:50759", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:31 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-24 02:18:33.038687", "_address": "192.168.1.207:50759", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:18:31 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.24:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "upnp:rootdevice", "USN": "uuid:device_3_0-AMC047E538B56EDFEB::upnp:rootdevice", "_timestamp": "2021-02-24 02:18:33.038687", "_address": "192.168.1.24:42026", "_udn": "uuid:device_3_0-AMC047E538B56EDFEB", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:18:31 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.24:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "uuid:device_3_0-AMC047E538B56EDFEB", "USN": "uuid:device_3_0-AMC047E538B56EDFEB", "_timestamp": "2021-02-24 02:18:33.039684", "_address": "192.168.1.24:42026", "_udn": "uuid:device_3_0-AMC047E538B56EDFEB", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:18:31 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.24:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "urn:schemas-upnp-org:device:3.0-AMC047E538B56EDFEB", "USN": "uuid:device_3_0-AMC047E538B56EDFEB::urn:schemas-upnp-org:device:3.0-AMC047E538B56EDFEB", "_timestamp": "2021-02-24 02:18:33.039684", "_address": "192.168.1.24:42026", "_udn": "uuid:device_3_0-AMC047E538B56EDFEB", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:18:31 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.24:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "urn:schemas-upnp-org:service:Dummy:1", "USN": "uuid:device_3_0-AMC047E538B56EDFEB::urn:schemas-upnp-org:service:Dummy:1", "_timestamp": "2021-02-24 02:18:33.040681", "_address": "192.168.1.24:42026", "_udn": "uuid:device_3_0-AMC047E538B56EDFEB", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:18:31 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.23:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "upnp:rootdevice", "USN": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056::upnp:rootdevice", "_timestamp": "2021-02-24 02:18:33.040681", "_address": "192.168.1.23:39834", "_udn": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:18:31 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.23:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056", "USN": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056", "_timestamp": "2021-02-24 02:18:33.041679", "_address": "192.168.1.23:39834", "_udn": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:18:31 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.23:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "urn:schemas-upnp-org:device:3.0-3K058D5PAG00056", "USN": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056::urn:schemas-upnp-org:device:3.0-3K058D5PAG00056", "_timestamp": "2021-02-24 02:18:33.041679", "_address": "192.168.1.23:39834", "_udn": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:18:31 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.23:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "urn:schemas-upnp-org:service:Dummy:1", "USN": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056::urn:schemas-upnp-org:service:Dummy:1", "_timestamp": "2021-02-24 02:18:33.042676", "_address": "192.168.1.23:39834", "_udn": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:18:31 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.26:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "upnp:rootdevice", "USN": "uuid:device_3_0-AMC0475300456616AF::upnp:rootdevice", "_timestamp": "2021-02-24 02:18:33.044684", "_address": "192.168.1.26:41894", "_udn": "uuid:device_3_0-AMC0475300456616AF", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:18:31 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.26:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "uuid:device_3_0-AMC0475300456616AF", "USN": "uuid:device_3_0-AMC0475300456616AF", "_timestamp": "2021-02-24 02:18:33.053646", "_address": "192.168.1.26:41894", "_udn": "uuid:device_3_0-AMC0475300456616AF", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:18:31 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.26:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "urn:schemas-upnp-org:device:3.0-AMC0475300456616AF", "USN": "uuid:device_3_0-AMC0475300456616AF::urn:schemas-upnp-org:device:3.0-AMC0475300456616AF", "_timestamp": "2021-02-24 02:18:33.056638", "_address": "192.168.1.26:41894", "_udn": "uuid:device_3_0-AMC0475300456616AF", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:18:31 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.26:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "urn:schemas-upnp-org:service:Dummy:1", "USN": "uuid:device_3_0-AMC0475300456616AF::urn:schemas-upnp-org:service:Dummy:1", "_timestamp": "2021-02-24 02:18:33.056638", "_address": "192.168.1.26:41894", "_udn": "uuid:device_3_0-AMC0475300456616AF", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:18:30 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "3e29b9b8-1dd2-11b2-8e26-dbb412047e38", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "upnp:rootdevice", "USN": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b::upnp:rootdevice", "BOOTID.UPNP.ORG": "0", "CONFIGID.UPNP.ORG": "6", "_timestamp": "2021-02-24 02:18:33.214549", "_address": "192.168.1.32:37407", "_udn": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:18:30 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "3e29b9b8-1dd2-11b2-8e26-dbb412047e38", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b", "USN": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b", "BOOTID.UPNP.ORG": "0", "CONFIGID.UPNP.ORG": "6", "_timestamp": "2021-02-24 02:18:33.214549", "_address": "192.168.1.32:37407", "_udn": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:18:30 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "3e29b9b8-1dd2-11b2-8e26-dbb412047e38", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "urn:dial-multiscreen-org:device:dial:1", "USN": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b::urn:dial-multiscreen-org:device:dial:1", "BOOTID.UPNP.ORG": "0", "CONFIGID.UPNP.ORG": "6", "_timestamp": "2021-02-24 02:18:33.216575", "_address": "192.168.1.32:37407", "_udn": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:18:30 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "3e29b9b8-1dd2-11b2-8e26-dbb412047e38", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "urn:dial-multiscreen-org:service:dial:1", "USN": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b::urn:dial-multiscreen-org:service:dial:1", "BOOTID.UPNP.ORG": "0", "CONFIGID.UPNP.ORG": "6", "_timestamp": "2021-02-24 02:18:33.216575", "_address": "192.168.1.32:50848", "_udn": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:32 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::upnp:rootdevice", "_timestamp": "2021-02-24 02:18:34.028456", "_address": "192.168.1.129:40655", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:32 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::upnp:rootdevice", "_timestamp": "2021-02-24 02:18:34.028456", "_address": "192.168.1.129:57020", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:32 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::upnp:rootdevice", "_timestamp": "2021-02-24 02:18:34.028456", "_address": "192.168.1.129:40655", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:32 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::upnp:rootdevice", "_timestamp": "2021-02-24 02:18:34.035625", "_address": "192.168.1.129:57020", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:32 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_timestamp": "2021-02-24 02:18:34.035625", "_address": "192.168.1.129:40655", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:32 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_timestamp": "2021-02-24 02:18:34.035625", "_address": "192.168.1.129:57020", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:32 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_timestamp": "2021-02-24 02:18:34.037591", "_address": "192.168.1.129:40655", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:32 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-24 02:18:34.037591", "_address": "192.168.1.129:40655", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:32 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_timestamp": "2021-02-24 02:18:34.037591", "_address": "192.168.1.129:57020", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:32 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-24 02:18:34.038588", "_address": "192.168.1.129:40655", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:32 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-24 02:18:34.038588", "_address": "192.168.1.129:57020", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:32 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-24 02:18:34.039586", "_address": "192.168.1.129:40655", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:32 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-24 02:18:34.039586", "_address": "192.168.1.129:57020", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:32 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-24 02:18:34.040603", "_address": "192.168.1.129:40655", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:32 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-24 02:18:34.040603", "_address": "192.168.1.129:57020", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:32 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-24 02:18:34.041608", "_address": "192.168.1.129:57020", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:18:34 GMT", "EXT": "", "LOCATION": "http://192.168.1.234:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "6e1b8b1e-1dd2-11b2-bb6e-f60a12d4c4e5", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "upnp:rootdevice", "USN": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54::upnp:rootdevice", "BOOTID.UPNP.ORG": "831", "CONFIGID.UPNP.ORG": "7", "_timestamp": "2021-02-24 02:18:34.986254", "_address": "192.168.1.234:32970", "_udn": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:18:34 GMT", "EXT": "", "LOCATION": "http://192.168.1.234:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "6e1b8b1e-1dd2-11b2-bb6e-f60a12d4c4e5", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54", "USN": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54", "BOOTID.UPNP.ORG": "831", "CONFIGID.UPNP.ORG": "7", "_timestamp": "2021-02-24 02:18:34.987251", "_address": "192.168.1.234:32970", "_udn": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:18:34 GMT", "EXT": "", "LOCATION": "http://192.168.1.234:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "6e1b8b1e-1dd2-11b2-bb6e-f60a12d4c4e5", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "urn:dial-multiscreen-org:device:dial:1", "USN": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54::urn:dial-multiscreen-org:device:dial:1", "BOOTID.UPNP.ORG": "831", "CONFIGID.UPNP.ORG": "7", "_timestamp": "2021-02-24 02:18:34.988246", "_address": "192.168.1.234:32970", "_udn": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:18:34 GMT", "EXT": "", "LOCATION": "http://192.168.1.234:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "6e1b8b1e-1dd2-11b2-bb6e-f60a12d4c4e5", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "urn:dial-multiscreen-org:service:dial:1", "USN": "uuid:b0eb0889-441c-abbb-da0f-e57257
10000
e4ca54::urn:dial-multiscreen-org:service:dial:1", "BOOTID.UPNP.ORG": "831", "CONFIGID.UPNP.ORG": "7", "_timestamp": "2021-02-24 02:18:34.989283", "_address": "192.168.1.234:34735", "_udn": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:34 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::upnp:rootdevice", "_timestamp": "2021-02-24 02:18:36.028966", "_address": "192.168.1.207:60004", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:34 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::upnp:rootdevice", "_timestamp": "2021-02-24 02:18:36.028966", "_address": "192.168.1.207:60004", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:34 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_timestamp": "2021-02-24 02:18:36.031101", "_address": "192.168.1.207:60004", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:34 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_timestamp": "2021-02-24 02:18:36.031101", "_address": "192.168.1.207:60004", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:34 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-24 02:18:36.032101", "_address": "192.168.1.207:60004", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:34 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-24 02:18:36.033098", "_address": "192.168.1.207:60004", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:34 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-24 02:18:36.034113", "_address": "192.168.1.207:60004", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:34 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-24 02:18:36.035093", "_address": "192.168.1.207:60004", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:35 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::upnp:rootdevice", "_timestamp": "2021-02-24 02:18:37.028397", "_address": "192.168.1.129:54667", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:35 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::upnp:rootdevice", "_timestamp": "2021-02-24 02:18:37.028707", "_address": "192.168.1.207:33958", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:35 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::upnp:rootdevice", "_timestamp": "2021-02-24 02:18:37.028707", "_address": "192.168.1.129:54667", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:35 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::upnp:rootdevice", "_timestamp": "2021-02-24 02:18:37.032822", "_address": "192.168.1.207:33958", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:35 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_timestamp": "2021-02-24 02:18:37.032822", "_address": "192.168.1.129:54667", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:35 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_timestamp": "2021-02-24 02:18:37.033848", "_address": "192.168.1.207:33958", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:35 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_timestamp": "2021-02-24 02:18:37.033848", "_address": "192.168.1.129:54667", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:35 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_timestamp": "2021-02-24 02:18:37.034816", "_address": "192.168.1.207:33958", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:35 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-24 02:18:37.035814", "_address": "192.168.1.129:54667", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:35 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-24 02:18:37.035814", "_address": "192.168.1.207:33958", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:35 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-24 02:18:37.039803", "_address": "192.168.1.129:54667", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:35 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-24 02:18:37.046820", "_address": "192.168.1.207:33958", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:35 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-24 02:18:37.048047", "_address": "192.168.1.129:54667", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:35 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-24 02:18:37.050803", "_address": "192.168.1.207:33958", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:35 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-24 02:18:37.051803", "_address": "192.168.1.129:54667", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:18:35 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-24 02:18:37.055805", "_address": "192.168.1.207:33958", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}

This one is after the router reboot. Sensors are still unavailable.

{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:58:42 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.20:49152/upnp_device_desc.xml", "SERVER": "Linux/3.8.8, UPnP/1.0, ZheJiang Dahua Technology CO.,LTD. Upnp SDK", "ST": "upnp:rootdevice", "USN": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037::upnp:rootdevice", "_timestamp": "2021-02-24 02:58:44.059502", "_address": "192.168.1.20:55927", "_udn": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:58:42 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.20:49152/upnp_device_desc.xml", "SERVER": "Linux/3.8.8, UPnP/1.0, ZheJiang Dahua Technology CO.,LTD. Upnp SDK", "ST": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037", "USN": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037", "_timestamp": "2021-02-24 02:58:44.059502", "_address": "192.168.1.20:55927", "_udn": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:58:42 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.20:49152/upnp_device_desc.xml", "SERVER": "Linux/3.8.8, UPnP/1.0, ZheJiang Dahua Technology CO.,LTD. Upnp SDK", "ST": "urn:schemas-upnp-org:device:3.0-1L047ACPAW00037", "USN": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037::urn:schemas-upnp-org:device:3.0-1L047ACPAW00037", "_timestamp": "2021-02-24 02:58:44.059502", "_address": "192.168.1.20:55927", "_udn": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:58:40 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "3e29b9b8-1dd2-11b2-8e26-dbb412047e38", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "upnp:rootdevice", "USN": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b::upnp:rootdevice", "BOOTID.UPNP.ORG": "0", "CONFIGID.UPNP.ORG": "6", "_timestamp": "2021-02-24 02:58:44.061497", "_address": "192.168.1.32:48362", "_udn": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:58:40 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "3e29b9b8-1dd2-11b2-8e26-dbb412047e38", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b", "USN": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b", "BOOTID.UPNP.ORG": "0", "CONFIGID.UPNP.ORG": "6", "_timestamp": "2021-02-24 02:58:44.062494", "_address": "192.168.1.32:48362", "_udn": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:58:40 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "3e29b9b8-1dd2-11b2-8e26-dbb412047e38", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "urn:dial-multiscreen-org:device:dial:1", "USN": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b::urn:dial-multiscreen-org:device:dial:1", "BOOTID.UPNP.ORG": "0", "CONFIGID.UPNP.ORG": "6", "_timestamp": "2021-02-24 02:58:44.064814", "_address": "192.168.1.32:48362", "_udn": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:58:40 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "3e29b9b8-1dd2-11b2-8e26-dbb412047e38", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "urn:dial-multiscreen-org:service:dial:1", "USN": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b::urn:dial-multiscreen-org:service:dial:1", "BOOTID.UPNP.ORG": "0", "CONFIGID.UPNP.ORG": "6", "_timestamp": "2021-02-24 02:58:44.064814", "_address": "192.168.1.32:38965", "_udn": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b", "_source": "search"}
{"Cache-Control": "max-age=600", "Date": "Tue, 23 Feb 2021 23:58:43 GMT", "Ext": "", "Location": "http://192.168.1.1:1990/790217f1-47d4-4349-9db4-ea69e2239ded/WFADevice.xml", "Server": "POSIX UPnP/1.0 UPnP Stack/7.14.164.3", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-24 02:58:44.066106", "_address": "192.168.1.1:1900", "_udn": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:58:42 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.20:49152/upnp_device_desc.xml", "SERVER": "Linux/3.8.8, UPnP/1.0, ZheJiang Dahua Technology CO.,LTD. Upnp SDK", "ST": "urn:schemas-upnp-org:service:Dummy:1", "USN": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037::urn:schemas-upnp-org:service:Dummy:1", "_timestamp": "2021-02-24 02:58:44.066590", "_address": "192.168.1.20:55927", "_udn": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:41 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::upnp:rootdevice", "_timestamp": "2021-02-24 02:58:44.067622", "_address": "192.168.1.207:33958", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"Cache-Control": "max-age=600", "Date": "Tue, 23 Feb 2021 23:58:43 GMT", "Ext": "", "Location": "http://192.168.1.1:1990/790217f1-47d4-4349-9db4-ea69e2239ded/WFADevice.xml", "Server": "POSIX UPnP/1.0 UPnP Stack/7.14.164.3", "ST": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2", "USN": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2", "_timestamp": "2021-02-24 02:58:44.067622", "_address": "192.168.1.1:1900", "_udn": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:41 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::upnp:rootdevice", "_timestamp": "2021-02-24 02:58:44.071603", "_address": "192.168.1.207:33958", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"Cache-Control": "max-age=600", "Date": "Tue, 23 Feb 2021 23:58:43 GMT", "Ext": "", "Location": "http://192.168.1.1:1990/790217f1-47d4-4349-9db4-ea69e2239ded/WFADevice.xml", "Server": "POSIX UPnP/1.0 UPnP Stack/7.14.164.3", "ST": "upnp:rootdevice", "USN": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2::upnp:rootdevice", "_timestamp": "2021-02-24 02:58:44.072583", "_address": "192.168.1.1:1900", "_udn": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:58:42 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.26:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "upnp:rootdevice", "USN": "uuid:device_3_0-AMC0475300456616AF::upnp:rootdevice", "_timestamp": "2021-02-24 02:58:44.073598", "_address": "192.168.1.26:41894", "_udn": "uuid:device_3_0-AMC0475300456616AF", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:41 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_timestamp": "2021-02-24 02:58:44.074611", "_address": "192.168.1.207:33958", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:58:42 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.26:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "uuid:device_3_0-AMC0475300456616AF", "USN": "uuid:device_3_0-AMC0475300456616AF", "_timestamp": "2021-02-24 02:58:44.075610", "_address": "192.168.1.26:41894", "_udn": "uuid:device_3_0-AMC0475300456616AF", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:58:42 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.26:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "urn:schemas-upnp-org:device:3.0-AMC0475300456616AF", "USN": "uuid:device_3_0-AMC0475300456616AF::urn:schemas-upnp-org:device:3.0-AMC0475300456616AF", "_timestamp": "2021-02-24 02:58:44.075610", "_address": "192.168.1.26:41894", "_udn": "uuid:device_3_0-AMC0475300456616AF", "_source": "search"}
{"Cache-Control": "max-age=600", "Date": "Tue, 23 Feb 2021 23:58:43 GMT", "Ext": "", "Location": "http://192.168.1.1:1990/790217f1-47d4-4349-9db4-ea69e2239ded/WFADevice.xml", "Server": "POSIX UPnP/1.0 UPnP Stack/7.14.164.3", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-24 02:58:44.076608", "_address": "192.168.1.1:1900", "_udn": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:41 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_timestamp": "2021-02-24 02:58:44.076608", "_address": "192.168.1.207:33958", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:58:42 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.23:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "upnp:rootdevice", "USN": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056::upnp:rootdevice", "_timestamp": "2021-02-24 02:58:44.079599", "_address": "192.168.1.23:39834", "_udn": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:58:42 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.23:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "uuid:www.dahuatech.com.devic
6293
e_3_0-3K058D5PAG00056", "USN": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056", "_timestamp": "2021-02-24 02:58:44.079599", "_address": "192.168.1.23:39834", "_udn": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:58:43 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.24:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "upnp:rootdevice", "USN": "uuid:device_3_0-AMC047E538B56EDFEB::upnp:rootdevice", "_timestamp": "2021-02-24 02:58:44.080597", "_address": "192.168.1.24:42026", "_udn": "uuid:device_3_0-AMC047E538B56EDFEB", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:58:42 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.23:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "urn:schemas-upnp-org:device:3.0-3K058D5PAG00056", "USN": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056::urn:schemas-upnp-org:device:3.0-3K058D5PAG00056", "_timestamp": "2021-02-24 02:58:44.080597", "_address": "192.168.1.23:39834", "_udn": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:58:43 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.24:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "uuid:device_3_0-AMC047E538B56EDFEB", "USN": "uuid:device_3_0-AMC047E538B56EDFEB", "_timestamp": "2021-02-24 02:58:44.082117", "_address": "192.168.1.24:42026", "_udn": "uuid:device_3_0-AMC047E538B56EDFEB", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:41 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-24 02:58:44.082117", "_address": "192.168.1.207:33958", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:58:43 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.24:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "urn:schemas-upnp-org:device:3.0-AMC047E538B56EDFEB", "USN": "uuid:device_3_0-AMC047E538B56EDFEB::urn:schemas-upnp-org:device:3.0-AMC047E538B56EDFEB", "_timestamp": "2021-02-24 02:58:44.083161", "_address": "192.168.1.24:42026", "_udn": "uuid:device_3_0-AMC047E538B56EDFEB", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:41 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-24 02:58:44.083161", "_address": "192.168.1.207:33958", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:41 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-24 02:58:44.087926", "_address": "192.168.1.207:33958", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:58:42 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.23:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "urn:schemas-upnp-org:service:Dummy:1", "USN": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056::urn:schemas-upnp-org:service:Dummy:1", "_timestamp": "2021-02-24 02:58:44.092913", "_address": "192.168.1.23:39834", "_udn": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:41 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-24 02:58:44.096902", "_address": "192.168.1.207:33958", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:58:42 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.26:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "urn:schemas-upnp-org:service:Dummy:1", "USN": "uuid:device_3_0-AMC0475300456616AF::urn:schemas-upnp-org:service:Dummy:1", "_timestamp": "2021-02-24 02:58:44.096902", "_address": "192.168.1.26:41894", "_udn": "uuid:device_3_0-AMC0475300456616AF", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Wed, 24 Feb 2021 02:58:43 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.24:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "urn:schemas-upnp-org:service:Dummy:1", "USN": "uuid:device_3_0-AMC047E538B56EDFEB::urn:schemas-upnp-org:service:Dummy:1", "_timestamp": "2021-02-24 02:58:44.097900", "_address": "192.168.1.24:42026", "_udn": "uuid:device_3_0-AMC047E538B56EDFEB", "_source": "search"}
{"CACHE-CONTROL": "max-age=120", "ST": "urn:schemas-upnp-org:device:WANConnectionDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:device:WANConnectionDevice:1", "EXT": "", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "LOCATION": "http://192.168.1.1:45782/rootDesc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496950", "BOOTID.UPNP.ORG": "1525496950", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-24 02:58:44.109884", "_address": "192.168.1.1:1900", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "search"}
{"CACHE-CONTROL": "max-age=120", "ST": "urn:schemas-upnp-org:device:InternetGatewayDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "EXT": "", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "LOCATION": "http://192.168.1.1:45782/rootDesc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496950", "BOOTID.UPNP.ORG": "1525496950", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-24 02:58:44.109884", "_address": "192.168.1.1:1900", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "search"}
{"CACHE-CONTROL": "max-age=120", "ST": "upnp:rootdevice", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::upnp:rootdevice", "EXT": "", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "LOCATION": "http://192.168.1.1:45782/rootDesc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496950", "BOOTID.UPNP.ORG": "1525496950", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-24 02:58:44.109884", "_address": "192.168.1.1:1900", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "search"}
{"CACHE-CONTROL": "max-age=120", "ST": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "EXT": "", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "LOCATION": "http://192.168.1.1:45782/rootDesc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496950", "BOOTID.UPNP.ORG": "1525496950", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-24 02:58:44.110886", "_address": "192.168.1.1:1900", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "search"}
{"CACHE-CONTROL": "max-age=120", "ST": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "EXT": "", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "LOCATION": "http://192.168.1.1:45782/rootDesc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496950", "BOOTID.UPNP.ORG": "1525496950", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-24 02:58:44.112882", "_address": "192.168.1.1:1900", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "search"}
{"CACHE-CONTROL": "max-age=120", "ST": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "EXT": "", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "LOCATION": "http://192.168.1.1:45782/rootDesc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496950", "BOOTID.UPNP.ORG": "1525496950", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-24 02:58:44.112882", "_address": "192.168.1.1:1900", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "search"}
{"CACHE-CONTROL": "max-age=120", "ST": "urn:schemas-upnp-org:service:Layer3Forwarding:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:service:Layer3Forwarding:1", "EXT": "", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "LOCATION": "http://192.168.1.1:45782/rootDesc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496950", "BOOTID.UPNP.ORG": "1525496950", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-24 02:58:44.113912", "_address": "192.168.1.1:1900", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "search"}
{"CACHE-CONTROL": "max-age=120", "ST": "urn:schemas-upnp-org:service:WANPPPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANPPPConnection:1", "EXT": "", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "LOCATION": "http://192.168.1.1:45782/rootDesc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496950", "BOOTID.UPNP.ORG": "1525496950", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-24 02:58:44.113912", "_address": "192.168.1.1:1900", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "search"}
{"CACHE-CONTROL": "max-age=120", "ST": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "EXT": "", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "LOCATION": "http://192.168.1.1:45782/rootDesc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496950", "BOOTID.UPNP.ORG": "1525496950", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-24 02:58:44.114876", "_address": "192.168.1.1:1900", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "search"}
{"CACHE-CONTROL": "max-age=120", "ST": "urn:schemas-upnp-org:service:WANIPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANIPConnection:1", "EXT": "", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "LOCATION": "http://192.168.1.1:45782/rootDesc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496950", "BOOTID.UPNP.ORG": "1525496950", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-24 02:58:44.114876", "_address": "192.168.1.1:1900", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "search"}
{"CACHE-CONTROL": "max-age=120", "ST": "urn:schemas-upnp-org:device:WANDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:device:WANDevice:1", "EXT": "", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "LOCATION": "http://192.168.1.1:45782/rootDesc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496950", "BOOTID.UPNP.ORG": "1525496950", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-24 02:58:44.115905", "_address": "192.168.1.1:1900", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:58:41 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:9080", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1dc51658-7614-11eb-9cd9-98dfb9c57c90", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices", "X-User-Agent": "NRDP MDX", "X-Friendly-Name": "U0FMT04gVFY=", "X-Accepts-Registration": "3", "X-MSL": "1", "X-MDX-Caps": "", "X-MDX-Registered": "0", "X-MDX-Remote-Login-Supported": "1", "X-MDX-Remote-Login-Requested-By-Witcher": "0", "ST": "upnp:rootdevice", "USN": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0::upnp:rootdevice", "_timestamp": "2021-02-24 02:58:44.283545", "_address": "192.168.1.32:34309", "_udn": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:58:41 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:9080", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1dc51658-7614-11eb-9cd9-98dfb9c57c90", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices", "X-User-Agent": "NRDP MDX", "X-Friendly-Name": "U0FMT04gVFY=", "X-Accepts-Registration": "3", "X-MSL": "1", "X-MDX-Caps": "", "X-MDX-Registered": "0", "X-MDX-Remote-Login-Supported": "1", "X-MDX-Remote-Login-Requested-By-Witcher": "0", "ST": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0", "USN": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0", "_timestamp": "2021-02-24 02:58:44.283545", "_address": "192.168.1.32:34309", "_udn": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:58:41 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:9080", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1dc51658-7614-11eb-9cd9-98dfb9c57c90", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices", "X-User-Agent": "NRDP MDX", "X-Friendly-Name": "U0FMT04gVFY=", "X-Accepts-Registration": "3", "X-MSL": "1", "X-MDX-Caps": "", "X-MDX-Registered": "0", "X-MDX-Remote-Login-Supported": "1", "X-MDX-Remote-Login-Requested-By-Witcher": "0", "ST": "urn:schemas-upnp-org:device:mdxdevice:1", "USN": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0::urn:schemas-upnp-org:device:mdxdevice:1", "_timestamp": "2021-02-24 02:58:44.284544", "_address": "192.168.1.32:34309", "_udn": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:58:41 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:9080", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1dc51658-7614-11eb-9cd9-98dfb9c57c90", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices", "X-User-Agent": "NRDP MDX", "X-Friendly-Name": "U0FMT04gVFY=", "X-Accepts-Registration": "3", "X-MSL": "1", "X-MDX-Caps": "", "X-MDX-Registered": "0", "X-MDX-Remote-Login-Supported": "1", "X-MDX-Remote-Login-Requested-By-Witcher": "0", "ST": "urn:mdx-netflix-com:service:target:3", "USN": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0::urn:mdx-netflix-com:service:target:3", "_timestamp": "2021-02-24 02:58:44.288629", "_address": "192.168.1.32:35835", "_udn": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:42 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::upnp:rootdevice", "_timestamp": "2021-02-24 02:58:45.060452", "_address": "192.168.1.207:50759", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:42 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::upnp:rootdevice", "_timestamp": "2021-02-24 02:58:45.060452", "_address": "192.168.1.207:50759", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:42 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_timestamp": "2021-02-24 02:58:45.062478", "_address": "192.168.1.207:50759", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:42 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_timestamp": "2021-02-24 02:58:45.062478", "_address": "192.168.1.207:50759", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:42 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-24 02:58:45.062478", "_address": "192.168.1.207:50759", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:42 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-24 02:58:45.064714", "_address": "192.168.1.207:50759", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:42 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-24 02:58:45.065482", "_address": "192.168.1.207:50759", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:42 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-24 02:58:45.066543", "_address": "192.168.1.207:50759", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:58:44 GMT", "EXT": "", "LOCATION": "http://192.168.1.133:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "6833fdda-1dd2-11b2-b724-d03d09385426", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "upnp:rootdevice", "USN": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9::upnp:rootdevice", "BOOTID.UPNP.ORG": "1547", "CONFIGID.UPNP.ORG": "14", "_timestamp": "2021-02-24 02:58:45.296827", "_address": "192.168.1.133:60900", "_udn": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:58:44 GMT", "EXT": "", "LOCATION": "http://192.168.1.133:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "6833fdda-1dd2-11b2-b724-d03d09385426", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9", "USN": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9", "BOOTID.UPNP.ORG": "1547", "CONFIGID.UPNP.ORG": "14", "_timestamp": "2021-02-24 02:58:45.296827", "_address": "192.168.1.133:60900", "_udn": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:58:44 GMT", "EXT": "", "LOCATION": "http://192.168.1.133:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "6833fdda-1dd2-11b2-b724-d03d09385426", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "urn:dial-multiscreen-org:device:dial:1", "USN": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9::urn:dial-multiscreen-org:device:dial:1", "BOOTID.UPNP.ORG": "1547", "CONFIGID.UPNP.ORG": "14", "_timestamp": "2021-02-24 02:58:45.296827", "_address": "192.168.1.133:60900", "_udn": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:58:44 GMT", "EXT": "", "LOCATION": "http://192.168.1.133:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "6833fdda-1dd2-11b2-b724-d03d09385426", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "urn:dial-multiscreen-org:service:dial:1", "USN": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9::urn:dial-multiscreen-org:service:dial:1", "BOOTID.UPNP.ORG": "1547", "CONFIGID.UPNP.ORG": "14", "_timestamp": "2021-02-24 02:58:45.298822", "_address": "192.168.1.133:40584", "_udn": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:44 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::upnp:rootdevice", "_timestamp": "2021-02-24 02:58:46.061186", "_address": "192.168.1.129:54667", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:44 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::upnp:rootdevice", "_timestamp": "2021-02-24 02:58:46.061186", "_address": "192.168.1.129:54667", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:44 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_timestamp": "2021-02-24 02:58:46.062987", "_address": "192.168.1.129:54667", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:44 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_timestamp": "2021-02-24 02:58:46.062987", "_address": "192.168.1.129:54667", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:44 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-24 02:58:46.062987", "_address": "192.168.1.129:54667", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:44 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::urn:schemas-wi
A935
fialliance-org:device:WFADevice:1", "_timestamp": "2021-02-24 02:58:46.066293", "_address": "192.168.1.129:54667", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:58:45 GMT", "EXT": "", "LOCATION": "http://192.168.1.234:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "6e1b8b1e-1dd2-11b2-bb6e-f60a12d4c4e5", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "upnp:rootdevice", "USN": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54::upnp:rootdevice", "BOOTID.UPNP.ORG": "831", "CONFIGID.UPNP.ORG": "7", "_timestamp": "2021-02-24 02:58:46.067290", "_address": "192.168.1.234:48258", "_udn": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:58:45 GMT", "EXT": "", "LOCATION": "http://192.168.1.234:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "6e1b8b1e-1dd2-11b2-bb6e-f60a12d4c4e5", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54", "USN": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54", "BOOTID.UPNP.ORG": "831", "CONFIGID.UPNP.ORG": "7", "_timestamp": "2021-02-24 02:58:46.067290", "_address": "192.168.1.234:48258", "_udn": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:58:45 GMT", "EXT": "", "LOCATION": "http://192.168.1.234:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "6e1b8b1e-1dd2-11b2-bb6e-f60a12d4c4e5", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "urn:dial-multiscreen-org:device:dial:1", "USN": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54::urn:dial-multiscreen-org:device:dial:1", "BOOTID.UPNP.ORG": "831", "CONFIGID.UPNP.ORG": "7", "_timestamp": "2021-02-24 02:58:46.068297", "_address": "192.168.1.234:48258", "_udn": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Tue, 23 Feb 2021 23:58:45 GMT", "EXT": "", "LOCATION": "http://192.168.1.234:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "6e1b8b1e-1dd2-11b2-bb6e-f60a12d4c4e5", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "urn:dial-multiscreen-org:service:dial:1", "USN": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54::urn:dial-multiscreen-org:service:dial:1", "BOOTID.UPNP.ORG": "831", "CONFIGID.UPNP.ORG": "7", "_timestamp": "2021-02-24 02:58:46.072278", "_address": "192.168.1.234:50688", "_udn": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:44 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-24 02:58:46.075191", "_address": "192.168.1.129:54667", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:44 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-24 02:58:46.081107", "_address": "192.168.1.129:54667", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:44 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::upnp:rootdevice", "_timestamp": "2021-02-24 02:58:47.060629", "_address": "192.168.1.207:60004", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::upnp:rootdevice", "_timestamp": "2021-02-24 02:58:47.060629", "_address": "192.168.1.129:40655", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:44 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::upnp:rootdevice", "_timestamp": "2021-02-24 02:58:47.062980", "_address": "192.168.1.207:60004", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::upnp:rootdevice", "_timestamp": "2021-02-24 02:58:47.062980", "_address": "192.168.1.129:40655", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:44 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_timestamp": "2021-02-24 02:58:47.062980", "_address": "192.168.1.207:60004", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_timestamp": "2021-02-24 02:58:47.066535", "_address": "192.168.1.129:40655", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:44 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_timestamp": "2021-02-24 02:58:47.066535", "_address": "192.168.1.207:60004", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_timestamp": "2021-02-24 02:58:47.067392", "_address": "192.168.1.129:40655", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:44 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-24 02:58:47.068395", "_address": "192.168.1.207:60004", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-24 02:58:47.071387", "_address": "192.168.1.129:40655", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:44 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-24 02:58:47.071387", "_address": "192.168.1.207:60004", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-24 02:58:47.072416", "_address": "192.168.1.129:40655", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:44 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-24 02:58:47.073413", "_address": "192.168.1.207:60004", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:44 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-24 02:58:47.074380", "_address": "192.168.1.207:60004", "_udn": "uuid:4de1174f-7cf4-46c0-8c01-471bc6fe873f", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-24 02:58:47.074380", "_address": "192.168.1.129:40655", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-24 02:58:47.075408", "_address": "192.168.1.129:40655", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:46 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::upnp:rootdevice", "_timestamp": "2021-02-24 02:58:48.060492", "_address": "192.168.1.129:57020", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:46 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::upnp:rootdevice", "_timestamp": "2021-02-24 02:58:48.061491", "_address": "192.168.1.129:57020", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:46 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_timestamp": "2021-02-24 02:58:48.061491", "_address": "192.168.1.129:57020", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:46 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_timestamp": "2021-02-24 02:58:48.062667", "_address": "192.168.1.129:57020", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:46 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-24 02:58:48.065393", "_address": "192.168.1.129:57020", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:46 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-24 02:58:48.066394", "_address": "192.168.1.129:57020", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:46 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-24 02:58:48.068394", "_address": "192.168.1.129:57020", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Tue, 23 Feb 2021 23:58:46 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-24 02:58:48.069384", "_address": "192.168.1.129:57020", "_udn": "uuid:26ba4785-f140-46e5-aab4-c1bd2238f76c", "_source": "search"}

I rebooted HA once again after the router. Then they came back online.
Though I don't see the ip address of the router in those text.
Router ip should be 192.168.1.1

@StevenLooman
Copy link
Contributor

Can you reboot the router and scan for upnp devices again?

In the first listing your router was not found.

In the second listing your router was found:

{"CACHE-CONTROL": "max-age=120", "ST": "urn:schemas-upnp-org:device:InternetGatewayDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "EXT": "", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "LOCATION": "http://192.168.1.1:45782/rootDesc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496950", "BOOTID.UPNP.ORG": "1525496950", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-24 02:58:44.109884", "_address": "192.168.1.1:1900", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "search"}

Location: http://192.168.1.1:45782/rootDesc.xml This is what we're looking for.

@Salvora
Copy link
Author
Salvora commented Feb 25, 2021

ha sensors working
Before router reboot:

{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:02:41 GMT", "EXT": "", "LOCATION": "http://192.168.1.133:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "78aa4bd8-1dd2-11b2-a4d1-d09f2db399d1", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "upnp:rootdevice", "USN": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9::upnp:rootdevice", "BOOTID.UPNP.ORG": "1551", "CONFIGID.UPNP.ORG": "14", "_timestamp": "2021-02-25 21:02:42.018478", "_address": "192.168.1.133:46005", "_udn": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:02:41 GMT", "EXT": "", "LOCATION": "http://192.168.1.133:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "78aa4bd8-1dd2-11b2-a4d1-d09f2db399d1", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9", "USN": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9", "BOOTID.UPNP.ORG": "1551", "CONFIGID.UPNP.ORG": "14", "_timestamp": "2021-02-25 21:02:42.018478", "_address": "192.168.1.133:46005", "_udn": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:02:41 GMT", "EXT": "", "LOCATION": "http://192.168.1.133:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "78aa4bd8-1dd2-11b2-a4d1-d09f2db399d1", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "urn:dial-multiscreen-org:device:dial:1", "USN": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9::urn:dial-multiscreen-org:device:dial:1", "BOOTID.UPNP.ORG": "1551", "CONFIGID.UPNP.ORG": "14", "_timestamp": "2021-02-25 21:02:42.018478", "_address": "192.168.1.133:46005", "_udn": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:02:41 GMT", "EXT": "", "LOCATION": "http://192.168.1.133:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "78aa4bd8-1dd2-11b2-a4d1-d09f2db399d1", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "urn:dial-multiscreen-org:service:dial:1", "USN": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9::urn:dial-multiscreen-org:service:dial:1", "BOOTID.UPNP.ORG": "1551", "CONFIGID.UPNP.ORG": "14", "_timestamp": "2021-02-25 21:02:42.020126", "_address": "192.168.1.133:60942", "_udn": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:41 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::upnp:rootdevice", "_timestamp": "2021-02-25 21:02:42.020603", "_address": "192.168.1.207:42724", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:02:42 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.20:49152/upnp_device_desc.xml", "SERVER": "Linux/3.8.8, UPnP/1.0, ZheJiang Dahua Technology CO.,LTD. Upnp SDK", "ST": "upnp:rootdevice", "USN": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037::upnp:rootdevice", "_timestamp": "2021-02-25 21:02:42.020927", "_address": "192.168.1.20:55087", "_udn": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:02:42 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.20:49152/upnp_device_desc.xml", "SERVER": "Linux/3.8.8, UPnP/1.0, ZheJiang Dahua Technology CO.,LTD. Upnp SDK", "ST": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037", "USN": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037", "_timestamp": "2021-02-25 21:02:42.021180", "_address": "192.168.1.20:55087", "_udn": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:02:42 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.20:49152/upnp_device_desc.xml", "SERVER": "Linux/3.8.8, UPnP/1.0, ZheJiang Dahua Technology CO.,LTD. Upnp SDK", "ST": "urn:schemas-upnp-org:device:3.0-1L047ACPAW00037", "USN": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037::urn:schemas-upnp-org:device:3.0-1L047ACPAW00037", "_timestamp": "2021-02-25 21:02:42.021180", "_address": "192.168.1.20:55087", "_udn": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037", "_source": "search"}
{"Cache-Control": "max-age=600", "Date": "Thu, 25 Feb 2021 18:02:41 GMT", "Ext": "", "Location": "http://192.168.1.1:1990/0c4175df-3471-4b11-87e5-872246c6b8ac/WFADevice.xml", "Server": "POSIX UPnP/1.0 UPnP Stack/7.14.164.3", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-25 21:02:42.022201", "_address": "192.168.1.1:1900", "_udn": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:41 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::upnp:rootdevice", "_timestamp": "2021-02-25 21:02:42.022201", "_address": "192.168.1.207:42724", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:02:39 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "423c2158-1dd2-11b2-bc4e-b58a2d18dcae", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "upnp:rootdevice", "USN": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b::upnp:rootdevice", "BOOTID.UPNP.ORG": "0", "CONFIGID.UPNP.ORG": "6", "_timestamp": "2021-02-25 21:02:42.022201", "_address": "192.168.1.32:36648", "_udn": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:02:42 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.20:49152/upnp_device_desc.xml", "SERVER": "Linux/3.8.8, UPnP/1.0, ZheJiang Dahua Technology CO.,LTD. Upnp SDK", "ST": "urn:schemas-upnp-org:service:Dummy:1", "USN": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037::urn:schemas-upnp-org:service:Dummy:1", "_timestamp": "2021-02-25 21:02:42.023176", "_address": "192.168.1.20:55087", "_udn": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:02:39 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "423c2158-1dd2-11b2-bc4e-b58a2d18dcae", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b", "USN": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b", "BOOTID.UPNP.ORG": "0", "CONFIGID.UPNP.ORG": "6", "_timestamp": "2021-02-25 21:02:42.023176", "_address": "192.168.1.32:36648", "_udn": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:02:39 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "423c2158-1dd2-11b2-bc4e-b58a2d18dcae", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "urn:dial-multiscreen-org:device:dial:1", "USN": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b::urn:dial-multiscreen-org:device:dial:1", "BOOTID.UPNP.ORG": "0", "CONFIGID.UPNP.ORG": "6", "_timestamp": "2021-02-25 21:02:42.024173", "_address": "192.168.1.32:36648", "_udn": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:02:39 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "423c2158-1dd2-11b2-bc4e-b58a2d18dcae", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "urn:dial-multiscreen-org:service:dial:1", "USN": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b::urn:dial-multiscreen-org:service:dial:1", "BOOTID.UPNP.ORG": "0", "CONFIGID.UPNP.ORG": "6", "_timestamp": "2021-02-25 21:02:42.024471", "_address": "192.168.1.32:55804", "_udn": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:41 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_timestamp": "2021-02-25 21:02:42.024471", "_address": "192.168.1.207:42724", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"Cache-Control": "max-age=600", "Date": "Thu, 25 Feb 2021 18:02:41 GMT", "Ext": "", "Location": "http://192.168.1.1:1990/0c4175df-3471-4b11-87e5-872246c6b8ac/WFADevice.xml", "Server": "POSIX UPnP/1.0 UPnP Stack/7.14.164.3", "ST": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2", "USN": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2", "_timestamp": "2021-02-25 21:02:42.025491", "_address": "192.168.1.1:1900", "_udn": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:41 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_timestamp": "2021-02-25 21:02:42.025491", "_address": "192.168.1.207:42724", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"Cache-Control": "max-age=600", "Date": "Thu, 25 Feb 2021 18:02:41 GMT", "Ext": "", "Location": "http://192.168.1.1:1990/0c4175df-3471-4b11-87e5-872246c6b8ac/WFADevice.xml", "Server": "POSIX UPnP/1.0 UPnP Stack/7.14.164.3", "ST": "upnp:rootdevice", "USN": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2::upnp:rootdevice", "_timestamp": "2021-02-25 21:02:42.025491", "_address": "192.168.1.1:1900", "_udn": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:41 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-25 21:02:42.025491", "_address": "192.168.1.207:42724", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:41 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-25 21:02:42.026468", "_address": "192.168.1.207:42724", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"Cache-Control": "max-age=600", "Date": "Thu, 25 Feb 2021 18:02:41 GMT", "Ext": "", "Location": "http://192.168.1.1:1990/0c4175df-3471-4b11-87e5-872246c6b8ac/WFADevice.xml", "Server": "POSIX UPnP/1.0 UPnP Stack/7.14.164.3", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-25 21:02:42.026468", "_address": "192.168.1.1:1900", "_udn": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:02:41 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.23:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "upnp:rootdevice", "USN": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056::upnp:rootdevice", "_timestamp": "2021-02-25 21:02:42.026468", "_address": "192.168.1.23:47419", "_udn": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:41 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-25 21:02:42.026468", "_address": "192.168.1.207:42724", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:41 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-25 21:02:42.027487", "_address": "192.168.1.207:42724", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:02:41 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.26:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "upnp:rootdevice", "USN": "uuid:device_3_0-AMC0475300456616AF::upnp:rootdevice", "_timestamp": "2021-02-25 21:02:42.027487", "_address": "192.168.1.26:49266", "_udn": "uuid:device_3_0-AMC0475300456616AF", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:02:41 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.26:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "uuid:device_3_0-AMC0475300456616AF", "USN": "uuid:device_3_0-AMC0475300456616AF", "_timestamp": "2021-02-25 21:02:42.027487", "_address": "192.168.1.26:49266", "_udn": "uuid:device_3_0-AMC0475300456616AF", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:02:41 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.26:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "urn:schemas-upnp-org:device:3.0-AMC0475300456616AF", "USN": "uuid:device_3_0-AMC0475300456616AF::urn:schemas-upnp-org:device:3.0-AMC0475300456616AF", "_timestamp": "2021-02-25 21:02:42.027487", "_address": "192.168.1.26:49266", "_udn": "uuid:device_3_0-AMC0475300456616AF", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:02:41 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.23:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056", "USN": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056", "_timestamp": "2021-02-25 21:02:42.028462", "_address": "192.168.1.23:47419", "_udn": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:02:41 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.23:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "urn:schemas-upnp-org:device:3.0-3K058D5PAG00056", "USN": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056::urn:schemas-upnp-org:device:3.0-3K058D5PAG00056", "_timestamp": "2021-02-25 21:02:42.028462", "_address": "192.168.1.23:47419", "_udn": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:02:41 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.23:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "urn:schemas-upnp-org:service:Dummy:1", "USN": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056::urn:schemas-upnp-org:service:Dummy:1", "_timestamp": "2021-02-25 21:02:42.028462", "_address": "192.168.1.23:47419", "_udn": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:02:41 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.26:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "urn:schemas-upnp-org:service:Dummy:1", "USN": "uuid:device_3_0-AMC0475300456616AF::urn:schemas-upnp-org:service:Dummy:1", "_timestamp": "2021-02-25 21:02:42.028462", "_address": "192.168.1.26:49266", "_udn": "uuid:device_3_0-AMC0475300456616AF", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:02:41 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.24:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "upnp:rootdevice", "USN": "uuid:device_3_0-AMC047E538B56EDFEB::upnp:rootdevice", "_timestamp": "2021-02-25 21:02:42.029481", "_address": "192.168.1.24:35655", "_udn": "uuid:device_3_0-AMC047E538B56EDFEB", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:02:41 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.24:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "uuid:device_3_0-AMC047E538B56EDFEB", "USN": "uuid:device_3_0-AMC047E538B56EDFEB", "_timestamp": "2021-02-25 21:02:42.029481", "_address": "192.168.1.24:35655", "_udn": "uuid:device_3_0-AMC047E538B56EDFEB", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:02:41 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.24:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "urn:schemas-upnp-org:device:3.0-AMC047E538B56EDFEB", "USN": "uuid:device_3_0-AMC047E538B56EDFEB::urn:schemas-upnp-org:device:3.0-AMC047E538B56EDFEB", "_timestamp": "2021-02-25 21:02:42.029481", "_address": "192.168.1.24:35655", "_udn": "uuid:device_3_0-AMC047E538B56EDFEB", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:02:41 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.24:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "urn:schemas-upnp-org:service:Dummy:1", "USN": "uuid:device_3_0-AMC047E538B56EDFEB::urn:schemas-upnp-org:service:Dummy:1", "_timestamp": "2021-02-25 21:02:42.030457", "_address": "192.168.1.24:35655", "_udn": "uuid:device_3_0-AMC047E538B56EDFEB", "_source": "search"}
{"CACHE-CONTROL": "max-age=120", "ST": "urn:schemas-upnp-org:device:WANConnectionDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:device:WANConnectionDevice:1", "EXT": "", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "LOCATION": "http://192.168.1.1:43730/rootDesc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525497072", "BOOTID.UPNP.ORG": "1525497072", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-25 21:02:42.069083", "_address": "192.168.1.1:1900", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "search"}
{"CACHE-CONTROL": "max-age=120", "ST": "urn:schemas-upnp-org:device:InternetGatewayDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "EXT": "", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "LOCATION": "http://192.168.1.1:43730/rootDesc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525497072", "BOOTID.UPNP.ORG": "1525497072", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-25 21:02:42.069083", "_address": "192.168.1.1:1900", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "search"}
{"CACHE-CONTROL": "max-age=120", "ST": "upnp:rootdevice", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::upnp:rootdevice", "EXT": "", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "LOCATION": "http://192.168.1.1:43730/rootDesc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525497072", "BOOTID.UPNP.ORG": "1525497072", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-25 21:02:42.070562", "_address": "192.168.1.1:1900", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "search"}
{"CACHE-CONTROL": "max-age=120", "ST": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "EXT": "", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "LOCATION": "http://192.168.1.1:43730/rootDesc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525497072", "BOOTID.UPNP.ORG": "1525497072", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-25 21:02:42.070562", "_address": "192.168.1.1:1900", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "search"}
{"CACHE-CONTROL": "max-age=120", "ST": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "EXT": "", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "LOCATION": "http://192.168.1.1:43730/rootDesc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525497072", "BOOTID.UPNP.ORG": "1525497072", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-25 21:02:42.070562", "_address": "192.168.1.1:1900", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "search"}
{"CACHE-CONTROL": "max-age=120", "ST": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "EXT": "", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "LOCATION": "http://192.168.1.1:43730/rootDesc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525497072", "BOOTID.UPNP.ORG": "1525497072", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-25 21:02:42.070562", "_address": "192.168.1.1:1900", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "search"}
{"CACHE-CONTROL": "max-age=120", "ST": "urn:schemas-upnp-org:service:Layer3Forwarding:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:service:Layer3Forwarding:1", "EXT": "", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "LOCATION": "http://192.168.1.1:43730/rootDesc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525497072", "BOOTID.UPNP.ORG": "1525497072", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-25 21:02:42.071562", "_address": "192.168.1.1:1900", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "search"}
{"CACHE-CONTROL": "max-age=120", "ST": "urn:schemas-upnp-org:service:WANPPPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANPPPConnection:1", "EXT": "", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "LOCATION": "http://192.168.1.1:43730/rootDesc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525497072", "BOOTID.UPNP.ORG": "1525497072", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-25 21:02:42.072143", "_address": "192.168.1.1:1900", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "search"}
{"CACHE-CONTROL": "max-age=120", "ST": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "EXT": "", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "LOCATION": "http://192.168.1.1:43730/rootDesc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525497072", "BOOTID.UPNP.ORG": "1525497072", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-25 21:02:42.072143", "_address": "192.168.1.1:1900", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "search"}
{"CACHE-CONTROL": "max-age=120", "ST": "urn:schemas-upnp-org:service:WANIPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANIPConnection:1", "EXT": "", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "LOCATION": "http://192.168.1.1:43730/rootDesc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525497072", "BOOTID.UPNP.ORG": "1525497072", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-25 21:02:42.072143", "_address": "192.168.1.1:1900", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "search"}
{"CACHE-CONTROL": "max-age=120", "ST": "urn:schemas-upnp-org:device:WANDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:device:WANDevice:1", "EXT": "", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "LOCATION": "http://192.168.1.1:43730/rootDesc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525497072", "BOOTID.UPNP.ORG": "1525497072", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-25 21:02:42.073142", "_address": "192.168.1.1:1900", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "search"}
{"Location": "http://192.168.1.30:1090/", "Cache-Control": "max-age=1800", "Server": "Linux/i686 UPnP/1,0 DLNADOC/1.50 LGE WebOS TV/Version 0.9", "EXT": "", "USN": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826::upnp:rootdevice", "ST": "upnp:rootdevice", "Date": "Thu, 25 Feb 2021 18:02:42 GMT", "DLNADeviceName.lge.com": "MUTFAK%20TV", "_timestamp": "2021-02-25 21:02:43.019910", "_address": "192.168.1.30:36383", "_udn": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "_source": "search"}
{"Location": "http://192.168.1.30:1090/", "Cache-Control": "max-age=1800", "Server": "Linux/i686 UPnP/1,0 DLNADOC/1.50 LGE WebOS TV/Version 0.9", "EXT": "", "USN": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "ST": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "Date": "Thu, 25 Feb 2021 18:02:42 GMT", "DLNADeviceName.lge.com": "MUTFAK%20TV", "_timestamp": "2021-02-25 21:02:43.019910", "_address": "192.168.1.30:36383", "_udn": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "_source": "search"}
{"Location": "http://192.168.1.30:1090/", "Cache-Control": "max-age=1800", "Server": "Linux/i686 UPnP/1,0 DLNADOC/1.50 LGE WebOS TV/Version 0.9", "EXT": "", "USN": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826::urn:schemas-upnp-org:device:MediaRenderer:1", "ST": "urn:schemas-upnp-org:device:MediaRenderer:1", "Date": "Thu, 25 Feb 2021 18:02:42 GMT", "DLNADeviceName.lge.com": "MUTFAK%20TV", "_timestamp": "2021-02-25 21:02:43.019910", "_address": "192.168.1.30:36383", "_udn": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "_source": "search"}
{"Location": "http://192.168.1.30:1090/", "Cache-Control": "max-age=1800", "Server": "Linux/i686 UPnP/1,0 DLNADOC/1.50 LGE WebOS TV/Version 0.9", "EXT": "", "USN": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826::urn:schemas-upnp-org:service:AVTransport:1", "ST": "urn:schemas-upnp-org:service:AVTransport:1", "Date": "Thu, 25 Feb 2021 18:02:42 GMT", "DLNADeviceName.lge.com": "MUTFAK%20TV", "_timestamp": "2021-02-25 21:02:43.019910", "_address": "192.168.1.30:36383", "_udn": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "_source": "search"}
{"Location": "http://192.168.1.30:1090/", "Cache-Control": "max-age=1800", "Server": "Linux/i686 UPnP/1,0 DLNADOC/1.50 LGE WebOS TV/Version 0.9", "EXT": "", "USN": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826::urn:schemas-upnp-org:service:ConnectionManager:1", "ST": "urn:schemas-upnp-org:service:ConnectionManager:1", "Date": "Thu, 25 Feb 2021 18:02:42 GMT", "DLNADeviceName.lge.com": "MUTFAK%20TV", "_timestamp": "2021-02-25 21:02:43.019910", "_address": "192.168.1.30:36383", "_udn": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "_source": "search"}
{"Location": "http://192.168.1.30:1090/", "Cache-Control": "max-age=1800", "Server": "Linux/i686 UPnP/1,0 DLNADOC/1.50 LGE WebOS TV/Version 0.9", "EXT": "", "USN": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826::urn:schemas-upnp-org:service:RenderingControl:1", "ST": "urn:schemas-upnp-org:service:RenderingControl:1", "Date": "Thu, 25 Feb 2021 18:02:42 GMT", "DLNADeviceName.lge.com": "MUTFAK%20TV", "_timestamp": "2021-02-25 21:02:43.019910", "_address": "192.168.1.30:36383", "_udn": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "_source": "search"}
{"Location": "http://192.168.1.30:1090/", "Cache-Control": "max-age=1800", "Server": "Linux/i686 UPnP/1,0 DLNADOC/1.50 LGE WebOS TV/Version 0.9", "EXT": "", "USN": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826::upnp:rootdevice", "ST": "upnp:rootdevice", "Date": "Thu, 25 Feb 2021 18:02:42 GMT", "DLNADeviceName.lge.com": "MUTFAK%20TV", "_timestamp": "2021-02-25 21:02:43.220439", "_address": "192.168.1.30:36383", "_udn": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "_source": "search"}
{"Location": "http://192.168.1.30:1090/", "Cache-Control": "max-age=1800", "Server": "Linux/i686 UPnP/1,0 DLNADOC/1.50 LGE WebOS TV/Version 0.9", "EXT": "", "USN": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "ST": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "Date": "Thu, 25 Feb 2021 18:02:42 GMT", "DLNADeviceName.lge.com": "MUTFAK%20TV", "_timestamp": "2021-02-25 21:02:43.220439", "_address": "192.168.1.30:36383", "_udn": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "_source": "search"}
{"Location": "http://192.168.1.30:1090/", "Cache-Control": "max-age=1800", "Server": "Linux/i686 UPnP/1,0 DLNADOC/1.50 LGE WebOS TV/Version 0.9", "EXT": "", "USN": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826::urn:schemas-upnp-org:device:MediaRenderer:1", "ST": "urn:schemas-upnp-org:device:MediaRenderer:1", "Date": "Thu, 25 Feb 2021 18:02:42 GMT", "DLNADeviceName.lge.com": "MUTFAK%20TV", "_timestamp": "2021-02-25 21:02:43.220439", "_address": "192.168.1.30:36383", "_udn": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "_source": "search"}
{"Location": "http://192.168.1.30:1090/", "Cache-Control": "max-age=1800", "Server": "Linux/i686 UPnP/1,0 DLNADOC/1.50 LGE WebOS TV/Version 0.9", "EXT": "", "USN": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826::urn:schemas-upnp-org:service:AVTransport:1", "ST": "urn:schemas-upnp-org:service:AVTransport:1", "Date": "Thu, 25 Feb 2021 18:02:42 GMT", "DLNADeviceName.lge.com": "MUTFAK%20TV", "_timestamp": "2021-02-25 21:02:43.220439", "_address": "192.168.1.30:36383", "_udn": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "_source": "search"}
{"Location": "http://192.168.1.30:1090/", "Cache-Control": "max-age=1800", "Server": "Linux/i686 UPnP/1,0 DLNADOC/1.50 LGE WebOS TV/Version 0.9", "EXT": "", "USN": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826::urn:schemas-upnp-org:service:ConnectionManager:1", "ST": "urn:schemas-upnp-org:service:ConnectionManager:1", "Date": "Thu, 25 Feb 2021 18:02:42 GMT", "DLNADeviceName.lge.com": "MUTFAK%20TV", "_timestamp": "2021-02-25 21:02:43.220439", "_address": "192.168.1.30:36383", "_udn": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "_source": "search"}
{"Location": "http://192.168.1.30:1090/", "Cache-Control": "max-age=1800", "Server": "Linux/i686 UPnP/1,0 DLNADOC/1.50 LGE WebOS TV/Version 0.9", "EXT": "", "USN": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826::urn:schemas-upnp-org:service:RenderingControl:1", "ST": "urn:schemas-upnp-org:service:RenderingControl:1", "Date": "Thu, 25 Feb 2021 18:02:42 GMT", "DLNADeviceName.lge.com": "MUTFAK%20TV", "_timestamp": "2021-02-25 21:02:43.220439", "_address": "192.168.1.30:36383", "_udn": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:43 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::upnp:rootdevice", "_timestamp": "2021-02-25 21:02:44.005953", "_address": "192.168.1.207:44541", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:43 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::upnp:rootdevice", "_timestamp": "2021-02-25 21:02:44.005953", "_address": "192.168.1.207:44541", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:43 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_timestamp": "2021-02-25 21:02:44.005953", "_address": "192.168.1.207:44541", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:43 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "USN": "uuid:e7dd93
10000
bf-e76a-414e-bf9a-f14cff07bced", "_timestamp": "2021-02-25 21:02:44.005953", "_address": "192.168.1.207:44541", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:43 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-25 21:02:44.005953", "_address": "192.168.1.207:44541", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:43 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-25 21:02:44.021574", "_address": "192.168.1.207:44541", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:43 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-25 21:02:44.021574", "_address": "192.168.1.207:44541", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:43 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-25 21:02:44.021574", "_address": "192.168.1.207:44541", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"Location": "http://192.168.1.30:1421/", "Cache-Control": "max-age=1800", "Server": "WebOS/1.5 UPnP/1.0", "EXT": "", "USN": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311::upnp:rootdevice", "ST": "upnp:rootdevice", "Date": "Thu, 25 Feb 2021 18:02:43 GMT", "_timestamp": "2021-02-25 21:02:44.021574", "_address": "192.168.1.30:56196", "_udn": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311", "_source": "search"}
{"Location": "http://192.168.1.30:1421/", "Cache-Control": "max-age=1800", "Server": "WebOS/1.5 UPnP/1.0", "EXT": "", "USN": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311", "ST": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311", "Date": "Thu, 25 Feb 2021 18:02:43 GMT", "_timestamp": "2021-02-25 21:02:44.021574", "_address": "192.168.1.30:56196", "_udn": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311", "_source": "search"}
{"Location": "http://192.168.1.30:1421/", "Cache-Control": "max-age=1800", "Server": "WebOS/1.5 UPnP/1.0", "EXT": "", "USN": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311::urn:dial-multiscreen-org:service:dial:1", "ST": "urn:dial-multiscreen-org:service:dial:1", "Date": "Thu, 25 Feb 2021 18:02:43 GMT", "_timestamp": "2021-02-25 21:02:44.021574", "_address": "192.168.1.30:56196", "_udn": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311", "_source": "search"}
{"Location": "http://192.168.1.30:1421/", "Cache-Control": "max-age=1800", "Server": "WebOS/1.5 UPnP/1.0", "EXT": "", "USN": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311::urn:dial-multiscreen-org:service:dial:1", "ST": "urn:dial-multiscreen-org:service:dial:1", "Date": "Thu, 25 Feb 2021 18:02:43 GMT", "_timestamp": "2021-02-25 21:02:44.021574", "_address": "192.168.1.30:56196", "_udn": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311", "_source": "search"}
{"Location": "http://192.168.1.30:1421/", "Cache-Control": "max-age=1800", "Server": "WebOS/1.5 UPnP/1.0", "EXT": "", "USN": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311::upnp:rootdevice", "ST": "upnp:rootdevice", "Date": "Thu, 25 Feb 2021 18:02:43 GMT", "_timestamp": "2021-02-25 21:02:44.222046", "_address": "192.168.1.30:56196", "_udn": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311", "_source": "search"}
{"Location": "http://192.168.1.30:1421/", "Cache-Control": "max-age=1800", "Server": "WebOS/1.5 UPnP/1.0", "EXT": "", "USN": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311", "ST": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311", "Date": "Thu, 25 Feb 2021 18:02:43 GMT", "_timestamp": "2021-02-25 21:02:44.222046", "_address": "192.168.1.30:56196", "_udn": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311", "_source": "search"}
{"Location": "http://192.168.1.30:1421/", "Cache-Control": "max-age=1800", "Server": "WebOS/1.5 UPnP/1.0", "EXT": "", "USN": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311::urn:dial-multiscreen-org:service:dial:1", "ST": "urn:dial-multiscreen-org:service:dial:1", "Date": "Thu, 25 Feb 2021 18:02:43 GMT", "_timestamp": "2021-02-25 21:02:44.222046", "_address": "192.168.1.30:56196", "_udn": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311", "_source": "search"}
{"Location": "http://192.168.1.30:1421/", "Cache-Control": "max-age=1800", "Server": "WebOS/1.5 UPnP/1.0", "EXT": "", "USN": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311::urn:dial-multiscreen-org:service:dial:1", "ST": "urn:dial-multiscreen-org:service:dial:1", "Date": "Thu, 25 Feb 2021 18:02:43 GMT", "_timestamp": "2021-02-25 21:02:44.222046", "_address": "192.168.1.30:56196", "_udn": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:02:44 GMT", "EXT": "", "LOCATION": "http://192.168.1.234:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "bc3db356-1dd1-11b2-a84c-ab8d1fa05067", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "upnp:rootdevice", "USN": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54::upnp:rootdevice", "BOOTID.UPNP.ORG": "834", "CONFIGID.UPNP.ORG": "7", "_timestamp": "2021-02-25 21:02:44.369147", "_address": "192.168.1.234:57789", "_udn": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:02:44 GMT", "EXT": "", "LOCATION": "http://192.168.1.234:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "bc3db356-1dd1-11b2-a84c-ab8d1fa05067", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54", "USN": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54", "BOOTID.UPNP.ORG": "834", "CONFIGID.UPNP.ORG": "7", "_timestamp": "2021-02-25 21:02:44.369147", "_address": "192.168.1.234:57789", "_udn": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:02:44 GMT", "EXT": "", "LOCATION": "http://192.168.1.234:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "bc3db356-1dd1-11b2-a84c-ab8d1fa05067", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "urn:dial-multiscreen-org:device:dial:1", "USN": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54::urn:dial-multiscreen-org:device:dial:1", "BOOTID.UPNP.ORG": "834", "CONFIGID.UPNP.ORG": "7", "_timestamp": "2021-02-25 21:02:44.369147", "_address": "192.168.1.234:57789", "_udn": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:02:44 GMT", "EXT": "", "LOCATION": "http://192.168.1.234:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "bc3db356-1dd1-11b2-a84c-ab8d1fa05067", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "urn:dial-multiscreen-org:service:dial:1", "USN": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54::urn:dial-multiscreen-org:service:dial:1", "BOOTID.UPNP.ORG": "834", "CONFIGID.UPNP.ORG": "7", "_timestamp": "2021-02-25 21:02:44.369147", "_address": "192.168.1.234:45100", "_udn": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "EXT": "", "LOCATION": "http://192.168.1.32:52323/MediaRenderer.xml", "SERVER": "Android/1.6 UPnP/1.0 Huey Sample DMR/0.1", "ST": "upnp:rootdevice", "USN": "uuid:23456789-1234-1010-8000-CC988B323056::upnp:rootdevice", "X-AV-Server-Info": "av=5.0; hn=\"\"; cn=\"Sony Corporation\"; mn=\"Huey Sample DMR\"; mv=\"0.1\";", "_timestamp": "2021-02-25 21:02:44.469394", "_address": "192.168.1.32:53858", "_udn": "uuid:23456789-1234-1010-8000-CC988B323056", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "EXT": "", "LOCATION": "http://192.168.1.32:52323/MediaRenderer.xml", "SERVER": "Android/1.6 UPnP/1.0 Huey Sample DMR/0.1", "ST": "uuid:23456789-1234-1010-8000-CC988B323056", "USN": "uuid:23456789-1234-1010-8000-CC988B323056", "X-AV-Server-Info": "av=5.0; hn=\"\"; cn=\"Sony Corporation\"; mn=\"Huey Sample DMR\"; mv=\"0.1\";", "_timestamp": "2021-02-25 21:02:44.485010", "_address": "192.168.1.32:53858", "_udn": "uuid:23456789-1234-1010-8000-CC988B323056", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "EXT": "", "LOCATION": "http://192.168.1.32:52323/MediaRenderer.xml", "SERVER": "Android/1.6 UPnP/1.0 Huey Sample DMR/0.1", "ST": "urn:schemas-upnp-org:device:MediaRenderer:1", "USN": "uuid:23456789-1234-1010-8000-CC988B323056::urn:schemas-upnp-org:device:MediaRenderer:1", "X-AV-Server-Info": "av=5.0; hn=\"\"; cn=\"Sony Corporation\"; mn=\"Huey Sample DMR\"; mv=\"0.1\";", "_timestamp": "2021-02-25 21:02:44.491514", "_address": "192.168.1.32:53858", "_udn": "uuid:23456789-1234-1010-8000-CC988B323056", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "EXT": "", "LOCATION": "http://192.168.1.32:52323/MediaRenderer.xml", "SERVER": "Android/1.6 UPnP/1.0 Huey Sample DMR/0.1", "ST": "urn:schemas-upnp-org:service:RenderingControl:1", "USN": "uuid:23456789-1234-1010-8000-CC988B323056::urn:schemas-upnp-org:service:RenderingControl:1", "X-AV-Server-Info": "av=5.0; hn=\"\"; cn=\"Sony Corporation\"; mn=\"Huey Sample DMR\"; mv=\"0.1\";", "_timestamp": "2021-02-25 21:02:44.507137", "_address": "192.168.1.32:53858", "_udn": "uuid:23456789-1234-1010-8000-CC988B323056", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "EXT": "", "LOCATION": "http://192.168.1.32:52323/MediaRenderer.xml", "SERVER": "Android/1.6 UPnP/1.0 Huey Sample DMR/0.1", "ST": "urn:schemas-upnp-org:service:ConnectionManager:1", "USN": "uuid:23456789-1234-1010-8000-CC988B323056::urn:schemas-upnp-org:service:ConnectionManager:1", "X-AV-Server-Info": "av=5.0; hn=\"\"; cn=\"Sony Corporation\"; mn=\"Huey Sample DMR\"; mv=\"0.1\";", "_timestamp": "2021-02-25 21:02:44.507137", "_address": "192.168.1.32:53858", "_udn": "uuid:23456789-1234-1010-8000-CC988B323056", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "EXT": "", "LOCATION": "http://192.168.1.32:52323/MediaRenderer.xml", "SERVER": "Android/1.6 UPnP/1.0 Huey Sample DMR/0.1", "ST": "urn:schemas-upnp-org:service:AVTransport:1", "USN": "uuid:23456789-1234-1010-8000-CC988B323056::urn:schemas-upnp-org:service:AVTransport:1", "X-AV-Server-Info": "av=5.0; hn=\"\"; cn=\"Sony Corporation\"; mn=\"Huey Sample DMR\"; mv=\"0.1\";", "_timestamp": "2021-02-25 21:02:44.522758", "_address": "192.168.1.32:53858", "_udn": "uuid:23456789-1234-1010-8000-CC988B323056", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:02:42 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:9080", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "4dcb83e8-777f-11eb-8f22-a5df23f30eaa", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices", "X-User-Agent": "NRDP MDX", "X-Friendly-Name": "U0FMT04gVFY=", "X-Accepts-Registration": "3", "X-MSL": "1", "X-MDX-Caps": "", "X-MDX-Registered": "0", "X-MDX-Remote-Login-Supported": "1", "X-MDX-Remote-Login-Requested-By-Witcher": "0", "ST": "upnp:rootdevice", "USN": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0::upnp:rootdevice", "_timestamp": "2021-02-25 21:02:44.901722", "_address": "192.168.1.32:53451", "_udn": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:02:42 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:9080", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "4dcb83e8-777f-11eb-8f22-a5df23f30eaa", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices", "X-User-Agent": "NRDP MDX", "X-Friendly-Name": "U0FMT04gVFY=", "X-Accepts-Registration": "3", "X-MSL": "1", "X-MDX-Caps": "", "X-MDX-Registered": "0", "X-MDX-Remote-Login-Supported": "1", "X-MDX-Remote-Login-Requested-By-Witcher": "0", "ST": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0", "USN": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0", "_timestamp": "2021-02-25 21:02:44.901722", "_address": "192.168.1.32:53451", "_udn": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:02:42 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:9080", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "4dcb83e8-777f-11eb-8f22-a5df23f30eaa", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices", "X-User-Agent": "NRDP MDX", "X-Friendly-Name": "U0FMT04gVFY=", "X-Accepts-Registration": "3", "X-MSL": "1", "X-MDX-Caps": "", "X-MDX-Registered": "0", "X-MDX-Remote-Login-Supported": "1", "X-MDX-Remote-Login-Requested-By-Witcher": "0", "ST": "urn:schemas-upnp-org:device:mdxdevice:1", "USN": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0::urn:schemas-upnp-org:device:mdxdevice:1", "_timestamp": "2021-02-25 21:02:44.902341", "_address": "192.168.1.32:53451", "_udn": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:02:42 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:9080", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "4dcb83e8-777f-11eb-8f22-a5df23f30eaa", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices", "X-User-Agent": "NRDP MDX", "X-Friendly-Name": "U0FMT04gVFY=", "X-Accepts-Registration": "3", "X-MSL": "1", "X-MDX-Caps": "", "X-MDX-Registered": "0", "X-MDX-Remote-Login-Supported": "1", "X-MDX-Remote-Login-Requested-By-Witcher": "0", "ST": "urn:mdx-netflix-com:service:target:3", "USN": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0::urn:mdx-netflix-com:service:target:3", "_timestamp": "2021-02-25 21:02:44.903515", "_address": "192.168.1.32:33055", "_udn": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:44 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::upnp:rootdevice", "_timestamp": "2021-02-25 21:02:45.018733", "_address": "192.168.1.207:45850", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:44 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::upnp:rootdevice", "_timestamp": "2021-02-25 21:02:45.019041", "_address": "192.168.1.207:45850", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:44 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_timestamp": "2021-02-25 21:02:45.019041", "_address": "192.168.1.207:45850", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:44 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_timestamp": "2021-02-25 21:02:45.020041", "_address": "192.168.1.207:45850", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:44 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-25 21:02:45.020406", "_address": "192.168.1.207:45850", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:44 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-25 21:02:45.020406", "_address": "192.168.1.207:45850", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:44 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-25 21:02:45.020406", "_address": "192.168.1.207:45850", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:44 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-25 21:02:45.021406", "_address": "192.168.1.207:45850", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"Location": "http://192.168.1.30:1455/", "Cache-Control": "max-age=1800", "Server": "WebOS/4.1.0 UPnP/1.0", "EXT": "", "USN": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45::upnp:rootdevice", "ST": "upnp:rootdevice", "Date": "Thu, 25 Feb 2021 18:02:44 GMT", "_timestamp": "2021-02-25 21:02:45.026228", "_address": "192.168.1.30:56364", "_udn": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45", "_source": "search"}
{"Location": "http://192.168.1.30:1455/", "Cache-Control": "max-age=1800", "Server": "WebOS/4.1.0 UPnP/1.0", "EXT": "", "USN": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45", "ST": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45", "Date": "Thu, 25 Feb 2021 18:02:44 GMT", "_timestamp": "2021-02-25 21:02:45.026228", "_address": "192.168.1.30:56364", "_udn": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45", "_source": "search"}
{"Location": "http://192.168.1.30:1455/", "Cache-Control": "max-age=1800", "Server": "WebOS/4.1.0 UPnP/1.0", "EXT": "", "USN": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45::urn:schemas-upnp-org:device:Basic:1", "ST": "urn:schemas-upnp-org:device:Basic:1", "Date": "Thu, 25 Feb 2021 18:02:44 GMT", "_timestamp": "2021-02-25 21:02:45.026228", "_address": "192.168.1.30:56364", "_udn": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45", "_source": "search"}
{"Location": "http://192.168.1.30:1455/", "Cache-Control": "max-age=1800", "Server": "WebOS/4.1.0 UPnP/1.0", "EXT": "", "USN": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45::urn:lge-com:service:webos-second-screen:1", "ST": "urn:lge-com:service:webos-second-screen:1", "Date": "Thu, 25 Feb 2021 18:02:44 GMT", "_timestamp": "2021-02-25 21:02:45.026228", "_address": "192.168.1.30:56364", "_udn": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45", "_source": "search"}
{"Location": "http://192.168.1.30:1455/", "Cache-Control": "max-age=1800", "Server": "WebOS/4.1.0 UPnP/1.0", "EXT": "", "USN": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45::upnp:rootdevice", "ST": "upnp:rootdevice", "Date": "Thu, 25 Feb 2021 18:02:44 GMT", "_timestamp": "2021-02-25 21:02:45.226920", "_address": "192.168.1.30:56364", "_udn": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45", "_source": "search"}
{"Location": "http://192.168.1.30:1455/", "Cache-Control": "max-age=1800", "Server": "WebOS/4.1.0 UPnP/1.0", "EXT": "", "USN": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45", "ST": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45", "Date": "Thu, 25 Feb 2021 18:02:44 GMT", "_timestamp": "2021-02-25 21:02:45.226920", "_address": "192.168.1.30:56364", "_udn": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45", "_source": "search"}
{"Location": "http://192.168.1.30:1455/", "Cache-Control": "max-age=1800", "Server": "WebOS/4.1.0 UPnP/1.0", "EXT": "", "USN": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45::urn:schemas-upnp-org:device:Basic:1", "ST": "urn:schemas-upnp-org:device:Basic:1", "Date": "Thu, 25 Feb 2021 18:02:44 GMT", "_timestamp": "2021-02-25 21:02:45.227317", "_address": "192.168.1.30:56364", "_udn": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45", "_source": "search"}
{"Location": "http://192.168.1.30:1455/", "Cache-Control": "max-age=1800", "Server": "WebOS/4.1.0 UPnP/1.0", "EXT": "", "USN": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45::urn:lge-com:service:webos-second-screen:1", "ST": "urn:lge-com:service:webos-second-screen:1", "Date": "Thu, 25 Feb 2021 18:02:44 GMT", "_timestamp": "2021-02-25 21:02:45.228022", "_address": "192.168.1.30:56364", "_udn": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::upnp:rootdevice", "_timestamp": "2021-02-25 21:02:46.009777", "_address": "192.168.1.129:58578", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::upnp:rootdevice", "_timestamp": "2021-02-25 21:02:46.009777", "_address": "192.168.1.129:45604", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::upnp:rootdevice", "_timestamp": "2021-02-25 21:02:46.009777", "_address": "192.168.1.129:42273", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::upnp:rootdevice", "_timestamp": "2021-02-25 21:02:46.009777", "_address": "192.168.1.129:58578", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::upnp:rootdevice", "_timestamp": "2021-02-25 21:02:46.009777", "_address": "192.168.1.129:45604", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::upnp:rootdevice", "_timestamp": "2021-02-25 21:02:46.009777", "_address": "192.168.1.129:42273", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_timestamp": "2021-02-25 21:02:46.009777", "_address": "192.168.1.129:45604", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_timestamp": "2021-02-25 21:02:46.009777", "_address": "192.168.1.129:58578", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_timestamp": "2021-02-25 21:02:46.009777", "_address": "192.168.1.129:42273", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_timestamp": "2021-02-25 21:02:46.009777", "_address": "192.168.1.129:45604", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_timestamp": "2021-02-25 21:02:46.009777", "_address": "192.168.1.129:58578", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_timestamp": "2021-02-25 21:02:46.009777", "_address": "192.168.1.129:42273", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-25 21:02:46.009777", "_address": "192.168.1.129:45604", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-25 21:02:46.009777", "_address": "192.168.1.129:58578", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-25 21:02:46.009777", "_address": "192.168.1.129:45604", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-25 21:02:46.009777", "_address": "192.168.1.129:42273", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-25 21:02:46.025342", "_address": "192.168.1.129:58578", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-25 21:02:46.025342", "_address": "192.168.1.129:45604", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-25 21:02:46.025342", "_address": "192.168.1.129:42273", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-25 21:02:46.025342", "_address": "192.168.1.129:45604", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-25 21:02:46.025342", "_address": "192.168.1.129:58578", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-25 21:02:46.025342", "_address": "192.168.1.129:42273", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-25 21:02:46.025342", "_address": "192.168.1.129:58578", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:02:45 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-25 21:02:46.025342", "_address": "192.168.1.129:42273", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "EXT": "", "LOCATION": "http://192.168.1.32:6578/sony/webapi/ssdp/dd.xml", "SERVER": "FedoraCore/2 UPnP/1.0 MINT-X/1.8.1", "ST": "upnp:rootdevice", "USN": "uuid:29a6b423-d0f0-46dc-a9fb-7d99fea19d6c::upnp:rootdevice", "_timestamp": "2021-02-25 21:02:46.586306", "_address": "192.168.1.32:36003", "_udn": "uuid:29a6b423-d0f0-46dc-a9fb-7d99fea19d6c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "EXT": "", "LOCATION": "http://192.168.1.32:6578/sony/webapi/ssdp/dd.xml", "SERVER": "FedoraCore/2 UPnP/1.0 MINT-X/1.8.1", "ST": "uuid:29a6b423-d0f0-46dc-a9fb-7d99fea19d6c", "USN": "uuid:29a6b423-d0f0-46dc-a9fb-7d99fea19d6c", "_timestamp": "2021-02-25 21:02:46.586623", "_address": "192.168.1.32:36003", "_udn": "uuid:29a6b423-d0f0-46dc-a9fb-7d99fea19d6c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "EXT": "", "LOCATION": "http://192.168.1.32:6578/sony/webapi/ssdp/dd.xml", "SERVER": "FedoraCore/2 UPnP/1.0 MINT-X/1.8.1", "ST": "urn:schemas-upnp-org:device:Basic:1", "USN": "uuid:29a6b423-d0f0-46dc-a9fb-7d99fea19d6c::urn:schemas-upnp-org:device:Basic:1", "_timestamp": "2021-02-25 21:02:46.586623", "_address": "192.168.1.32:36003", "_udn": "uuid:29a6b423-d0f0-46dc-a9fb-7d99fea19d6c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "EXT": "", "LOCATION": "http://192.168.1.32:6578/sony/webapi/ssdp/dd.xml", "SERVER": "FedoraCore/2 UPnP/1.0 MINT-X/1.8.1", "ST": "urn:schemas-sony-com:service:ScalarWebAPI:1", "USN": "uuid:29a6b423-d0f0-46dc-a9fb-7d99fea19d6c::urn:schemas-sony-com:service:ScalarWebAPI:1", "_timestamp": "2021-02-25 21:02:46.587623", "_address": "192.168.1.32:36003", "_udn": "uuid:29a6b423-d0f0-46dc-a9fb-7d99fea19d6c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "EXT": "", "LOCATION": "http://192.168.1.32:6578/sony/webapi/ssdp/dd.xml", "SERVER": "FedoraCore/2 UPnP/1.0 MINT-X/1.8.1", "ST": "urn:dial-multiscreen-org:service:dial:1", "USN": "uuid:29a6b423-d0f0-46dc-a9fb-7d99fea19d6c::urn:dial-multiscreen-org:service:dial:1", "_timestamp": "2021-02-25 21:02:46.627515", "_address": "192.168.1.32:36003", "_udn": "uuid:29a6b423-d0f0-46dc-a9fb-7d99fea19d6c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "EXT": "", "LOCATION": "http://192.168.1.32:6578/sony/webapi/ssdp/dd.xml", "SERVER": "FedoraCore/2 UPnP/1.0 MINT-X/1.8.1", "ST": "urn:schemas-sony-com:service:IRCC:1", "USN": "uuid:29a6b423-d0f0-46dc-a9fb-7d99fea19d6c::urn:schemas-sony-com:service:IRCC:1", "_timestamp": "2021-02-25 21:02:46.627515", "_address": "192.168.1.32:36003", "_udn": "uuid:29a6b423-d0f0-46dc-a9fb-7d99fea19d6c", "_source": "search"}

after rotuer reboot
sensors stopped working

{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:08:18 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.20:49152/upnp_device_desc.xml", "SERVER": "Linux/3.8.8, UPnP/1.0, ZheJiang Dahua Technology CO.,LTD. Upnp SDK", "ST": "upnp:rootdevice", "USN": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037::upnp:rootdevice", "_timestamp": "2021-02-25 21:08:18.176795", "_address": "192.168.1.20:55087", "_udn": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:17 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::upnp:rootdevice", "_timestamp": "2021-02-25 21:08:18.176795", "_address": "192.168.1.207:44541", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:08:15 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "423c2158-1dd2-11b2-bc4e-b58a2d18dcae", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "upnp:rootdevice", "USN": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b::upnp:rootdevice", "BOOTID.UPNP.ORG": "0", "CONFIGID.UPNP.ORG": "6", "_timestamp": "2021-02-25 21:08:18.176795", "_address": "192.168.1.32:36239", "_udn": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:08:15 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "423c2158-1dd2-11b2-bc4e-b58a2d18dcae", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b", "USN": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b", "BOOTID.UPNP.ORG": "0", "CONFIGID.UPNP.ORG": "6", "_timestamp": "2021-02-25 21:08:18.177831", "_address": "192.168.1.32:36239", "_udn": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:08:18 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.20:49152/upnp_device_desc.xml", "SERVER": "Linux/3.8.8, UPnP/1.0, ZheJiang Dahua Technology CO.,LTD. Upnp SDK", "ST": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037", "USN": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037", "_timestamp": "2021-02-25 21:08:18.178831", "_address": "192.168.1.20:55087", "_udn": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:08:18 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.20:49152/upnp_device_desc.xml", "SERVER": "Linux/3.8.8, UPnP/1.0, ZheJiang Dahua Technology CO.,LTD. Upnp SDK", "ST": "urn:schemas-upnp-org:device:3.0-1L047ACPAW00037", "USN": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037::urn:schemas-upnp-org:device:3.0-1L047ACPAW00037", "_timestamp": "2021-02-25 21:08:18.178831", "_address": "192.168.1.20:55087", "_udn": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:08:15 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "423c2158-1dd2-11b2-bc4e-b58a2d18dcae", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "urn:dial-multiscreen-org:device:dial:1", "USN": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b::urn:dial-multiscreen-org:device:dial:1", "BOOTID.UPNP.ORG": "0", "CONFIGID.UPNP.ORG": "6", "_timestamp": "2021-02-25 21:08:18.179831", "_address": "192.168.1.32:36239", "_udn": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:08:15 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "423c2158-1dd2-11b2-bc4e-b58a2d18dcae", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "urn:dial-multiscreen-org:service:dial:1", "USN": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b::urn:dial-multiscreen-org:service:dial:1", "BOOTID.UPNP.ORG": "0", "CONFIGID.UPNP.ORG": "6", "_timestamp": "2021-02-25 21:08:18.179831", "_address": "192.168.1.32:33040", "_udn": "uuid:12dcc59f-4962-c4a6-6e50-27fff120f08b", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:17 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::upnp:rootdevice", "_timestamp": "2021-02-25 21:08:18.179831", "_address": "192.168.1.207:44541", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:08:18 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.20:49152/upnp_device_desc.xml", "SERVER": "Linux/3.8.8, UPnP/1.0, ZheJiang Dahua Technology CO.,LTD. Upnp SDK", "ST": "urn:schemas-upnp-org:service:Dummy:1", "U
F438
SN": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037::urn:schemas-upnp-org:service:Dummy:1", "_timestamp": "2021-02-25 21:08:18.180854", "_address": "192.168.1.20:55087", "_udn": "uuid:www.dahuatech.com.device_3_0-1L047ACPAW00037", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:17 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_timestamp": "2021-02-25 21:08:18.180854", "_address": "192.168.1.207:44541", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:17 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_timestamp": "2021-02-25 21:08:18.180854", "_address": "192.168.1.207:44541", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:17 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-25 21:08:18.181875", "_address": "192.168.1.207:44541", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:17 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-25 21:08:18.182228", "_address": "192.168.1.207:44541", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:08:17 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.26:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "upnp:rootdevice", "USN": "uuid:device_3_0-AMC0475300456616AF::upnp:rootdevice", "_timestamp": "2021-02-25 21:08:18.182679", "_address": "192.168.1.26:49266", "_udn": "uuid:device_3_0-AMC0475300456616AF", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:08:17 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.26:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "uuid:device_3_0-AMC0475300456616AF", "USN": "uuid:device_3_0-AMC0475300456616AF", "_timestamp": "2021-02-25 21:08:18.182679", "_address": "192.168.1.26:49266", "_udn": "uuid:device_3_0-AMC0475300456616AF", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:08:17 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.26:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "urn:schemas-upnp-org:device:3.0-AMC0475300456616AF", "USN": "uuid:device_3_0-AMC0475300456616AF::urn:schemas-upnp-org:device:3.0-AMC0475300456616AF", "_timestamp": "2021-02-25 21:08:18.183406", "_address": "192.168.1.26:49266", "_udn": "uuid:device_3_0-AMC0475300456616AF", "_source": "search"}
{"Location": "http://192.168.1.30:1421/", "Cache-Control": "max-age=1800", "Server": "WebOS/1.5 UPnP/1.0", "EXT": "", "USN": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311::upnp:rootdevice", "ST": "upnp:rootdevice", "Date": "Thu, 25 Feb 2021 18:08:17 GMT", "_timestamp": "2021-02-25 21:08:18.183406", "_address": "192.168.1.30:56428", "_udn": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311", "_source": "search"}
{"Location": "http://192.168.1.30:1421/", "Cache-Control": "max-age=1800", "Server": "WebOS/1.5 UPnP/1.0", "EXT": "", "USN": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311", "ST": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311", "Date": "Thu, 25 Feb 2021 18:08:17 GMT", "_timestamp": "2021-02-25 21:08:18.183406", "_address": "192.168.1.30:56428", "_udn": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:17 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-25 21:08:18.184410", "_address": "192.168.1.207:44541", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"Location": "http://192.168.1.30:1421/", "Cache-Control": "max-age=1800", "Server": "WebOS/1.5 UPnP/1.0", "EXT": "", "USN": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311::urn:dial-multiscreen-org:service:dial:1", "ST": "urn:dial-multiscreen-org:service:dial:1", "Date": "Thu, 25 Feb 2021 18:08:17 GMT", "_timestamp": "2021-02-25 21:08:18.184651", "_address": "192.168.1.30:56428", "_udn": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:17 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-25 21:08:18.184651", "_address": "192.168.1.207:44541", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:08:17 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.23:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "upnp:rootdevice", "USN": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056::upnp:rootdevice", "_timestamp": "2021-02-25 21:08:18.184651", "_address": "192.168.1.23:47419", "_udn": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:08:17 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.23:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056", "USN": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056", "_timestamp": "2021-02-25 21:08:18.184651", "_address": "192.168.1.23:47419", "_udn": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:08:17 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.23:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "urn:schemas-upnp-org:device:3.0-3K058D5PAG00056", "USN": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056::urn:schemas-upnp-org:device:3.0-3K058D5PAG00056", "_timestamp": "2021-02-25 21:08:18.185650", "_address": "192.168.1.23:47419", "_udn": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:08:17 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.23:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "urn:schemas-upnp-org:service:Dummy:1", "USN": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056::urn:schemas-upnp-org:service:Dummy:1", "_timestamp": "2021-02-25 21:08:18.185650", "_address": "192.168.1.23:47419", "_udn": "uuid:www.dahuatech.com.device_3_0-3K058D5PAG00056", "_source": "search"}
{"Location": "http://192.168.1.30:1421/", "Cache-Control": "max-age=1800", "Server": "WebOS/1.5 UPnP/1.0", "EXT": "", "USN": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311::urn:dial-multiscreen-org:service:dial:1", "ST": "urn:dial-multiscreen-org:service:dial:1", "Date": "Thu, 25 Feb 2021 18:08:17 GMT", "_timestamp": "2021-02-25 21:08:18.185650", "_address": "192.168.1.30:56428", "_udn": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:08:17 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.24:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "upnp:rootdevice", "USN": "uuid:device_3_0-AMC047E538B56EDFEB::upnp:rootdevice", "_timestamp": "2021-02-25 21:08:18.186648", "_address": "192.168.1.24:35655", "_udn": "uuid:device_3_0-AMC047E538B56EDFEB", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:08:17 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.24:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "uuid:device_3_0-AMC047E538B56EDFEB", "USN": "uuid:device_3_0-AMC047E538B56EDFEB", "_timestamp": "2021-02-25 21:08:18.186648", "_address": "192.168.1.24:35655", "_udn": "uuid:device_3_0-AMC047E538B56EDFEB", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:08:17 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.24:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "urn:schemas-upnp-org:device:3.0-AMC047E538B56EDFEB", "USN": "uuid:device_3_0-AMC047E538B56EDFEB::urn:schemas-upnp-org:device:3.0-AMC047E538B56EDFEB", "_timestamp": "2021-02-25 21:08:18.186648", "_address": "192.168.1.24:35655", "_udn": "uuid:device_3_0-AMC047E538B56EDFEB", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:08:17 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.26:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "urn:schemas-upnp-org:service:Dummy:1", "USN": "uuid:device_3_0-AMC0475300456616AF::urn:schemas-upnp-org:service:Dummy:1", "_timestamp": "2021-02-25 21:08:18.186648", "_address": "192.168.1.26:49266", "_udn": "uuid:device_3_0-AMC0475300456616AF", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 21:08:17 GMT", "EXT": "", "X-User-Agent": "redsonic", "LOCATION": "http://192.168.1.24:80/upnp_device_desc.xml", "SERVER": "Linux, UPnP/1.0, Private Upnp SDK", "ST": "urn:schemas-upnp-org:service:Dummy:1", "USN": "uuid:device_3_0-AMC047E538B56EDFEB::urn:schemas-upnp-org:service:Dummy:1", "_timestamp": "2021-02-25 21:08:18.197279", "_address": "192.168.1.24:35655", "_udn": "uuid:device_3_0-AMC047E538B56EDFEB", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "EXT": "", "LOCATION": "http://192.168.1.32:6578/sony/webapi/ssdp/dd.xml", "SERVER": "FedoraCore/2 UPnP/1.0 MINT-X/1.8.1", "ST": "upnp:rootdevice", "USN": "uuid:29a6b423-d0f0-46dc-a9fb-7d99fea19d6c::upnp:rootdevice", "_timestamp": "2021-02-25 21:08:18.229473", "_address": "192.168.1.32:36003", "_udn": "uuid:29a6b423-d0f0-46dc-a9fb-7d99fea19d6c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "EXT": "", "LOCATION": "http://192.168.1.32:6578/sony/webapi/ssdp/dd.xml", "SERVER": "FedoraCore/2 UPnP/1.0 MINT-X/1.8.1", "ST": "uuid:29a6b423-d0f0-46dc-a9fb-7d99fea19d6c", "USN": "uuid:29a6b423-d0f0-46dc-a9fb-7d99fea19d6c", "_timestamp": "2021-02-25 21:08:18.229473", "_address": "192.168.1.32:36003", "_udn": "uuid:29a6b423-d0f0-46dc-a9fb-7d99fea19d6c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "EXT": "", "LOCATION": "http://192.168.1.32:6578/sony/webapi/ssdp/dd.xml", "SERVER": "FedoraCore/2 UPnP/1.0 MINT-X/1.8.1", "ST": "urn:schemas-upnp-org:device:Basic:1", "USN": "uuid:29a6b423-d0f0-46dc-a9fb-7d99fea19d6c::urn:schemas-upnp-org:device:Basic:1", "_timestamp": "2021-02-25 21:08:18.229887", "_address": "192.168.1.32:36003", "_udn": "uuid:29a6b423-d0f0-46dc-a9fb-7d99fea19d6c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "EXT": "", "LOCATION": "http://192.168.1.32:6578/sony/webapi/ssdp/dd.xml", "SERVER": "FedoraCore/2 UPnP/1.0 MINT-X/1.8.1", "ST": "urn:schemas-sony-com:service:ScalarWebAPI:1", "USN": "uuid:29a6b423-d0f0-46dc-a9fb-7d99fea19d6c::urn:schemas-sony-com:service:ScalarWebAPI:1", "_timestamp": "2021-02-25 21:08:18.230381", "_address": "192.168.1.32:36003", "_udn": "uuid:29a6b423-d0f0-46dc-a9fb-7d99fea19d6c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "EXT": "", "LOCATION": "http://192.168.1.32:6578/sony/webapi/ssdp/dd.xml", "SERVER": "FedoraCore/2 UPnP/1.0 MINT-X/1.8.1", "ST": "urn:dial-multiscreen-org:service:dial:1", "USN": "uuid:29a6b423-d0f0-46dc-a9fb-7d99fea19d6c::urn:dial-multiscreen-org:service:dial:1", "_timestamp": "2021-02-25 21:08:18.231780", "_address": "192.168.1.32:36003", "_udn": "uuid:29a6b423-d0f0-46dc-a9fb-7d99fea19d6c", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "EXT": "", "LOCATION": "http://192.168.1.32:6578/sony/webapi/ssdp/dd.xml", "SERVER": "FedoraCore/2 UPnP/1.0 MINT-X/1.8.1", "ST": "urn:schemas-sony-com:service:IRCC:1", "USN": "uuid:29a6b423-d0f0-46dc-a9fb-7d99fea19d6c::urn:schemas-sony-com:service:IRCC:1", "_timestamp": "2021-02-25 21:08:18.279649", "_address": "192.168.1.32:36003", "_udn": "uuid:29a6b423-d0f0-46dc-a9fb-7d99fea19d6c", "_source": "search"}
{"Location": "http://192.168.1.30:1421/", "Cache-Control": "max-age=1800", "Server": "WebOS/1.5 UPnP/1.0", "EXT": "", "USN": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311::upnp:rootdevice", "ST": "upnp:rootdevice", "Date": "Thu, 25 Feb 2021 18:08:17 GMT", "_timestamp": "2021-02-25 21:08:18.384903", "_address": "192.168.1.30:56428", "_udn": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311", "_source": "search"}
{"Location": "http://192.168.1.30:1421/", "Cache-Control": "max-age=1800", "Server": "WebOS/1.5 UPnP/1.0", "EXT": "", "USN": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311", "ST": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311", "Date": "Thu, 25 Feb 2021 18:08:17 GMT", "_timestamp": "2021-02-25 21:08:18.384903", "_address": "192.168.1.30:56428", "_udn": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311", "_source": "search"}
{"Location": "http://192.168.1.30:1421/", "Cache-Control": "max-age=1800", "Server": "WebOS/1.5 UPnP/1.0", "EXT": "", "USN": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311::urn:dial-multiscreen-org:service:dial:1", "ST": "urn:dial-multiscreen-org:service:dial:1", "Date": "Thu, 25 Feb 2021 18:08:17 GMT", "_timestamp": "2021-02-25 21:08:18.385315", "_address": "192.168.1.30:56428", "_udn": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311", "_source": "search"}
{"Location": "http://192.168.1.30:1421/", "Cache-Control": "max-age=1800", "Server": "WebOS/1.5 UPnP/1.0", "EXT": "", "USN": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311::urn:dial-multiscreen-org:service:dial:1", "ST": "urn:dial-multiscreen-org:service:dial:1", "Date": "Thu, 25 Feb 2021 18:08:17 GMT", "_timestamp": "2021-02-25 21:08:18.386166", "_address": "192.168.1.30:56428", "_udn": "uuid:ae36fc1e-73d0-9e4b-5c09-26de4843d311", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:18 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::upnp:rootdevice", "_timestamp": "2021-02-25 21:08:19.176864", "_address": "192.168.1.129:45604", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:18 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::upnp:rootdevice", "_timestamp": "2021-02-25 21:08:19.176864", "_address": "192.168.1.129:58578", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:18 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::upnp:rootdevice", "_timestamp": "2021-02-25 21:08:19.177262", "_address": "192.168.1.129:42273", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:18 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::upnp:rootdevice", "_timestamp": "2021-02-25 21:08:19.178474", "_address": "192.168.1.129:45604", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:18 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::upnp:rootdevice", "_timestamp": "2021-02-25 21:08:19.180733", "_address": "192.168.1.129:58578", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:18 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_timestamp": "2021-02-25 21:08:19.180994", "_address": "192.168.1.129:45604", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:18 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::upnp:rootdevice", "_timestamp": "2021-02-25 21:08:19.180994", "_address": "192.168.1.129:42273", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:18 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_timestamp": "2021-02-25 21:08:19.181993", "_address": "192.168.1.129:45604", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:18 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_timestamp": "2021-02-25 21:08:19.181993", "_address": "192.168.1.129:58578", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:18 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-25 21:08:19.182991", "_address": "192.168.1.129:45604", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:18 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_timestamp": "2021-02-25 21:08:19.182991", "_address": "192.168.1.129:42273", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:18 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-25 21:08:19.182991", "_address": "192.168.1.129:45604", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:18 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_timestamp": "2021-02-25 21:08:19.183988", "_address": "192.168.1.129:58578", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:18 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_timestamp": "2021-02-25 21:08:19.183988", "_address": "192.168.1.129:42273", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:18 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-25 21:08:19.183988", "_address": "192.168.1.129:45604", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:18 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-25 21:08:19.185109", "_address": "192.168.1.129:58578", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:18 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-25 21:08:19.185109", "_address": "192.168.1.129:42273", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:18 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-25 21:08:19.185109", "_address": "192.168.1.129:45604", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:18 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-25 21:08:19.186109", "_address": "192.168.1.129:58578", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:18 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-25 21:08:19.186109", "_address": "192.168.1.129:42273", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:18 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-25 21:08:19.186109", "_address": "192.168.1.129:58578", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"Location": "http://192.168.1.30:1090/", "Cache-Control": "max-age=1800", "Server": "Linux/i686 UPnP/1,0 DLNADOC/1.50 LGE WebOS TV/Version 0.9", "EXT": "", "USN": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826::upnp:rootdevice", "ST": "upnp:rootdevice", "Date": "Thu, 25 Feb 2021 18:08:18 GMT", "DLNADeviceName.lge.com": "MUTFAK%20TV", "_timestamp": "2021-02-25 21:08:19.187106", "_address": "192.168.1.30:32862", "_udn": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:18 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-25 21:08:19.187106", "_address": "192.168.1.129:42273", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"Location": "http://192.168.1.30:1090/", "Cache-Control": "max-age=1800", "Server": "Linux/i686 UPnP/1,0 DLNADOC/1.50 LGE WebOS TV/Version 0.9", "EXT": "", "USN": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "ST": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "Date": "Thu, 25 Feb 2021 18:08:18 GMT", "DLNADeviceName.lge.com": "MUTFAK%20TV", "_timestamp": "2021-02-25 21:08:19.188103", "_address": "192.168.1.30:32862", "_udn": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "_source": "search"}
{"Location": "http://192.168.1.30:1090/", "Cache-Control": "max-age=1800", "Server": "Linux/i686 UPnP/1,0 DLNADOC/1.50 LGE WebOS TV/Version 0.9", "EXT": "", "USN": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826::urn:schemas-upnp-org:device:MediaRenderer:1", "ST": "urn:schemas-upnp-org:device:MediaRenderer:1", "Date": "Thu, 25 Feb 2021 18:08:18 GMT", "DLNADeviceName.lge.com": "MUTFAK%20TV", "_timestamp": "2021-02-25 21:08:19.189101", "_address": "192.168.1.30:32862", "_udn": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:18 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49153/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-25 21:08:19.189101", "_address": "192.168.1.129:58578", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"Location": "http://192.168.1.30:1090/", "Cache-Control": "max-age=1800", "Server": "Linux/i686 UPnP/1,0 DLNADOC/1.50 LGE WebOS TV/Version 0.9", "EXT": "", "USN": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826::urn:schemas-upnp-org:service:AVTransport:1", "ST": "urn:schemas-upnp-org:service:AVTransport:1", "Date": "Thu, 25 Feb 2021 18:08:18 GMT", "DLNADeviceName.lge.com": "MUTFAK%20TV", "_timestamp": "2021-02-25 21:08:19.190098", "_address": "192.168.1.30:32862", "_udn": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "_source": "search"}
{"Location": "http://192.168.1.30:1090/", "Cache-Control": "max-age=1800", "Server": "Linux/i686 UPnP/1,0 DLNADOC/1.50 LGE WebOS TV/Version 0.9", "EXT": "", "USN": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826::urn:schemas-upnp-org:service:ConnectionManager:1", "ST": "urn:schemas-upnp-org:service:ConnectionManager:1", "Date": "Thu, 25 Feb 2021 18:08:18 GMT", "DLNADeviceName.lge.com": "MUTFAK%20TV", "_timestamp": "2021-02-25 21:08:19.190098", "_address": "192.168.1.30:32862", "_udn": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:18 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-25 21:08:19.190098", "_address": "192.168.1.129:42273", "_udn": "uuid:146f52fd-9e13-44c6-b112-a4e7a1a0cbf3", "_source": "search"}
{"Location": "http://192.168.1.30:1090/", "Cache-Control": "max-age=1800", "Server": "Linux/i686 UPnP/1,0 DLNADOC/1.50 LGE WebOS TV/Version 0.9", "EXT": "", "USN": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826::urn:schemas-upnp-org:service:RenderingControl:1", "ST": "urn:schemas-upnp-org:service:RenderingControl:1", "Date": "Thu, 25 Feb 2021 18:08:18 GMT", "DLNADeviceName.lge.com": "MUTFAK%20TV", "_timestamp": "2021-02-25 21:08:19.191095", "_address": "192.168.1.30:32862", "_udn": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "_source": "search"}
{"Location": "http://192.168.1.30:1090/", "Cache-Control": "max-age=1800", "Server": "Linux/i686 UPnP/1,0 DLNADOC/1.50 LGE WebOS TV/Version 0.9", "EXT": "", "USN": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826::upnp:rootdevice", "ST": "upnp:rootdevice", "Date": "Thu, 25 Feb 2021 18:08:18 GMT", "DLNADeviceName.lge.com": "MUTFAK%20TV", "_timestamp": "2021-02-25 21:08:19.380745", "_address": "192.168.1.30:32862", "_udn": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "_source": "search"}
{"Location": "http://192.168.1.30:1090/", "Cache-Control": "max-age=1800", "Server": "Linux/i686 UPnP/1,0 DLNADOC/1.50 LGE WebOS TV/Version 0.9", "EXT": "", "USN": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "ST": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "Date": "Thu, 25 Feb 2021 18:08:18 GMT", "DLNADeviceName.lge.com": "MUTFAK%20TV", "_timestamp": "2021-02-25 21:08:19.381075", "_address": "192.168.1.30:32862", "_udn": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "_source": "search"}
{"Location": "http://192.168.1.30:1090/", "Cache-Control": "max-age=1800", "Server": "Linux/i686 UPnP/1,0 DLNADOC/1.50 LGE WebOS TV/Version 0.9", "EXT": "", "USN": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826::urn:schemas-upnp-org:device:MediaRenderer:1", "ST": "urn:schemas-upnp-org:device:MediaRenderer:1", "Date": "Thu, 25 Feb 2021 18:08:18 GMT", "DLNADeviceName.lge.com": "MUTFAK%20TV", "_timestamp": "2021-02-25 21:08:19.381075", "_address": "192.168.1.30:32862", "_udn": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "_source": "search"}
{"Location": "http://192.168.1.30:1090/", "Cache-Control": "max-age=1800", "Server": "Linux/i686 UPnP/1,0 DLNADOC/1.50 LGE WebOS TV/Version 0.9", "EXT": "", "USN": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826::urn:schemas-upnp-org:service:AVTransport:1", "ST": "urn:schemas-upnp-org:service:AVTransport:1", "Date": "Thu, 25 Feb 2021 18:08:18 GMT", "DLNADeviceName.lge.com": "MUTFAK%20TV", "_timestamp": "2021-02-25 21:08:19.382154", "_address": "192.168.1.30:32862", "_udn": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "_source": "search"}
{"Location": "http://192.168.1.30:1090/", "Cache-Control": "max-age=1800", "Server": "Linux/i686 UPnP/1,0 DLNADOC/1.50 LGE WebOS TV/Version 0.9", "EXT": "", "USN": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826::urn:schemas-upnp-org:service:ConnectionManager:1", "ST": "urn:schemas-upnp-org:service:ConnectionManager:1", "Date": "Thu, 25 Feb 2021 18:08:18 GMT", "DLNADeviceName.lge.com": "MUTFAK%20TV", "_timestamp": "2021-02-25 21:08:19.383519", "_address": "192.168.1.30:32862", "_udn": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "_source": "search"}
{"Location": "http://192.168.1.30:1090/", "Cache-Control": "max-age=1800", "Server": "Linux/i686 UPnP/1,0 DLNADOC/1.50 LGE WebOS TV/Version 0.9", "EXT": "", "USN": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826::urn:schemas-upnp-org:service:RenderingControl:1", "ST": "urn:schemas-upnp-org:service:RenderingControl:1", "Date": "Thu, 25 Feb 2021 18:08:18 GMT", "DLNADeviceName.lge.com": "MUTFAK%20TV", "_timestamp": "2021-02-25 21:08:19.383519", "_address": "192.168.1.30:32862", "_udn": "uuid:1fe2fd19-9892-3740-c959-7d93fc6d4826", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:19 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::upnp:rootdevice", "_timestamp": "2021-02-25 21:08:20.176726", "_address": "192.168.1.207:45850", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:19 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::upnp:rootdevice", "_timestamp": "2021-02-25 21:08:20.176726", "_address": "192.168.1.207:45850", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:19 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_timestamp": "2021-02-25 21:08:20.179762", "_address": "192.168.1.207:45850", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:19 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_timestamp": "2021-02-25 21:08:20.180759", "_address": "192.168.1.207:45850", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:19 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-25 21:08:20.181715", "_address": "192.168.1.207:45850", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:19 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-25 21:08:20.181715", "_address": "192.168.1.207:45850", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:19 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-25 21:08:20.182732", "_address": "192.168.1.207:45850", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:19 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49154/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-25 21:08:20.182732", "_address": "192.168.1.207:45850", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:08:20 GMT", "EXT": "", "LOCATION": "http://192.168.1.133:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "78aa4bd8-1dd2-11b2-a4d1-d09f2db399d1", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "upnp:rootdevice", "USN": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9::upnp:rootdevice", "BOOTID.UPNP.ORG": "1551", "CONFIGID.UPNP.ORG": "14", "_timestamp": "2021-02-25 21:08:20.377593", "_address": "192.168.1.133:59326", "_udn": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:08:20 GMT", "EXT": "", "LOCATION": "http://192.168.1.133:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "78aa4bd8-1dd2-11b2-a4d1-d09f2db399d1", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9", "USN": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9", "BOOTID.UPNP.ORG": "1551", "CONFIGID.UPNP.ORG": "14", "_timestamp": "2021-02-25 21:08:20.377593", "_address": "192.168.1.133:59326", "_udn": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:08:20 GMT", "EXT": "", "LOCATION": "http://192.168.1.133:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "78aa4bd8-1dd2-11b2-a4d1-d09f2db399d1", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "urn:dial-multiscreen-org:device:dial:1", "USN": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9::urn:dial-multiscreen-org:device:dial:1", "BOOTID.UPNP.ORG": "1551", "CONFIGID.UPNP.ORG": "14", "_timestamp": "2021-02-25 21:08:20.378231", "_address": "192.168.1.133:59326", "_udn": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:08:20 GMT", "EXT": "", "LOCATION": "http://192.168.1.133:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "78aa4bd8-1dd2-11b2-a4d1-d09f2db399d1", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "urn:dial-multiscreen-org:service:dial:1", "USN": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9::urn:dial-multiscreen-org:service:dial:1", "BOOTID.UPNP.ORG": "1551", "CONFIGID.UPNP.ORG": "14", "_timestamp": "2021-02-25 21:08:20.379948", "_address": "192.168.1.133:41508", "_udn": "uuid:89293fba-32dd-c820-aea2-4034ba15c8a9", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:08:20 GMT", "EXT": "", "LOCATION": "http://192.168.1.234:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "bc3db356-1dd1-11b2-a84c-ab8d1fa05067", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "upnp:rootdevice", "USN": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54::upnp:rootdevice", "BOOTID.UPNP.ORG": "834", "CONFIGID.UPNP.ORG": "7", "_timestamp": "2021-02-25 21:08:20.387272", "_address": "192.168.1.234:60151", "_udn": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:08:20 GMT", "EXT": "", "LOCATION": "http://192.168.1.234:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "bc3db356-1dd1-11b2-a84c-ab8d1fa05067", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54", "USN": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54", "BOOTID.UPNP.ORG": "834", "CONFIGID.UPNP.ORG": "7", "_timestamp": "2021-02-25 21:08:20.387272", "_address": "192.168.1.234:60151", "_udn": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:08:20 GMT", "EXT": "", "LOCATION": "http://192.168.1.234:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "bc3db356-1dd1-11b2-a84c-ab8d1fa05067", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "urn:dial-multiscreen-org:device:dial:1", "USN": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54::urn:dial-multiscreen-org:device:dial:1", "BOOTID.UPNP.ORG": "834", "CONFIGID.UPNP.ORG": "7", "_timestamp": "2021-02-25 21:08:20.387272", "_address": "192.168.1.234:60151", "_udn": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:08:20 GMT", "EXT": "", "LOCATION": "http://192.168.1.234:8008/ssdp/device-desc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "bc3db356-1dd1-11b2-a84c-ab8d1fa05067", "SERVER": "Linux/4.1.16-mrvl, UPnP/1.0, Portable SDK for UPnP devices/1.6.18", "X-User-Agent": "redsonic", "ST": "urn:dial-multiscreen-org:service:dial:1", "USN": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54::urn:dial-multiscreen-org:service:dial:1", "BOOTID.UPNP.ORG": "834", "CONFIGID.UPNP.ORG": "7", "_timestamp": "2021-02-25 21:08:20.388304", "_address": "192.168.1.234:43512", "_udn": "uuid:b0eb0889-441c-abbb-da0f-e57257e4ca54", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "EXT": "", "LOCATION": "http://192.168.1.32:52323/MediaRenderer.xml", "SERVER": "Android/1.6 UPnP/1.0 Huey Sample DMR/0.1", "ST": "upnp:rootdevice", "USN": "uuid:23456789-1234-1010-8000-CC988B323056::upnp:rootdevice", "X-AV-Server-Info": "av=5.0; hn=\"\"; cn=\"Sony Corporation\"; mn=\"Huey Sample DMR\"; mv=\"0.1\";", "_timestamp": "2021-02-25 21:08:20.460198", "_address": "192.168.1.32:53858", "_udn": "uuid:23456789-1234-1010-8000-CC988B323056", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "EXT": "", "LOCATION": "http://192.168.1.32:52323/MediaRenderer.xml", "SERVER": "Android/1.6 UPnP/1.0 Huey Sample DMR/0.1", "ST": "uuid:23456789-1234-1010-8000-CC988B323056", "USN": "uuid:23456789-1234-1010-8000-CC988B323056", "X-AV-Server-Info": "av=5.0; hn=\"\"; cn=\"Sony Corporation\"; mn=\"Huey Sample DMR\"; mv=\"0.1\";", "_timestamp": "2021-02-25 21:08:20.468743", "_address": "192.168.1.32:53858", "_udn": "uuid:23456789-1234-1010-8000-CC988B323056", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "EXT": "", "LOCATION": "http://192.168.1.32:52323/MediaRenderer.xml", "SERVER": "Android/1.6 UPnP/1.0 Huey Sample DMR/0.1", "ST": "urn:schemas-upnp-org:device:MediaRenderer:1", "USN": "uuid:23456789-1234-1010-8000-CC988B323056::urn:schemas-upnp-org:device:MediaRenderer:1", "X-AV-Server-Info": "av=5.0; hn=\"\"; cn=\"Sony Corporation\"; mn=\"Huey Sample DMR\"; mv=\"0.1\";", "_timestamp": "2021-02-25 21:08:20.478512", "_address": "192.168.1.32:53858", "_udn": "uuid:23456789-1234-1010-8000-CC988B323056", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "EXT": "", "LOCATION": "http://192.168.1.32:52323/MediaRenderer.xml", "SERVER": "Android/1.6 UPnP/1.0 Huey Sample DMR/0.1", "ST": "urn:schemas-upnp-org:service:RenderingControl:1", "USN": "uuid:23456789-1234-1010-8000-CC988B323056::urn:schemas-upnp-org:service:RenderingControl:1", "X-AV-Server-Info": "av=5.0; hn=\"\"; cn=\"Sony Corporation\"; mn=\"Huey Sample DMR\"; mv=\"0.1\";", "_timestamp": "2021-02-25 21:08:20.488952", "_address": "192.168.1.32:53858", "_udn": "uuid:23456789-1234-1010-8000-CC988B323056", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "EXT": "", "LOCATION": "http://192.168.1.32:52323/MediaRenderer.xml", "SERVER": "Android/1.6 UPnP/1.0 Huey Sample DMR/0.1", "ST": "urn:schemas-upnp-org:service:ConnectionManager:1", "USN": "uuid:23456789-1234-1010-8000-CC988B323056::urn:schemas-upnp-org:service:ConnectionManager:1", "X-AV-Server-Info": "av=5.0; hn=\"\"; cn=\"Sony Corporation\"; mn=\"Huey Sample DMR\"; mv=\"0.1\";", "_timestamp": "2021-02-25 21:08:20.498917", "_address": "192.168.1.32:53858", "_udn": "uuid:23456789-1234-1010-8000-CC988B323056", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "EXT": "", "LOCATION": "http://192.168.1.32:52323/MediaRenderer.xml", "SERVER": "Android/1.6 UPnP/1.0 Huey Sample DMR/0.1", "ST": "urn:schemas-upnp-org:service:AVTransport:1", "USN": "uuid:23456789-1234-1010-8000-CC988B323056::urn:schemas-upnp-org:service:AVTransport:1", "X-AV-Server-Info": "av=5.0; hn=\"\"; cn=\"Sony Corporation\"; mn=\"Huey Sample DMR\"; mv=\"0.1\";", "_timestamp": "2021-02-25 21:08:20.508557", "_address": "192.168.1.32:53858", "_udn": "uuid:23456789-1234-1010-8000-CC988B323056", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:08:18 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:9080", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "4dcb83e8-777f-11eb-8f22-a5df23f30eaa", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices", "X-User-Agent": "NRDP MDX", "X-Friendly-Name": "U0FMT04gVFY=", "X-Accepts-Registration": "3", "X-MSL": "1", "X-MDX-Caps": "", "X-MDX-Registered": "0", "X-MDX-Remote-Login-Supported": "1", "X-MDX-Remote-Login-Requested-By-Witcher": "0", "ST": "upnp:rootdevice", "USN": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0::upnp:rootdevice", "_timestamp": "2021-02-25 21:08:20.912919", "_address": "192.168.1.32:38907", "_udn": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:08:18 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:9080", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "4dcb83e8-777f-11eb-8f22-a5df23f30eaa", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices", "X-User-Agent": "NRDP MDX", "X-Friendly-Name": "U0FMT04gVFY=", "X-Accepts-Registration": "3", "X-MSL": "1", "X-MDX-Caps": "", "X-MDX-Registered": "0", "X-MDX-Remote-Login-Supported": "1", "X-MDX-Remote-Login-Requested-By-Witcher": "0", "ST": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0", "USN": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0", "_timestamp": "2021-02-25 21:08:20.912919", "_address": "192.168.1.32:38907", "_udn": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:08:18 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:9080", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "4dcb83e8-777f-11eb-8f22-a5df23f30eaa", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices", "X-User-Agent": "NRDP MDX", "X-Friendly-Name": "U0FMT04gVFY=", "X-Accepts-Registration": "3", "X-MSL": "1", "X-MDX-Caps": "", "X-MDX-Registered": "0", "X-MDX-Remote-Login-Supported": "1", "X-MDX-Remote-Login-Requested-By-Witcher": "0", "ST": "urn:schemas-upnp-org:device:mdxdevice:1", "USN": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0::urn:schemas-upnp-org:device:mdxdevice:1", "_timestamp": "2021-02-25 21:08:20.912919", "_address": "192.168.1.32:38907", "_udn": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0", "_source": "search"}
{"CACHE-CONTROL": "max-age=1800", "DATE": "Thu, 25 Feb 2021 18:08:18 GMT", "EXT": "", "LOCATION": "http://192.168.1.32:9080", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "4dcb83e8-777f-11eb-8f22-a5df23f30eaa", "SERVER": "Linux/4.9.125, UPnP/1.0, Portable SDK for UPnP devices", "X-User-Agent": "NRDP MDX", "X-Friendly-Name": "U0FMT04gVFY=", "X-Accepts-Registration": "3", "X-MSL": "1", "X-MDX-Caps": "", "X-MDX-Registered": "0", "X-MDX-Remote-Login-Supported": "1", "X-MDX-Remote-Login-Requested-By-Witcher": "0", "ST": "urn:mdx-netflix-com:service:target:3", "USN": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0::urn:mdx-netflix-com:service:target:3", "_timestamp": "2021-02-25 21:08:20.914642", "_address": "192.168.1.32:37680", "_udn": "uuid:NFANDROID2-PRV-SONYANDROIDTV2018M3-SONY=BRAVIA=4K=UR1-7644-1B7B7FFA995ED2BCBAFDA1D99202BA4FE62B38D5E575B933F84141369E63CCC0", "_source": "search"}
{"Location": "http://192.168.1.30:1455/", "Cache-Control": "max-age=1800", "Server": "WebOS/4.1.0 UPnP/1.0", "EXT": "", "USN": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45::upnp:rootdevice", "ST": "upnp:rootdevice", "Date": "Thu, 25 Feb 2021 18:08:20 GMT", "_timestamp": "2021-02-25 21:08:21.185473", "_address": "192.168.1.30:38525", "_udn": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45", "_source": "search"}
{"Location": "http://192.168.1.30:1455/", "Cache-Control": "max-age=1800", "Server": "WebOS/4.1.0 UPnP/1.0", "EXT": "", "USN": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45", "ST": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45", "Date": "Thu, 25 Feb 2021 18:08:20 GMT", "_timestamp": "2021-02-25 21:08:21.185473", "_address": "192.168.1.30:38525", "_udn": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45", "_source": "search"}
{"Location": "http://192.168.1.30:1455/", "Cache-Control": "max-age=1800", "Server": "WebOS/4.1.0 UPnP/1.0", "EXT": "", "USN": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45::urn:schemas-upnp-org:device:Basic:1", "ST": "urn:schemas-upnp-org:device:Basic:1", "Date": "Thu, 25 Feb 2021 18:08:20 GMT", "_timestamp": "2021-02-25 21:08:21.185885", "_address": "192.168.1.30:38525", "_udn": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45", "_source": "search"}
{"Location": "http://192.168.1.30:1455/", "Cache-Control": "max-age=1800", "Server": "WebOS/4.1.0 UPnP/1.0", "EXT": "", "USN": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45::urn:lge-com:service:webos-second-screen:1", "ST": "urn:lge-com:service:webos-second-screen:1", "Date": "Thu, 25 Feb 2021 18:08:20 GMT", "_timestamp": "2021-02-25 21:08:21.186402", "_address": "192.168.1.30:38525", "_udn": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45", "_source": "search"}
{"Location": "http://192.168.1.30:1455/", "Cache-Control": "max-age=1800", "Server": "WebOS/4.1.0 UPnP/1.0", "EXT": "", "USN": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45::upnp:rootdevice", "ST": "upnp:rootdevice", "Date": "Thu, 25 Feb 2021 18:08:20 GMT", "_timestamp": "2021-02-25 21:08:21.385779", "_address": "192.168.1.30:38525", "_udn": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45", "_source": "search"}
{"Location": "http://192.168.1.30:1455/", "Cache-Control": "max-age=1800", "Server": "WebOS/4.1.0 UPnP/1.0", "EXT": "", "USN": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45", "ST": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45", "Date": "Thu, 25 Feb 2021 18:08:20 GMT", "_timestamp": "2021-02-25 21:08:21.386811", "_address": "192.168.1.30:38525", "_udn": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45", "_source": "search"}
{"Location": "http://192.168.1.30:1455/", "Cache-Control": "max-age=1800", "Server": "WebOS/4.1.0 UPnP/1.0", "EXT": "", "USN": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45::urn:schemas-upnp-org:device:Basic:1", "ST": "urn:schemas-upnp-org:device:Basic:1", "Date": "Thu, 25 Feb 2021 18:08:20 GMT", "_timestamp": "2021-02-25 21:08:21.386811", "_address": "192.168.1.30:38525", "_udn": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45", "_source": "search"}
{"Location": "http://192.168.1.30:1455/", "Cache-Control": "max-age=1800", "Server": "WebOS/4.1.0 UPnP/1.0", "EXT": "", "USN": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45::urn:lge-com:service:webos-second-screen:1", "ST": "urn:lge-com:service:webos-second-screen:1", "Date": "Thu, 25 Feb 2021 18:08:20 GMT", "_timestamp": "2021-02-25 21:08:21.387776", "_address": "192.168.1.30:38525", "_udn": "uuid:9eda0abf-cc98-f099-3be2-488116c0cf45", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:21 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::upnp:rootdevice", "_timestamp": "2021-02-25 21:08:22.177057", "_address": "192.168.1.207:42724", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:21 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "upnp:rootdevice", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::upnp:rootdevice", "_timestamp": "2021-02-25 21:08:22.177384", "_address": "192.168.1.207:42724", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:21 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_timestamp": "2021-02-25 21:08:22.177384", "_address": "192.168.1.207:42724", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:21 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_timestamp": "2021-02-25 21:08:22.178589", "_address": "192.168.1.207:42724", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:21 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-25 21:08:22.178589", "_address": "192.168.1.207:42724", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:21 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-25 21:08:22.179391", "_address": "192.168.1.207:42724", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:21 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-25 21:08:22.180400", "_address": "192.168.1.207:42724", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}
{"CACHE-CONTROL": "max-age=1801", "DATE": "Thu, 25 Feb 2021 18:08:21 GMT", "EXT": "", "LOCATION": "http://192.168.72.1:49152/wps_device.xml", "SERVER": "Unspecified, UPnP/1.0, Unspecified", "ST": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-25 21:08:22.180400", "_address": "192.168.1.207:42724", "_udn": "uuid:e7dd93bf-e76a-414e-bf9a-f14cff07bced", "_source": "search"}

@Salvora
Copy link
Author
Salvora commented Feb 25, 2021

It seems after reboot, the router disappears. I am using my pc to run upnp-client search. Is it possible that the upnp port is occupied so it doesn't show up? After some time, it goes timeout and back to normal?

@StevenLooman
Copy link
Contributor

In the first listing the router is found:

{"CACHE-CONTROL": "max-age=120", "ST": "urn:schemas-upnp-org:device:InternetGatewayDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "EXT": "", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "LOCATION": "http://192.168.1.1:43730/rootDesc.xml", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525497072", "BOOTID.UPNP.ORG": "1525497072", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-25 21:02:42.069083", "_address": "192.168.1.1:1900", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "search"}

Location: http://192.168.1.1:43730/rootDesc.xml This is a different port (43730) than before (45782). AsusWRT randomizes the port it is listening on for UPnP. The upnp integration cannot handle this (at the moment.) It searches for the device once, at startup of home assistant, or until it has been found since start up, and then keeps on using that Location.

Now your router reboots, and picks a new port for UPnP randomly. Meaning that it no longer listens on the old port which home assistant is using. Home assistant then tries to get new data by doing a request to the old address/port and times out, as AsusWRT is no longer listening on that port.

A work-around would be to start scanning for the device if it can no longer be reached. Probably possible, but would be a work-around for a single device. Although these routers seem to be popular.

Perhaps there is an option on your router to disable the randomizing of ports. Can you check?

The funny thing is, other AsusWRT devices seem to randomize their UDN (unique device identifier), causing the device to show up as a new discovery every time. I'm not sure if this was recently fixed (AsusWRT/386.1 was recently released) I'm glad this isn't happening for your router.

By the way, there is also the asuswrt integration. I think it also provides traffic counters, if that is what you're interested in.

@Salvora
Copy link
Author
Salvora commented Feb 26, 2021

I am using Asus Merlin 386.1_2 firmware right now.
I see no option for randomizing port
image
secure upnp prevents a client to forward a port to another ip than its own.

The funny thing is, other AsusWRT devices seem to randomize their UDN (unique device identifier), causing the device to show up as a new discovery every time. I'm not sure if this was recently fixed (AsusWRT/386.1 was recently released) I'm glad this isn't happening for your router.

It is possible because I am using another fw than Asus and I have recently updated it which is based on 386.1.

By the way, there is also the asuswrt integration. I think it also provides traffic counters, if that is what you're interested in.

asuswrt integration counters are not exactly working due to some Asus bug of the router.

@StevenLooman
Copy link
Contributor

It is very possible that the counters are not exact using this integration either. Lots of UPnP/IGD implementations provide the wrong data. My router provides counters (bytes and packets), but not for the internet traffic data or it does some strange things to the data. I've heard somebody mention that their router counts the the VoIP channel instead of the data channel. YMMV :)

I can add the feature to start scanning for the device and update the location if needed when the device no longer responds, but it'll take some time before I can start. Also, to prevent constant scanning, I'll probably add some delay.

There is another option as well. Devices advertise themselves when something changes. You can monitor this by running upnp-client advertisements. Perhaps this contains some interesting information as well. Can you let this run for a while and see if anything related to your router comes up? E.g., before restarting, during restart, etc.

You can filter the output, for example: upnp-client advertisements|grep 192.168.1.1:

@Salvora
Copy link
Author
Salvora commented Feb 26, 2021

I will further test this and post the results. But polling a scan might be a bad idea. Is it possible to trigger this scan like when network is interrupted or when a time out occurs? Possibly giving error to log?

@StevenLooman
Copy link
Contributor

Listening for advertisements is passive and could be done permanently. One could argue it should be part of the ssdp integration, but this would create dependencies between components.

I think, for now, listening always is ok enough.

@Salvora
Copy link
Author
Salvora commented Feb 26, 2021

Again huge wall text

This is before, during and after the reboot data as promised:

{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:42357/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANIPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANIPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:16:35.151064", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:42357/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:16:35.152648", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:42357/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:device:WANDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:16:35.156732", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:42357/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:16:35.158149", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:42357/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANConnectionDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:device:WANConnectionDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:16:35.159634", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:42357/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:16:35.161228", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:42357/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:InternetGatewayDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:16:35.163010", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:42357/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "upnp:rootdevice", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::upnp:rootdevice", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:16:35.164633", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:42357/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "upnp:rootdevice", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::upnp:rootdevice", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:17:34.947879", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:42357/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:InternetGatewayDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:17:34.949502", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:42357/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:17:34.950993", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:42357/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANConnectionDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:device:WANConnectionDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:17:34.952356", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:42357/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:17:34.953641", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:42357/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:device:WANDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:17:34.954989", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:42357/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:17:34.956272", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:42357/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANIPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANIPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:17:34.957522", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:42357/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:17:34.958774", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:42357/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANPPPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANPPPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:17:34.960030", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:42357/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:Layer3Forwarding:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:service:Layer3Forwarding:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:17:34.961380", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:42357/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:Layer3Forwarding:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:service:Layer3Forwarding:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:17:35.205057", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:42357/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANPPPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANPPPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:17:35.211820", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:42357/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:17:35.213991", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:42357/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANIPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANIPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:17:35.216277", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:42357/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:17:35.218231", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:42357/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:device:WANDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:17:35.220150", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:42357/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:17:35.221956", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:42357/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANConnectionDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:device:WANConnectionDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:17:35.223710", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:42357/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:17:35.225832", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:42357/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:InternetGatewayDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:17:35.227916", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:42357/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "upnp:rootdevice", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::upnp:rootdevice", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:17:35.230378", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "NT": "upnp:rootdevice", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::upnp:rootdevice", "NTS": "ssdp:byebye", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:18:01.692639", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "NT": "urn:schemas-upnp-org:device:InternetGatewayDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:byebye", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:18:01.694368", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "NTS": "ssdp:byebye", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:18:01.695940", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "NT": "urn:schemas-upnp-org:device:WANConnectionDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:device:WANConnectionDevice:1", "NTS": "ssdp:byebye", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:18:01.697492", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "NTS": "ssdp:byebye", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:18:01.701063", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "NT": "urn:schemas-upnp-org:device:WANDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:device:WANDevice:1", "NTS": "ssdp:byebye", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:18:01.702682", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "NTS": "ssdp:byebye", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:18:01.704238", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "NT": "urn:schemas-upnp-org:service:WANIPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANIPConnection:1", "NTS": "ssdp:byebye", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:18:01.705750", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "NT": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "NTS": "ssdp:byebye", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:18:01.707234", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "NT": "urn:schemas-upnp-org:service:WANPPPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANPPPConnection:1", "NTS": "ssdp:byebye", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:18:01.708709", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "NT": "urn:schemas-upnp-org:service:Layer3Forwarding:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:service:Layer3Forwarding:1", "NTS": "ssdp:byebye", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:18:01.710187", "_address": "192.168.1.1:42472", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"Host": "239.255.255.250:1900", "NTS": "ssdp:byebye", "NT": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-26 20:18:04.075393", "_address": "192.168.1.1:1900", "_udn": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2", "_source": "advertisement"}
{"Host": "239.255.255.250:1900", "NTS": "ssdp:byebye", "NT": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2", "USN": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2", "_timestamp": "2021-02-26 20:18:04.077144", "_address": "192.168.1.1:1900", "_udn": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2", "_source": "advertisement"}
{"Host": "239.255.255.250:1900", "NTS": "ssdp:byebye", "NT": "upnp:rootdevice", "USN": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2::upnp:rootdevice", "_timestamp": "2021-02-26 20:18:04.078447", "_address": "192.168.1.1:1900", "_udn": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2", "_source": "advertisement"}
{"Host": "239.255.255.250:1900", "NTS": "ssdp:byebye", "NT": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-26 20:18:04.079727", "_address": "192.168.1.1:1900", "_udn": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2", "_source": "advertisement"}
{"Host": "239.255.255.250:1900", "Cache-Control": "max-age=600", "Location": "http://192.168.1.1:1990/826c6136-f8d4-48af-9893-c4e60edd14d3/WFADevice.xml", "NTS": "ssdp:alive", "Server": "POSIX, UPnP/1.0 UPnP Stack/7.14.164.3", "NT": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-26 20:20:54.932777", "_address": "192.168.1.1:1900", "_udn": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2", "_source": "advertisement"}
{"Host": "239.255.255.250:1900", "Cache-Control": "max-age=600", "Location": "http://192.168.1.1:1990/826c6136-f8d4-48af-9893-c4e60edd14d3/WFADevice.xml", "NTS": "ssdp:alive", "Server": "POSIX, UPnP/1.0 UPnP Stack/7.14.164.3", "NT": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2", "USN": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2", "_timestamp": "2021-02-26 20:20:54.934931", "_address": "192.168.1.1:1900", "_udn": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2", "_source": "advertisement"}
{"Host": "239.255.255.250:1900", "Cache-Control": "max-age=600", "Location": "http://192.168.1.1:1990/826c6136-f8d4-48af-9893-c4e60edd14d3/WFADevice.xml", "NTS": "ssdp:alive", "Server": "POSIX, UPnP/1.0 UPnP Stack/7.14.164.3", "NT": "upnp:rootdevice", "USN": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2::upnp:rootdevice", "_timestamp": "2021-02-26 20:20:54.936884", "_address": "192.168.1.1:1900", "_udn": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2", "_source": "advertisement"}
{"Host": "239.255.255.250:1900", "Cache-Control": "max-age=600", "Location": "http://192.168.1.1:1990/826c6136-f8d4-48af-9893-c4e60edd14d3/WFADevice.xml", "NTS": "ssdp:alive", "Server": "POSIX, UPnP/1.0 UPnP Stack/7.14.164.3", "NT": "urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "USN": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2::urn:schemas-wifialliance-org:service:WFAWLANConfig:1", "_timestamp": "2021-02-26 20:20:54.938714", "_address": "192.168.1.1:1900", "_udn": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:51061/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "upnp:rootdevice", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::upnp:rootdevice", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:08.867429", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:51061/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:InternetGatewayDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:08.869041", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:51061/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:08.870512", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:51061/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANConnectionDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:device:WANConnectionDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:08.871956", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:51061/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:08.873384", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:51061/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:device:WANDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:08.874994", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:51061/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:08.876572", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:51061/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANIPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANIPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:08.878019", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:51061/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:08.879461", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:51061/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANPPPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANPPPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:08.880881", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:51061/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:Layer3Forwarding:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:service:Layer3Forwarding:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:08.882589", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:51061/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:Layer3Forwarding:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:service:Layer3Forwarding:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:09.126107", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:51061/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANPPPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANPPPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:09.127823", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:51061/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:09.129560", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:51061/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANIPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANIPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:09.131269", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:51061/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:09.134322", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:51061/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:device:WANDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:09.136411", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:51061/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:09.138202", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:51061/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANConnectionDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:device:WANConnectionDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:09.139875", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:51061/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:09.141537", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:51061/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:InternetGatewayDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:09.143181", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:51061/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "upnp:rootdevice", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::upnp:rootdevice", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:09.144880", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "NT": "upnp:rootdevice", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::upnp:rootdevice", "NTS": "ssdp:byebye", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:09.801883", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "NT": "urn:schemas-upnp-org:device:InternetGatewayDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:byebye", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:09.803149", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "NTS": "ssdp:byebye", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:09.804614", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "NT": "urn:schemas-upnp-org:device:WANConnectionDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:device:WANConnectionDevice:1", "NTS": "ssdp:byebye", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:09.806008", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "NTS": "ssdp:byebye", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:09.807207", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "NT": "urn:schemas-upnp-org:device:WANDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:device:WANDevice:1", "NTS": "ssdp:byebye", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:09.808340", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "NTS": "ssdp:byebye", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:09.809519", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "NT": "urn:schemas-upnp-org:service:WANIPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANIPConnection:1", "NTS": "ssdp:byebye", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:09.810730", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "NT": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "NTS": "ssdp:byebye", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:09.811877", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "NT": "urn:schemas-upnp-org:service:WANPPPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANPPPConnection:1", "NTS": "ssdp:byebye", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:09.813007", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "NT": "urn:schemas-upnp-org:service:Layer3Forwarding:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:service:Layer3Forwarding:1", "NTS": "ssdp:byebye", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:09.814133", "_address": "192.168.1.1:40334", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "upnp:rootdevice", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::upnp:rootdevice", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:13.362367", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:InternetGatewayDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:13.363285", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:13.364112", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANConnectionDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:device:WANConnectionDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:13.365085", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:13.366084", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:device:WANDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:13.367038", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:13.368020", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANIPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANIPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:13.369211", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:13.370185", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANPPPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANPPPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:13.371123", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:Layer3Forwarding:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:service:Layer3Forwarding:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:13.371984", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:Layer3Forwarding:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:service:Layer3Forwarding:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:13.615276", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANPPPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANPPPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:13.616012", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:13.616654", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANIPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANIPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:13.617283", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CO
10000
NTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:13.617902", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:device:WANDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:13.618521", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:13.619136", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANConnectionDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:device:WANConnectionDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:13.619745", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:13.620359", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:InternetGatewayDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:13.621172", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "upnp:rootdevice", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::upnp:rootdevice", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:21:13.621968", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "upnp:rootdevice", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::upnp:rootdevice", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:22:13.366437", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:InternetGatewayDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:22:13.367870", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:22:13.369191", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANConnectionDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:device:WANConnectionDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:22:13.370496", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:22:13.372147", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:device:WANDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:22:13.373826", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:22:13.375375", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANIPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANIPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:22:13.376726", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:22:13.378025", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANPPPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANPPPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:22:13.379289", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:Layer3Forwarding:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:service:Layer3Forwarding:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:22:13.380546", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:Layer3Forwarding:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:service:Layer3Forwarding:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:22:13.624040", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANPPPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANPPPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:22:13.627330", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:22:13.629078", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANIPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANIPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:22:13.630557", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:22:13.632000", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:device:WANDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:22:13.633426", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:22:13.635148", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANConnectionDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:device:WANConnectionDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:22:13.636848", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:22:13.638349", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:InternetGatewayDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:22:13.639776", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "upnp:rootdevice", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::upnp:rootdevice", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:22:13.641199", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "upnp:rootdevice", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::upnp:rootdevice", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:23:13.368378", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:InternetGatewayDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:23:13.370179", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:23:13.371920", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANConnectionDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:device:WANConnectionDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:23:13.373633", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:23:13.375530", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:device:WANDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:23:13.377543", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:23:13.379311", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANIPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANIPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:23:13.380997", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:23:13.382690", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANPPPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANPPPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:23:13.384575", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:Layer3Forwarding:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:service:Layer3Forwarding:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:23:13.386492", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:Layer3Forwarding:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:service:Layer3Forwarding:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:23:13.625016", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANPPPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANPPPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:23:13.626838", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:23:13.628553", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANIPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANIPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:23:13.630219", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:23:13.631850", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:device:WANDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:23:13.633476", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:23:13.635171", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANConnectionDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:device:WANConnectionDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:23:13.636810", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:23:13.638444", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:InternetGatewayDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:23:13.640065", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "upnp:rootdevice", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::upnp:rootdevice", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:23:13.641680", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "upnp:rootdevice", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::upnp:rootdevice", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:24:13.375211", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:InternetGatewayDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:24:13.377227", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:24:13.379143", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANConnectionDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:device:WANConnectionDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:24:13.381093", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:24:13.383770", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:device:WANDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:24:13.385777", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:24:13.387490", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANIPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANIPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:24:13.389228", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:24:13.391069", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANPPPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANPPPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:24:13.392858", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:Layer3Forwarding:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:service:Layer3Forwarding:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:24:13.395682", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:Layer3Forwarding:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:service:Layer3Forwarding:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:24:13.634061", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANPPPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANPPPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:24:13.635973", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:24:13.637706", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANIPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANIPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:24:13.639402", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:24:13.641074", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:device:WANDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:24:13.642728", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:24:13.644416", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANConnectionDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:device:WANConnectionDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:24:13.646092", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:24:13.647723", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:InternetGatewayDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:24:13.649345", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "upnp:rootdevice", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::upnp:rootdevice", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:24:13.650962", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "upnp:rootdevice", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::upnp:rootdevice", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:25:13.377629", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:InternetGatewayDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:25:13.379440", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:25:13.381176", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANConnectionDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:device:WANConnectionDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:25:13.382886", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:25:13.384644", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:device:WANDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:25:13.386777", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:25:13.388921", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANIPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANIPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:25:13.390738", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:25:13.392415", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANPPPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANPPPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:25:13.394116", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:Layer3Forwarding:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:service:Layer3Forwarding:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:25:13.396113", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:Layer3Forwarding:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:service:Layer3Forwarding:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:25:13.633859", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANPPPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANPPPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:25:13.635843", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:25:13.637568", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANIPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANIPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:25:13.639248", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:25:13.640895", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:device:WANDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:25:13.642539", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:25:13.644171", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANConnectionDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:device:WANConnectionDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:25:13.646136", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:25:13.647795", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:InternetGatewayDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:25:13.649249", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "upnp:rootdevice", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::upnp:rootdevice", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:25:13.650658", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "upnp:rootdevice", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::upnp:rootdevice", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:26:13.380780", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:InternetGatewayDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:26:13.383091", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:26:13.385569", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANConnectionDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:device:WANConnectionDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:26:13.388460", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:26:13.389889", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:device:WANDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:26:13.391212", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:26:13.392477", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANIPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANIPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:26:13.393720", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:26:13.395050", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANPPPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANPPPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/
10000
0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:26:13.396310", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:Layer3Forwarding:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:service:Layer3Forwarding:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:26:13.397544", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:Layer3Forwarding:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:service:Layer3Forwarding:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:26:13.637312", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANPPPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANPPPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:26:13.638344", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:26:13.639328", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANIPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANIPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:26:13.640304", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:26:13.641248", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:device:WANDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:26:13.643820", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:26:13.644917", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANConnectionDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:device:WANConnectionDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:26:13.645882", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:26:13.646822", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:InternetGatewayDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:26:13.647757", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "upnp:rootdevice", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::upnp:rootdevice", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:26:13.648690", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "upnp:rootdevice", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::upnp:rootdevice", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:27:13.386877", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:InternetGatewayDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:27:13.388734", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:27:13.390469", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANConnectionDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:device:WANConnectionDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:27:13.392428", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:27:13.394498", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:device:WANDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:27:13.396608", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:27:13.398650", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANIPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANIPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:27:13.400753", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:27:13.402896", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANPPPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANPPPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:27:13.405065", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:Layer3Forwarding:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:service:Layer3Forwarding:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:27:13.408090", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:Layer3Forwarding:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:service:Layer3Forwarding:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:27:13.643308", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANPPPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANPPPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:27:13.645057", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:27:13.646579", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANIPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANIPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:27:13.648076", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:27:13.649584", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:device:WANDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:27:13.651193", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:27:13.652755", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANConnectionDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:device:WANConnectionDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:27:13.654352", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:27:13.655906", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:InternetGatewayDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:27:13.657818", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "upnp:rootdevice", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::upnp:rootdevice", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:27:13.659377", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "upnp:rootdevice", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::upnp:rootdevice", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:28:13.396312", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:InternetGatewayDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:28:13.398166", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:28:13.400963", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANConnectionDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:device:WANConnectionDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:28:13.403008", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:28:13.405584", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:device:WANDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:28:13.407626", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:28:13.409560", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANIPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANIPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:28:13.411473", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:28:13.413387", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANPPPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANPPPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:28:13.415412", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:Layer3Forwarding:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:service:Layer3Forwarding:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:28:13.417355", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:Layer3Forwarding:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:service:Layer3Forwarding:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:28:13.653144", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANPPPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANPPPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:28:13.655031", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:28:13.656679", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANIPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANIPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:28:13.658128", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:28:13.661030", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:device:WANDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:28:13.662621", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:28:13.664487", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANConnectionDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:device:WANConnectionDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:28:13.666037", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:28:13.667481", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:InternetGatewayDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:28:13.668898", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "upnp:rootdevice", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::upnp:rootdevice", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:28:13.670316", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "upnp:rootdevice", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::upnp:rootdevice", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:29:13.400704", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:InternetGatewayDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:29:13.401540", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:29:13.402252", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANConnectionDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:device:WANConnectionDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:29:13.402971", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:29:13.403679", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:device:WANDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:29:13.404409", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:29:13.405306", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANIPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANIPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:29:13.407045", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:29:13.407963", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANPPPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANPPPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:29:13.408814", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:Layer3Forwarding:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:service:Layer3Forwarding:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:29:13.409664", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:Layer3Forwarding:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:service:Layer3Forwarding:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:29:13.657047", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANPPPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANPPPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:29:13.657846", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:29:13.658580", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANIPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANIPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:29:13.659267", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:29:13.660008", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:device:WANDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:29:13.660649", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:29:13.661268", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANConnectionDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:device:WANConnectionDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:29:13.661881", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:29:13.662488", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:InternetGatewayDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:29:13.663817", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "upnp:rootdevice", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::upnp:rootdevice", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:29:13.664599", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "upnp:rootdevice", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::upnp:rootdevice", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:30:13.406698", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:InternetGatewayDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:30:13.408124", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:30:13.409498", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANConnectionDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:device:WANConnectionDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:30:13.410794", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:30:13.411965", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:device:WANDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:30:13.413084", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:30:13.414254", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANIPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANIPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:30:13.415640", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:30:13.417041", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANPPPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANPPPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:30:13.418427", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:Layer3Forwarding:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:service:Layer3Forwarding:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:30:13.419788", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:Layer3Forwarding:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:service:Layer3Forwarding:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:30:13.703695", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANPPPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANPPPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:30:13.708288", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:30:13.710196", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:service:WANIPConnection:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:service:WANIPConnection:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:30:13.711915", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:30:13.713578", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21::urn:schemas-upnp-org:device:WANDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:30:13.715344", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb21", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:30:13.717010", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:WANConnectionDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22::urn:schemas-upnp-org:device:WANConnectionDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:30:13.718657", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb22", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:30:13.720297", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "urn:schemas-upnp-org:device:InternetGatewayDevice:1", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:30:13.721935", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"HOST": "239.255.255.250:1900", "CACHE-CONTROL": "max-age=120", "LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "SERVER": "AsusWRT/386.1 UPnP/1.1 MiniUPnPd/2.2.0", "NT": "upnp:rootdevice", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::upnp:rootdevice", "NTS": "ssdp:alive", "OPT": "\"http://schemas.upnp.org/upnp/1/0/\"; ns=01", "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073", "CONFIGID.UPNP.ORG": "1337", "_timestamp": "2021-02-26 20:30:13.723579", "_address": "192.168.1.1:35475", "_udn": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20", "_source": "advertisement"}
{"Host": "239.255.255.250:1900", "Cache-Control": "max-age=600", "Location": "http://192.168.1.1:1990/826c6136-f8d4-48af-9893-c4e60edd14d3/WFADevice.xml", "NTS": "ssdp:alive", "Server": "POSIX, UPnP/1.0 UPnP Stack/7.14.164.3", "NT": "urn:schemas-wifialliance-org:device:WFADevice:1", "USN": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2::urn:schemas-wifialliance-org:device:WFADevice:1", "_timestamp": "2021-02-26 20:30:53.034043", "_address": "192.168.1.1:1900", "_udn": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2", "_source": "advertisement"}
{"Host": "239.255.255.250:1900", "Cache-Control": "max-age=600", "Location": "http://192.168.1.1:1990/826c6136-f8d4-48af-9893-c4e60edd14d3/WFADevice.xml", "NTS": "ssdp:alive", "Server": "POSIX, UPnP/1.0 UPnP Stack/7.14.164.3", "NT": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2", "USN": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2", "_timestamp": "2021-02-26 20:30:53.035843", "_address": "192.168.1.1:1900", "_udn": "uuid:984900ca-bdbf-6dfb-c42b-9b16583a01b2", "_source": "advertisement"}

@Salvora
Copy link
Author
Salvora commented Feb 26, 2021

Full log is attached.
upnp log.txt

@StevenLooman
Copy link
Contributor

Thank you @Salvora, soon I'll look into it.

@StevenLooman
Copy link
Contributor
StevenLooman commented Mar 6, 2021

Thank you for the logs. Your router announces it is rebooting (ssd:byebye) and when it is up and running (ssd:alive). Also, it provides the changed location (I've omitted several values from the listen):

{"LOCATION": "http://192.168.1.1:42357/rootDesc.xml", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:alive",  "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928"}
{                                                     "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:byebye", "01-NLS": "1614279928", "BOOTID.UPNP.ORG": "1614279928"}
{"LOCATION": "http://192.168.1.1:51061/rootDesc.xml", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:alive",  "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732"}
{                                                     "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:byebye", "01-NLS": "1525496732", "BOOTID.UPNP.ORG": "1525496732"}
{"LOCATION": "http://192.168.1.1:40415/rootDesc.xml", "USN": "uuid:3ddcd1d3-2380-45f5-b069-3497f66cbb20::urn:schemas-upnp-org:device:InternetGatewayDevice:1", "NTS": "ssdp:alive",  "01-NLS": "1614360073", "BOOTID.UPNP.ORG": "1614360073"}

The port of location-address changes from 42357 to 51061 to 40415.

This is usable to track the device and update/reinitialize when needed (i.e., the location changes.)

@StevenLooman
Copy link
Contributor

Took a while @Salvora, but I have something testable. Are you able a specific branch of home assistant, specifically https://github.com/StevenLooman/home-assistant/tree/fix_46822_follow_device_updates?

Although my device does not send config-version-data, I simulated it by always forcing as if it did. The device is updated/reinitialized and data is fetched as expected.

@StevenLooman
Copy link
Contributor

I have created a PR, but if you are able to, please test the branch. If you're not able to do so, then we'll have to wait for a new (beta) release.

@Salvora
Copy link
Author
Salvora commented Apr 11, 2021

Unfortunately, I don't have a testing environment. Guess we will wait.

@github-actions github-actions bot locked and limited conversation to collaborators May 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
0