-
Troubleshooting a different problem I saw the following behavior. Is it expected? Configuration: Raspberry Pi 5 running pypgsclient 1.4.22. Python 3.11.42. GPS receiver not applicable, since I see this behavior without turning on my GPS receiver. EDIT: noticed that my pygpsclient version was out of date. Updated to 1.4.24 and repeated the test with no change. When I stop the NTRIP client using the stop button on the bottom of the NTRIP client connection, the status at the bottom says "Disconnected". Using Wireshark I can see the NTRIP message from the server and the ACK from my computer. When I disconnect, my computer continues to send ACKs and the server thinks I'm still connected. It's not until I exit pygpsclient that I get a different message from my computer that actually disconnects from the NTRIP server. I have the wireshark stream saved in case any info there would be useful. Poking around the message stream, the last 3 messages are: 1- a 383 byte message from the server (normal transmission) Wireshark packet dissection for the last 3 messages. Edited for brevity. Note that 132.239.152.175 is the NTRIP server. No. Time Source Destination Protocol Length Info No. Time Source Destination Protocol Length Info No. Time Source Destination Protocol Length Info |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Install this branch of pygnssutils and try again - let me know how you get on... python3 -m pip install git+https://github.com/semuconsulting/[email protected] |
Beta Was this translation helpful? Give feedback.
That works. Thanks.