Just got around to installing a station that was delivered last year… and it seems that the UDP Broadcast worked exactly once… and has not been working for the past few hours.
Tried power-cycling the HUB, but no go. Using a UDP sniffer on the network, but no go.
My udp listener can act like one if you need a python app that’s easy to use for a quick test. Works great on both python2 and python3, but you want to be python3.6 or later if you go python3. Just run it with the --raw option to see everything it hears on udp/50222
.
Right now, using an Android app. UDP Monitor.
Worked fine in my test (at my house) last year, but now that the Wx Station is live, I cannot see any UDP traffic.
if you have some computer, no way to use tcpdump in a terminal ??? Depending platform it’ll have other names but at least you can specify things like source p, ports, protocol etc
Not immediately. The station is installed at a remote location from me. I can log into the tablet I am using as a console, but cannot get to any Computer there.
Thought maybe @anon84912554 could check on their end to see if it is actually doing UDP as designed, or if there has been an issue.
You’d have to get a computer on the network that can actually sniff for UDP. Without knowing your network and software and address space and firewalls etc, we can’t help much more than that.
Yup. Or if your tablet+hub ‘can’ talk, perhaps you are on a different ip range in the new location and you’re possibly sniffing for a particular ‘ip’ broadcasting to udp/50222 rather than ‘anything’ broadcasting to udp/50222. Or your router/etc. is blocking broadcasts. Something network related.