thirtythreeforty / neolink

An RTSP bridge to Reolink IP cameras
https://www.thirtythreeforty.net/posts/2020/05/hacking-reolink-cameras-for-fun-and-profit/
GNU Affero General Public License v3.0
877 stars 143 forks source link

Support for Reolink Go - Cellular Based Camera #95

Open minideezel opened 3 years ago

minideezel commented 3 years ago

Love the project and great work, I did want to put in a request for possible support for the Reolink Go camera, which does not have local network access and has internet only via 4G Cellular onboard. This means the streaming has to come through Reolink's cloud as far as I know.

I mostly just want to capture a static image from this camera every hour for time lapse purposes, but full RTSP support would be slick.

Let me know if there's anything I can help with on this.

thirtythreeforty commented 3 years ago

There's nothing saying we couldn't do this, although it would be more involved. I suspect that Argus support is a prerequisite; they probably use similar protocols.

hblanken commented 2 years ago
QuantumEntangledAndy commented 2 years ago

Well we are working on Argus support, that makes UDP (local) cameras connectable.

Part of this support includes remote discovery that learns the ip and port from reolink servers. Just using this ip and port may be enough to connect a cellular camera but it may not.

None of the current developers have a celluar camera to reverse engineer how it is connected to which will slow developement a lot.

PrplHaz4 commented 1 year ago

@QuantumEntangledAndy Where is the best place to test this functionality as it stands? I've been using your single_login_streams branch but am not getting very far.

I recognize the functionality is half baked at best - but would like to know what's in the best shape as far as Reolink GO is concerned? I'm able to get the relay server/ip but not any further than that.

QuantumEntangledAndy commented 1 year ago

Do you get a reply from the relay server with the device ip? How far do you get maybe a log will be helpful

PrplHaz4 commented 1 year ago

@QuantumEntangledAndy Wow - thanks for the quick response - lmk how I can provide more helpful info - happy to provide more sensitive info privately too...

[2022-08-11T21:04:35Z DEBUG neolink_core::bc_protocol::connection::udpconn::discover] Got this information from the register: M2cQr { reg: IpPort { ip: "52.249.244.90", port: 58200 }, relay: IpPort { ip: "52.249.244.90", port: 58100 }, log: IpPort { ip: "52.249.244.90", port: 57850 }, t: IpPort { ip: "52.249.244.90", port: 9996 } }
[2022-08-11T21:04:35Z DEBUG neolink_core::bc_protocol::connection::udpconn::discover] Register address found: IpPort { ip: "52.249.244.90", port: 58200 }
[2022-08-11T21:04:35Z DEBUG neolink_core::bc_protocol::connection::udpconn::discover] Registering this address: 172.24.144.3

[2022-08-11T21:19:37Z INFO  neolink_core::bc_protocol::connection::udpconn::discover] Trying remote discovery against reolink servers
[2022-08-11T21:19:37Z DEBUG neolink_core::bc_protocol::connection::udpconn::discover] Trying register: p2p.reolink.com
[2022-08-11T21:19:37Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P"
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "M2C_Q_R"
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(M2C_Q_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "reg"
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(reg, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(52.249.244.90)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(ip)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(58200)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(port)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(reg)
[2022-08-11T21:19:37Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "relay"
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(relay, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(52.249.244.90)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(ip)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(58100)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(port)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(relay)
[2022-08-11T21:19:37Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "log"
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(log, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(52.249.244.90)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(ip)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(57850)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(port)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(log)
[2022-08-11T21:19:37Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "t"
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(t, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(52.249.244.90)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(ip)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(9996)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(port)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(t)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(timer, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(def, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(3000)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(def)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(hbt, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(240000)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(hbt)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(cl, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(3000)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(cl)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(cp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(15000)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(cp)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(cr, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(2000)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(cr)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(ct, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(5000)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(ct)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(itvl, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(1000)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(itvl)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(nat, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(2000)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(nat)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(hb, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(20000)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(hb)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(timer)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(retry, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(def, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(3)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(def)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(hbt, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(1)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(hbt)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(cl, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(4)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(cl)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(cp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(15)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(cp)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(cr, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(3)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(cr)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(ct, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(1)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(ct)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(nat, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(3)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(nat)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(hb, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(1)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(hb)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(upg, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(1)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(upg)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(retry)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(mtu, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(1350)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(mtu)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(debug, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(251658240)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(debug)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(ac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(-1700607721)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(ac)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(0)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(rsp)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(M2C_Q_R)
[2022-08-11T21:19:37Z DEBUG neolink_core::bc_protocol::connection::udpconn::discover] Got this information from the register: M2cQr { reg: IpPort { ip: "52.249.244.90", port: 58200 }, relay: IpPort { ip: "52.249.244.90", port: 58100 }, log: IpPort { ip: "52.249.244.90", port: 57850 }, t: IpPort { ip: "52.249.244.90", port: 9996 } }
[2022-08-11T21:19:37Z DEBUG neolink_core::bc_protocol::connection::udpconn::discover] Register address found: IpPort { ip: "52.249.244.90", port: 58200 }
[2022-08-11T21:19:37Z DEBUG neolink_core::bc_protocol::connection::udpconn::discover] Registering this address: 172.24.144.3
[2022-08-11T21:19:37Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P"
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "R2C_T"
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(R2C_T, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(dmap, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(172.58.63.72)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(ip)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(36731)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(port)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(dmap)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(sid, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(153433256)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(sid)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(cid, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(-1966154885)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(cid)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched Characters(0)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(rsp)
[2022-08-11T21:19:37Z DEBUG yaserde::de] Fetched EndElement(R2C_T)
[2022-08-11T21:19:38Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P"
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:38Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "R2C_T"
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched StartElement(R2C_T, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched StartElement(dmap, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched Characters(172.58.63.72)
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched EndElement(ip)
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched Characters(36731)
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched EndElement(port)
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched EndElement(dmap)
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched StartElement(sid, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched Characters(153433256)
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched EndElement(sid)
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched StartElement(cid, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched Characters(-1966154885)
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched EndElement(cid)
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched Characters(0)
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched EndElement(rsp)
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched EndElement(R2C_T)
[2022-08-11T21:19:38Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P"
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched StartElement(R2C_C_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched StartElement(dmap, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched Characters(172.58.63.72)
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched EndElement(ip)
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched Characters(36280)
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched EndElement(port)
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched EndElement(dmap)
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched StartElement(relay, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched Characters(52.249.244.90)
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched EndElement(ip)
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched Characters(51726)
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched EndElement(port)
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched EndElement(relay)
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched StartElement(nat, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched Characters(NULL)
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched EndElement(nat)
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched StartElement(sid, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched Characters(153433256)
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched EndElement(sid)
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched Characters(0)
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched EndElement(rsp)
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched StartElement(ac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"})
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched Characters(153433256)
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched EndElement(ac)
[2022-08-11T21:19:38Z DEBUG yaserde::de] Fetched EndElement(R2C_C_R)
[2022-08-11T21:19:38Z DEBUG neolink_core::bc_protocol::connection::udpconn::discover] Udp Discovery got this unexpected BcUdp Discovery(UdpDiscovery { tid: 150, payload: UdpXml { c2d_s: None, c2d_c: None, d2c_c_r: None, d2c_t: None, c2d_t: None, d2c_cfm: None, c2d_disc: None, d2c_disc: None, c2m_q: None, m2c_q_r: None, c2r_c: None, r2c_t: None, c2r_cfm: None } })
QuantumEntangledAndy commented 1 year ago

It seems that the xml reply from the server is a little different than expected but I can see all the information we need nested in it. It seems that the ip info is under the dmap key rather than the dev key. Unfortunately I am not sure I will be able to find the time to fix it right now.

PrplHaz4 commented 1 year ago

It seems that the xml reply from the server is a little different than expected but I can see all the information we need nested in it. It seems that the ip info is under the dmap key rather than the dev key. Unfortunately I am not sure I will be able to find the time to fix it right now.

Well thanks for looking either way. Are you thinking it will be baichuan over udp to that dmap port and ip?

I’ll try to investigate a bit with the camera_proxy project as Python is easier for me to follow.

QuantumEntangledAndy commented 1 year ago

I suspect so, they tend to use it for everything else but can't really be sure until we've seen it in the wild. If the dmap is a relay of sorts though there might be additional handshakes to negotiate that.

QuantumEntangledAndy commented 1 year ago

@PrplHaz4 I have a test build for remote access to the camera. Currently I can remotely, via reolink servers acting as a relay, connect to my (non cellular) camera. Would you (or anyone else) be willing to confirm that we can get a connection this way for cellular? The connection may not last long as I think I also need to work out the keepalive messages but this is a good place to start.

solrai38 commented 1 year ago

Yes, please On 20 Feb 2023, 1:02 PM +1100, Andrew King @.***>, wrote:

@PrplHaz4 I have a test build for remote access to the camera. Currently I can remotely, via reolink servers acting as a relay, connect to my (non cellular) camera. Would you (or anyone else) be willing to confirm that we can get a connection this way for cellular? The connection may not last long as I think I also need to work out the keepalive messages but this is a good place to start. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

QuantumEntangledAndy commented 1 year ago

@solrai38 build is here will take about half an hour for all the assets to finish building.

edit: This build

QuantumEntangledAndy commented 1 year ago

Docker is ready for testing here

docker pull quantumentangledandy/neolink:tokio
PrplHaz4 commented 1 year ago

Docker is ready for testing here

docker pull quantumentangledandy/neolink:tokio

sorry for the delay...it hangs on the last trace and has to be killed from another session

neolink trace ```shell rancher:~/neolink$ docker run --network=host -e "RUST_LOG=trace" --restart=on-failure --volume=$PWD/config.toml:/etc/neolink.toml quantumentangledandy/neolink:tokio [2023-02-24T16:22:26Z INFO neolink] Neolink 5301d2c1dc72cff6f5cd9247a7daa987683b34ee release [2023-02-24T16:22:26Z WARN neolink::rtsp::gst] Missing the gstreamer plugin `x264 (gst-plugins-ugly)` for `x264enc` element. Required to paused certain cameras [2023-02-24T16:22:26Z WARN neolink::rtsp::gst] Missing the gstreamer plugin `libav (gst-libav)` for `avdec_h264` element. Required to paused certain cameras [2023-02-24T16:22:26Z WARN neolink::rtsp::gst] Missing the gstreamer plugin `libav (gst-libav)` for `avdec_h265` element. Required to paused certain cameras [2023-02-24T16:22:26Z INFO neolink::rtsp] Starting RTSP Server at 0.0.0.0:8554 [2023-02-24T16:22:26Z INFO neolink::rtsp::states] cam-reolinkgopt: Connecting to camera at UID: 95270003xxxxxxxx [2023-02-24T16:22:26Z DEBUG neolink_core::bc_protocol] Trying uid 95270003xxxxxxxx [2023-02-24T16:22:26Z DEBUG neolink_core::bc_protocol] Starting Relay [2023-02-24T16:22:26Z TRACE mio::poll] registering event source with poller: token=Token(0), interests=READABLE | WRITABLE [2023-02-24T16:22:26Z DEBUG neolink_core::bc_protocol] Starting Local discovery [2023-02-24T16:22:26Z TRACE neolink_core::bc_protocol::connection::discovery] client_id: -1198263856 [2023-02-24T16:22:26Z TRACE mio::poll] registering event source with poller: token=Token(1), interests=READABLE | WRITABLE [2023-02-24T16:22:26Z DEBUG neolink_core::bc_protocol::connection::discovery] Broadcasting to: [(255.255.255.255, 2015), (255.255.255.255, 2018), (172.17.255.255, 2015), (172.17.255.255, 2018)] [2023-02-24T16:22:26Z DEBUG neolink_core::bc_protocol] Starting Remote discovery [2023-02-24T16:22:26Z TRACE mio::poll] registering event source with poller: token=Token(2), interests=READABLE | WRITABLE [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "M2C_Q_R" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(M2C_Q_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "reg" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(reg, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(58200) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(reg) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "relay" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(relay, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(58100) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(relay) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "log" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(log, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(57850) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(log) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "t" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(t, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(9996) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(t) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(timer, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(hbt, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(240000) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(hbt) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(cp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(15000) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(cp) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(itvl, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(1000) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(itvl) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(hb, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(20000) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(hb) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(timer) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(retry, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(cp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(15) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(cp) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(retry) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(mtu, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(1350) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(mtu) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(debug, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(251658240) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(debug) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(ac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(-1700607721) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(ac) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(M2C_Q_R) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "M2C_Q_R" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(M2C_Q_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(devinfo, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(type, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(type) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(mac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(mac) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(bat, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(bat) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(qr, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(qr) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(devinfo) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(-3) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(M2C_Q_R) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "M2C_Q_R" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(M2C_Q_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "reg" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(reg, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(58200) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(reg) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "relay" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(relay, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(58100) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(relay) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "log" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(log, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(57850) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(log) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "t" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(t, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(9996) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(t) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(timer, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(hbt, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(240000) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(hbt) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(cp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(15000) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(cp) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(itvl, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(1000) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(itvl) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(hb, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(20000) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(hb) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(timer) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(retry, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(cp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(15) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(cp) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(retry) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(mtu, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(1350) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(mtu) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(debug, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(251658240) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(debug) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(ac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(-1700607721) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(ac) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(M2C_Q_R) [2023-02-24T16:22:27Z TRACE neolink_core::bc_protocol::connection::discovery] lookup: UidLookupResults { reg: 52.249.249.90:58200, relay: 52.249.249.90:58100 } [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "M2C_Q_R" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(M2C_Q_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(devinfo, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(type, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(type) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(mac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(mac) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(bat, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(bat) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(qr, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(qr) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(devinfo) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(-3) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(M2C_Q_R) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "M2C_Q_R" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(M2C_Q_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "reg" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(reg, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(58200) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(reg) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "relay" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(relay, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(58100) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(relay) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "log" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(log, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(57850) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(log) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "t" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(t, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(9996) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(t) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(timer, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(hbt, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(240000) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(hbt) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(cp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(15000) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(cp) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(itvl, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(1000) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(itvl) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(hb, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(20000) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(hb) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(timer) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(retry, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(cp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(15) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(cp) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(retry) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(mtu, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(1350) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(mtu) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(debug, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(251658240) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(debug) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(ac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(-1700607721) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(ac) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(M2C_Q_R) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "M2C_Q_R" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(M2C_Q_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "reg" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(reg, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(58200) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(reg) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "relay" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(relay, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(58100) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(relay) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "log" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(log, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(57850) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(log) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "t" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(t, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(9996) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(t) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(timer, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(hbt, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(240000) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(hbt) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(cp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(15000) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(cp) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(itvl, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(1000) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(itvl) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(hb, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(20000) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(hb) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(timer) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(retry, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(cp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(15) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(cp) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(retry) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(mtu, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(1350) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(mtu) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(debug, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(251658240) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(debug) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(ac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(-1700607721) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(ac) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(M2C_Q_R) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "M2C_Q_R" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(M2C_Q_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(timer, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(timer) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(retry, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(mrc, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(mrc) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(retry) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(debug, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(debug) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(ac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(ac) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(-3) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(M2C_Q_R) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "M2C_Q_R" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(M2C_Q_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(timer, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(timer) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(retry, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(mrc, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(mrc) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(retry) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(debug, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(debug) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(ac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(ac) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(-3) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(M2C_Q_R) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "M2C_Q_R" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(M2C_Q_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(devinfo, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(type, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(type) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(mac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(mac) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(bat, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(bat) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(qr, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(qr) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(devinfo) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(-3) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(M2C_Q_R) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "M2C_Q_R" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(M2C_Q_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(timer, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(timer) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(retry, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(mrc, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(mrc) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(retry) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(debug, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(debug) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(ac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(ac) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(-3) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(M2C_Q_R) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "M2C_Q_R" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(M2C_Q_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(timer, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(timer) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(retry, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(mrc, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(mrc) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(retry) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(debug, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(debug) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(ac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(ac) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(-3) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(M2C_Q_R) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "M2C_Q_R" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(M2C_Q_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(devinfo, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(type, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(type) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(mac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(mac) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(bat, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(bat) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(qr, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(qr) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(devinfo) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(-3) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(M2C_Q_R) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "M2C_Q_R" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(M2C_Q_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(devinfo, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(type, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(type) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(mac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(mac) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(bat, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(bat) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(qr, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(qr) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(devinfo) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(-3) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(M2C_Q_R) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "M2C_Q_R" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(M2C_Q_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(devinfo, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(type, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(type) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(mac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(mac) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(bat, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(bat) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(qr, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(qr) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(devinfo) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(-3) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(M2C_Q_R) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "M2C_Q_R" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(M2C_Q_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(devinfo, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(type, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(type) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(mac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(mac) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(bat, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(bat) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(qr, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(qr) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(devinfo) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(-3) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(M2C_Q_R) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "M2C_Q_R" [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(M2C_Q_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(devinfo, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(type, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(type) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(mac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(mac) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(bat, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(bat) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(qr, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(qr) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(devinfo) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched Characters(-3) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:27Z DEBUG yaserde::de] Fetched EndElement(M2C_Q_R) [2023-02-24T16:22:29Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:29Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "R2C_T" [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched StartElement(R2C_T, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:29Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "dmap" [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched StartElement(dmap, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched Characters(172.58.220.216) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched Characters(52939) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched EndElement(dmap) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched StartElement(sid, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched Characters(476681057) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched EndElement(sid) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched StartElement(cid, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched Characters(-1653006455) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched EndElement(cid) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched EndElement(R2C_T) [2023-02-24T16:22:29Z DEBUG neolink_core::bc_protocol] Discovery Error: NoDev [2023-02-24T16:22:29Z TRACE mio::poll] deregistering event source from poller [2023-02-24T16:22:29Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:29Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "R2C_T" [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched StartElement(R2C_T, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:29Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "dmap" [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched StartElement(dmap, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched Characters(172.58.220.216) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched Characters(52939) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched EndElement(dmap) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched StartElement(sid, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched Characters(476681056) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched EndElement(sid) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched StartElement(cid, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched Characters(-1198263856) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched EndElement(cid) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched EndElement(R2C_T) [2023-02-24T16:22:29Z TRACE neolink_core::bc_protocol::connection::discovery] reg_result: RegisterResult { reg: 52.249.249.90:58200, dmap: Some(172.58.220.216:52939), dev: None, client_id: -1198263856, sid: 476681056 } [2023-02-24T16:22:29Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:29Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "R2C_C_R" [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched StartElement(R2C_C_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:29Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "dmap" [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched StartElement(dmap, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched Characters(172.58.220.216) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched Characters(52939) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched EndElement(dmap) [2023-02-24T16:22:29Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "relay" [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched StartElement(relay, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched Characters(51842) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched EndElement(relay) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched StartElement(nat, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched Characters(NULL) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched EndElement(nat) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched StartElement(sid, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched Characters(476681056) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched EndElement(sid) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched StartElement(ac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched Characters(476681056) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched EndElement(ac) [2023-02-24T16:22:29Z DEBUG yaserde::de] Fetched EndElement(R2C_C_R) [2023-02-24T16:22:29Z DEBUG neolink_core::bc_protocol] Discovery Error: DiscoveryTimeout [2023-02-24T16:22:29Z TRACE mio::poll] deregistering event source from poller [2023-02-24T16:22:30Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:30Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "R2C_T" [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched StartElement(R2C_T, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:30Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "dmap" [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched StartElement(dmap, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched Characters(172.58.220.216) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched Characters(52939) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched EndElement(dmap) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched StartElement(sid, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched Characters(476681056) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched EndElement(sid) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched StartElement(cid, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched Characters(-1198263856) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched EndElement(cid) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched EndElement(R2C_T) [2023-02-24T16:22:30Z TRACE neolink_core::bc_protocol::connection::discovery] bc: UdpDiscovery { tid: 227, payload: UdpXml { c2d_s: None, c2d_c: None, d2c_c_r: None, d2c_t: None, c2d_t: None, d2c_cfm: None, c2d_disc: None, d2c_disc: None, r2c_disc: None, c2m_q: None, m2c_q_r: None, c2r_c: None, r2c_t: Some(R2cT { dmap: Some(IpPort { ip: "172.58.220.216", port: 52939 }), dev: None, cid: -1198263856, sid: 476681056 }), r2c_c_r: None, c2r_cfm: None, c2d_a: None } } [2023-02-24T16:22:30Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:30Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "R2C_C_R" [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched StartElement(R2C_C_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:30Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "dmap" [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched StartElement(dmap, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched Characters(172.58.220.216) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched Characters(52939) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched EndElement(dmap) [2023-02-24T16:22:30Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "relay" [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched StartElement(relay, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched Characters(51842) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched EndElement(relay) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched StartElement(nat, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched Characters(NULL) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched EndElement(nat) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched StartElement(sid, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched Characters(476681056) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched EndElement(sid) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched StartElement(ac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched Characters(476681056) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched EndElement(ac) [2023-02-24T16:22:30Z DEBUG yaserde::de] Fetched EndElement(R2C_C_R) [2023-02-24T16:22:30Z TRACE neolink_core::bc_protocol::connection::discovery] bc: UdpDiscovery { tid: 227, payload: UdpXml { c2d_s: None, c2d_c: None, d2c_c_r: None, d2c_t: None, c2d_t: None, d2c_cfm: None, c2d_disc: None, d2c_disc: None, r2c_disc: None, c2m_q: None, m2c_q_r: None, c2r_c: None, r2c_t: None, r2c_c_r: Some(R2cCr { dmap: IpPort { ip: "172.58.220.216", port: 52939 }, relay: IpPort { ip: "52.249.249.90", port: 51842 }, nat: "NULL", sid: 476681056, rsp: 0, ac: 476681056 }), c2r_cfm: None, c2d_a: None } } [2023-02-24T16:22:31Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:31Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "R2C_T" [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched StartElement(R2C_T, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:31Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "dmap" [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched StartElement(dmap, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched Characters(172.58.220.216) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched Characters(52939) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched EndElement(dmap) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched StartElement(sid, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched Characters(476681056) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched EndElement(sid) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched StartElement(cid, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched Characters(-1198263856) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched EndElement(cid) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched EndElement(R2C_T) [2023-02-24T16:22:31Z TRACE neolink_core::bc_protocol::connection::discovery] bc: UdpDiscovery { tid: 227, payload: UdpXml { c2d_s: None, c2d_c: None, d2c_c_r: None, d2c_t: None, c2d_t: None, d2c_cfm: None, c2d_disc: None, d2c_disc: None, r2c_disc: None, c2m_q: None, m2c_q_r: None, c2r_c: None, r2c_t: Some(R2cT { dmap: Some(IpPort { ip: "172.58.220.216", port: 52939 }), dev: None, cid: -1198263856, sid: 476681056 }), r2c_c_r: None, c2r_cfm: None, c2d_a: None } } [2023-02-24T16:22:31Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:31Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "R2C_C_R" [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched StartElement(R2C_C_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:31Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "dmap" [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched StartElement(dmap, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched Characters(172.58.220.216) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched Characters(52939) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched EndElement(dmap) [2023-02-24T16:22:31Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "relay" [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched StartElement(relay, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched Characters(51842) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched EndElement(relay) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched StartElement(nat, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched Characters(NULL) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched EndElement(nat) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched StartElement(sid, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched Characters(476681056) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched EndElement(sid) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched StartElement(ac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched Characters(476681056) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched EndElement(ac) [2023-02-24T16:22:31Z DEBUG yaserde::de] Fetched EndElement(R2C_C_R) [2023-02-24T16:22:31Z TRACE neolink_core::bc_protocol::connection::discovery] bc: UdpDiscovery { tid: 227, payload: UdpXml { c2d_s: None, c2d_c: None, d2c_c_r: None, d2c_t: None, c2d_t: None, d2c_cfm: None, c2d_disc: None, d2c_disc: None, r2c_disc: None, c2m_q: None, m2c_q_r: None, c2r_c: None, r2c_t: None, r2c_c_r: Some(R2cCr { dmap: IpPort { ip: "172.58.220.216", port: 52939 }, relay: IpPort { ip: "52.249.249.90", port: 51842 }, nat: "NULL", sid: 476681056, rsp: 0, ac: 476681056 }), c2r_cfm: None, c2d_a: None } } [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "R2C_DISC" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(R2C_DISC, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(sid, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(476681056) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(sid) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(R2C_DISC) [2023-02-24T16:22:49Z TRACE mio::poll] deregistering event source from poller [2023-02-24T16:22:49Z DEBUG neolink_core::bc_protocol] Discovery Error: RelayTerminate [2023-02-24T16:22:49Z WARN neolink::rtsp] cam-reolinkgopt: Retryable error: cam-reolinkgopt: Could not connect camera Caused by: 0: Failed to connect to camera cam-reolinkgopt at UID: 95270003xxxxxxxx on channel 0 1: Timed out while waiting for camera reply [2023-02-24T16:22:49Z INFO neolink::rtsp::states] cam-reolinkgopt: Connecting to camera at UID: 95270003xxxxxxxx [2023-02-24T16:22:49Z DEBUG neolink_core::bc_protocol] Trying uid 95270003xxxxxxxx [2023-02-24T16:22:49Z DEBUG neolink_core::bc_protocol] Starting Local discovery [2023-02-24T16:22:49Z TRACE mio::poll] registering event source with poller: token=Token(16777216), interests=READABLE | WRITABLE [2023-02-24T16:22:49Z DEBUG neolink_core::bc_protocol::connection::discovery] Broadcasting to: [(255.255.255.255, 2015), (255.255.255.255, 2018), (172.17.255.255, 2015), (172.17.255.255, 2018)] [2023-02-24T16:22:49Z DEBUG neolink_core::bc_protocol] Starting Relay [2023-02-24T16:22:49Z DEBUG neolink_core::bc_protocol] Starting Remote discovery [2023-02-24T16:22:49Z TRACE mio::poll] registering event source with poller: token=Token(16777217), interests=READABLE | WRITABLE [2023-02-24T16:22:49Z TRACE mio::poll] registering event source with poller: token=Token(16777218), interests=READABLE | WRITABLE [2023-02-24T16:22:49Z TRACE neolink_core::bc_protocol::connection::discovery] client_id: -500951891 [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "M2C_Q_R" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(M2C_Q_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "reg" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(reg, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(58200) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(reg) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "relay" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(relay, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(58100) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(relay) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "log" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(log, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(57850) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(log) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "t" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(t, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(9996) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(t) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(timer, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(hbt, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(240000) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(hbt) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(cp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(15000) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(cp) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(itvl, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(1000) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(itvl) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(hb, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(20000) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(hb) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(timer) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(retry, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(cp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(15) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(cp) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(retry) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(mtu, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(1350) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(mtu) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(debug, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(251658240) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(debug) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(ac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(-1700607721) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(ac) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(M2C_Q_R) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "M2C_Q_R" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(M2C_Q_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(devinfo, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(type, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(type) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(mac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(mac) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(bat, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(bat) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(qr, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(qr) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(devinfo) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(-3) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(M2C_Q_R) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "M2C_Q_R" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(M2C_Q_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "reg" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(reg, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(58200) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(reg) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "relay" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(relay, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(58100) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(relay) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "log" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(log, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(57850) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(log) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "t" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(t, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(9996) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(t) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(timer, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(hbt, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(240000) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(hbt) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(cp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(15000) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(cp) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(itvl, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(1000) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(itvl) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(hb, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(20000) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(hb) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(timer) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(retry, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(cp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(15) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(cp) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(retry) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(mtu, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(1350) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(mtu) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(debug, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(251658240) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(debug) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(ac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(-1700607721) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(ac) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(M2C_Q_R) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "M2C_Q_R" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(M2C_Q_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "reg" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(reg, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(58200) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(reg) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "relay" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(relay, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(58100) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(relay) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "log" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(log, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(57850) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(log) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "t" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(t, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(9996) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(t) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(timer, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(hbt, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(240000) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(hbt) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(cp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(15000) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(cp) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(itvl, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(1000) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(itvl) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(hb, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(20000) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(hb) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(timer) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(retry, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(cp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(15) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(cp) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(retry) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(mtu, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(1350) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(mtu) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(debug, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(251658240) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(debug) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(ac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(-1700607721) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(ac) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(M2C_Q_R) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "M2C_Q_R" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(M2C_Q_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(devinfo, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(type, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(type) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(mac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(mac) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(bat, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(bat) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(qr, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(qr) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(devinfo) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(-3) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(M2C_Q_R) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "M2C_Q_R" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(M2C_Q_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "reg" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(reg, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(58200) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(reg) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "relay" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(relay, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(58100) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(relay) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "log" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(log, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(57850) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(log) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "t" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(t, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(9996) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(t) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(timer, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(hbt, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(240000) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(hbt) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(cp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(15000) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(cp) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(itvl, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(1000) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(itvl) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(hb, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(20000) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(hb) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(timer) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(retry, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(cp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(15) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(cp) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(retry) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(mtu, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(1350) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(mtu) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(debug, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(251658240) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(debug) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(ac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(-1700607721) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(ac) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(M2C_Q_R) [2023-02-24T16:22:49Z TRACE neolink_core::bc_protocol::connection::discovery] lookup: UidLookupResults { reg: 52.249.249.90:58200, relay: 52.249.249.90:58100 } [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "R2C_T" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(R2C_T, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "dmap" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(dmap, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(172.58.220.216) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(52939) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(dmap) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(sid, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(476682050) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(sid) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(cid, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(-500951891) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(cid) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(R2C_T) [2023-02-24T16:22:49Z TRACE neolink_core::bc_protocol::connection::discovery] reg_result: RegisterResult { reg: 52.249.249.90:58200, dmap: Some(172.58.220.216:52939), dev: None, client_id: -500951891, sid: 476682050 } [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "R2C_T" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(R2C_T, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "dmap" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(dmap, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(172.58.220.216) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(52939) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(dmap) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(sid, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(476682051) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(sid) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(cid, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(1267033447) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(cid) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(R2C_T) [2023-02-24T16:22:49Z DEBUG neolink_core::bc_protocol] Discovery Error: NoDev [2023-02-24T16:22:49Z TRACE mio::poll] deregistering event source from poller [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "M2C_Q_R" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(M2C_Q_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(timer, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(timer) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(retry, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(mrc, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(mrc) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(retry) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(debug, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(debug) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(ac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(ac) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(-3) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(M2C_Q_R) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "M2C_Q_R" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(M2C_Q_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(timer, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(timer) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(retry, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(mrc, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(mrc) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(retry) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(debug, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(debug) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(ac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(ac) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(-3) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(M2C_Q_R) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "M2C_Q_R" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(M2C_Q_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(timer, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(timer) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(retry, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(mrc, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(mrc) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(retry) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(debug, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(debug) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(ac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(ac) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(-3) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(M2C_Q_R) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "M2C_Q_R" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(M2C_Q_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(devinfo, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(type, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(type) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(mac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(mac) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(bat, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(bat) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(qr, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(qr) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(devinfo) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(-3) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(M2C_Q_R) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "M2C_Q_R" [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(M2C_Q_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(devinfo, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(type, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(type) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(mac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(mac) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(bat, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(bat) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(qr, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(qr) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(devinfo) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched Characters(-3) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:49Z DEBUG yaserde::de] Fetched EndElement(M2C_Q_R) [2023-02-24T16:22:50Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:50Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "R2C_T" [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched StartElement(R2C_T, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:50Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "dmap" [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched StartElement(dmap, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched Characters(172.58.220.216) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched Characters(52939) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched EndElement(dmap) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched StartElement(sid, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched Characters(476682050) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched EndElement(sid) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched StartElement(cid, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched Characters(-500951891) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched EndElement(cid) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched EndElement(R2C_T) [2023-02-24T16:22:50Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:50Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "R2C_C_R" [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched StartElement(R2C_C_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:50Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "dmap" [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched StartElement(dmap, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched Characters(172.58.220.216) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched Characters(64413) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched EndElement(dmap) [2023-02-24T16:22:50Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "relay" [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched StartElement(relay, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched Characters(51870) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched EndElement(relay) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched StartElement(nat, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched Characters(NULL) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched EndElement(nat) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched StartElement(sid, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched Characters(476682050) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched EndElement(sid) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched StartElement(ac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched Characters(476682050) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched EndElement(ac) [2023-02-24T16:22:50Z DEBUG yaserde::de] Fetched EndElement(R2C_C_R) [2023-02-24T16:22:50Z TRACE neolink_core::bc_protocol::connection::discovery] bc: UdpDiscovery { tid: 168, payload: UdpXml { c2d_s: None, c2d_c: None, d2c_c_r: None, d2c_t: None, c2d_t: None, d2c_cfm: None, c2d_disc: None, d2c_disc: None, r2c_disc: None, c2m_q: None, m2c_q_r: None, c2r_c: None, r2c_t: None, r2c_c_r: Some(R2cCr { dmap: IpPort { ip: "172.58.220.216", port: 64413 }, relay: IpPort { ip: "52.249.249.90", port: 51870 }, nat: "NULL", sid: 476682050, rsp: 0, ac: 476682050 }), c2r_cfm: None, c2d_a: None } } [2023-02-24T16:22:51Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:51Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "R2C_T" [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched StartElement(R2C_T, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:51Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "dmap" [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched StartElement(dmap, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched Characters(172.58.220.216) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched Characters(52939) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched EndElement(dmap) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched StartElement(sid, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched Characters(476682050) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched EndElement(sid) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched StartElement(cid, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched Characters(-500951891) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched EndElement(cid) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched EndElement(R2C_T) [2023-02-24T16:22:51Z TRACE neolink_core::bc_protocol::connection::discovery] bc: UdpDiscovery { tid: 168, payload: UdpXml { c2d_s: None, c2d_c: None, d2c_c_r: None, d2c_t: None, c2d_t: None, d2c_cfm: None, c2d_disc: None, d2c_disc: None, r2c_disc: None, c2m_q: None, m2c_q_r: None, c2r_c: None, r2c_t: Some(R2cT { dmap: Some(IpPort { ip: "172.58.220.216", port: 52939 }), dev: None, cid: -500951891, sid: 476682050 }), r2c_c_r: None, c2r_cfm: None, c2d_a: None } } [2023-02-24T16:22:51Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:51Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "R2C_C_R" [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched StartElement(R2C_C_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:51Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "dmap" [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched StartElement(dmap, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched Characters(172.58.220.216) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched Characters(64413) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched EndElement(dmap) [2023-02-24T16:22:51Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "relay" [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched StartElement(relay, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched Characters(51870) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched EndElement(relay) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched StartElement(nat, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched Characters(NULL) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched EndElement(nat) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched StartElement(sid, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched Characters(476682050) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched EndElement(sid) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched StartElement(ac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched Characters(476682050) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched EndElement(ac) [2023-02-24T16:22:51Z DEBUG yaserde::de] Fetched EndElement(R2C_C_R) [2023-02-24T16:22:51Z TRACE neolink_core::bc_protocol::connection::discovery] bc: UdpDiscovery { tid: 168, payload: UdpXml { c2d_s: None, c2d_c: None, d2c_c_r: None, d2c_t: None, c2d_t: None, d2c_cfm: None, c2d_disc: None, d2c_disc: None, r2c_disc: None, c2m_q: None, m2c_q_r: None, c2r_c: None, r2c_t: None, r2c_c_r: Some(R2cCr { dmap: IpPort { ip: "172.58.220.216", port: 64413 }, relay: IpPort { ip: "52.249.249.90", port: 51870 }, nat: "NULL", sid: 476682050, rsp: 0, ac: 476682050 }), c2r_cfm: None, c2d_a: None } } [2023-02-24T16:22:51Z DEBUG neolink_core::bc_protocol] Discovery Error: DiscoveryTimeout [2023-02-24T16:22:51Z TRACE mio::poll] deregistering event source from poller [2023-02-24T16:22:52Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "P2P" [2023-02-24T16:22:52Z DEBUG yaserde::de] Fetched StartElement(P2P, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:52Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "R2C_C_R" [2023-02-24T16:22:52Z DEBUG yaserde::de] Fetched StartElement(R2C_C_R, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:52Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "dmap" [2023-02-24T16:22:52Z DEBUG yaserde::de] Fetched StartElement(dmap, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:52Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:52Z DEBUG yaserde::de] Fetched Characters(172.58.220.216) [2023-02-24T16:22:52Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:52Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:52Z DEBUG yaserde::de] Fetched Characters(64413) [2023-02-24T16:22:52Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:52Z DEBUG yaserde::de] Fetched EndElement(dmap) [2023-02-24T16:22:52Z DEBUG neolink_core::bcudp::xml] Struct: start to parse "relay" [2023-02-24T16:22:52Z DEBUG yaserde::de] Fetched StartElement(relay, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:52Z DEBUG yaserde::de] Fetched StartElement(ip, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:52Z DEBUG yaserde::de] Fetched Characters(52.249.249.90) [2023-02-24T16:22:52Z DEBUG yaserde::de] Fetched EndElement(ip) [2023-02-24T16:22:52Z DEBUG yaserde::de] Fetched StartElement(port, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:52Z DEBUG yaserde::de] Fetched Characters(51870) [2023-02-24T16:22:52Z DEBUG yaserde::de] Fetched EndElement(port) [2023-02-24T16:22:52Z DEBUG yaserde::de] Fetched EndElement(relay) [2023-02-24T16:22:52Z DEBUG yaserde::de] Fetched StartElement(nat, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:52Z DEBUG yaserde::de] Fetched Characters(NULL) [2023-02-24T16:22:52Z DEBUG yaserde::de] Fetched EndElement(nat) [2023-02-24T16:22:52Z DEBUG yaserde::de] Fetched StartElement(sid, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:52Z DEBUG yaserde::de] Fetched Characters(476682050) [2023-02-24T16:22:52Z DEBUG yaserde::de] Fetched EndElement(sid) [2023-02-24T16:22:52Z DEBUG yaserde::de] Fetched StartElement(rsp, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:52Z DEBUG yaserde::de] Fetched Characters(0) [2023-02-24T16:22:52Z DEBUG yaserde::de] Fetched EndElement(rsp) [2023-02-24T16:22:52Z DEBUG yaserde::de] Fetched StartElement(ac, {"": "", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/"}) [2023-02-24T16:22:52Z DEBUG yaserde::de] Fetched Characters(476682050) [2023-02-24T16:22:52Z DEBUG yaserde::de] Fetched EndElement(ac) [2023-02-24T16:22:52Z DEBUG yaserde::de] Fetched EndElement(R2C_C_R) [2023-02-24T16:22:52Z TRACE neolink_core::bc_protocol::connection::discovery] bc: UdpDiscovery { tid: 168, payload: UdpXml { c2d_s: None, c2d_c: None, d2c_c_r: None, d2c_t: None, c2d_t: None, d2c_cfm: None, c2d_disc: None, d2c_disc: None, r2c_disc: None, c2m_q: None, m2c_q_r: None, c2r_c: None, r2c_t: None, r2c_c_r: Some(R2cCr { dmap: IpPort { ip: "172.58.220.216", port: 64413 }, relay: IpPort { ip: "52.249.249.90", port: 51870 }, nat: "NULL", sid: 476682050, rsp: 0, ac: 476682050 }), c2r_cfm: None, c2d_a: None } } ```
PrplHaz4 commented 1 year ago

For anyone following, Andy's updated fork now supports discovery for Cellular/LTE cameras (and a ton of new features and fixes): https://github.com/QuantumEntangledAndy/neolink#cellular