-
Notifications
You must be signed in to change notification settings - Fork 43
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
Couldn't get messages with Ntrip user. Java GoGPS #38
Comments
I'm sorry I don't understand what you mean. Do you have a stack trace and some example code? I haven't used RTCM myself but happy to look into it. |
Hi Ziglio, yes, the part of the code where we are stuck is this one:
We are able to establish connection, has we get the connection confirmation message, but it never goes through the condicional c=211 and after some minutes we get the error Connection reset. As I said in the previous comment, we are able to connect without problems with the public identification and we could work with some messages, but not with a private configuration. Do you know what could be the problem? Thank you again. |
Is this a different issue from the other one? #39 It looks like you guys are trying to run it on Android too. |
Hi!
We are a researcher team trying to correct the mobile position with Ntrip and data from sattelites.
We saw your open code some weeks ago and it helped to connect through Ntrip. One problem we have is that we can get connected to the public interface with no user and get some messages which we have decodified. When we try to connect with our own user we are able to do it but it does not go through a condicional similar you have in your
code line 726 in goGPS_Java/src/main/java/org/gogpsproject/producer/parser/rtcm3/RTCM3Client.java
I don't know if you could have any idea why this is happening has the only error reported is Connetion reset.
This is te part of the code where we have the problem we think.
Also, one question we have, it is, if goGPS corrects the positions or the observations from the rover when it corrects in RTK.
Thank you in advanced.
The text was updated successfully, but these errors were encountered: