jmarkel44

Results 2 issues of jmarkel44

Is there a simpler way to capture the raw xml data from an element? For example: ``` eiEvent := evt.FindElement(".//eiEvent" + eiFilter) . . . rawXML := etree.NewDocumentWithRoot(eiEvent) ev.RawXML, _...

Seems like the UDP packet is never sent when running on a Windows platform (works fine with an RPi). Anyone aware of issues regarding Windows? I'm using Wireshark to try...