gnssntripclient lost fix data in an event of network disconnection #73
-
Hi community, I have have been playing with the gnssntripclient these days. And I was able to connect to the ntrip server and receive rtk fix for my gnssn receiver. The output log was showing valid rtcm data until I disconnected and then reconnected the network. The log from the ntripclient stopped and the ntripclient did not seems to reconnect to the server for rtk fix. I did not see any socket.error exception from either and the whole process seems to hang there. I was wondering whether the gnssntripclient class is assumed to run in a perfect network condition. Would be nice to hear from any of you. Cheers. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Hi @MartinChowYW, I've not had any previous reports of such behaviour. I've just tried a quick succession of connects and disconnects to a euref-ip.net caster and it's working as expected (see partial log below). Which particular caster are you connecting to? Just as a suggestion, try running the https://github.com/semuconsulting/pygnssutils/blob/main/examples/rtcm_ntrip_client.py example and see if you can catch any socket errors?
|
Beta Was this translation helpful? Give feedback.
-
Feature added in v1.0.30 https://github.com/semuconsulting/pygnssutils/releases/tag/v1.0.30 |
Beta Was this translation helpful? Give feedback.
-
I am using pygnssutils.gnssntripclient.GNSSNTRIPClient if detection module exit fixed solution, is to try to link GNSSNTRIPClient |
Beta Was this translation helpful? Give feedback.
Feature added in v1.0.30 https://github.com/semuconsulting/pygnssutils/releases/tag/v1.0.30