-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UPSTREAM stops after aprox. 4min #30
Comments
Could you provide more information like what upstream server, what server type, some logging? |
Upstream server is European TTN. Will attach packet capture/log as soon as I get to it. |
Attached you can find the logfile from the packet forwarder, and an ascii-export of the last packets. |
Still same problem in v3.0.26 To the packet forwarder, it's like the eu-server stops sending ACK's. From this: We go end up with this: (Ignore the time stamps, working log is from when I restarted the service.) |
Please check the firewall/session tracking/logging of your router to see if that shows any possible cause. |
but how different can it work, compared to poly_pkt_fw (v2.1.0) with regards to sending/receiving udp-packets? Right now mp... was running for more than an hour, then it stopped working when I was looking at it. Will try some debug_pkt_fwd |
Only debugging option I can get to produce any output is "debug_log" and that only gives me the received packet in JSON and this: |
Cloned repo and built with "build-pi.sh"-script yesterday. After replacing the repo for WiringPi which was offline, everything installed seemingly correctly.
Process starts successfully, but only runs correctly for about 4 minutes. After that, nothing is sent UPstream, but HEARTBEATS are still running back and forth.
In a Wireshark capture I can see UPSTREAM packets and the ACK's returned. The last UPSTREAM packets seems to not be ACK'ed, and after that nothing more is sent UPSTREAM.
What could be wrong?
The text was updated successfully, but these errors were encountered: