-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
str2str_tcp in a bad state #333
Comments
Example when str2str_tcp doesn't get data from the F9P :
Does str2str_tcp sometime starts too early ? |
I have issues with this too, as described here: |
Hi @bitfieldfarm Your base: 1564bps vs 37178bps There is something wrong on the F9P. You can try this :
If you're running the latest F9P firmware, you can connect the F9P to U-center, (network connection tcp://your_base_ip:5015) and take a look at the spectrum : #280 (view->messages->ubx->mon->span) |
After disconnect power and antenna a wile. Guess I'd better get on the roof an check the stuff there. |
Your PGA value is very high, I think you have a hardware problem (antenna, cable, or F9P). |
I found two big problems with str2str, they may be related
Both bugs work together. That is, with an incorrect mountpoint or login, it can hang until it stops. To reproduce, you need to connect to the NTRIP-v2 caster, for example servers.onocoy.com:2101 with an incorrect mountpoint or password. As for the basic service, the inactivity timeout does not work for the COM port in str2str. That is why I observed this situation. In the dmesg logs - USB failure for USB-COM. str2str hangs, not accepting anything. When restarting - everything is restored. I hope that at least I clarified the situation a little. If you are ready to apply my patches or push them into rtklibexplorer - I can highlight the necessary pieces. In general, everything is now in https://github.com/GNSSOEM/ELT_RTKBase/tree/dev/Install/rtklib |
Describe the bug
Sometimes, the main service str2str_tcp is not sending data.
We can see that
To Reproduce
Difficult to reproduce. It occurs only from time to time after a reboot or a startup.
Expected behavior
A clear and concise description of what you expected to happen.
Software/Hardware (please complete the following information):
Additional context
Could it be related to RTKLib 2.4.3 b34g?
The text was updated successfully, but these errors were encountered: