GLAY-AK2 / NTRIP-client-for-Arduino

GNU Lesser General Public License v3.0
45 stars 19 forks source link

SourceTable request error #3

Open ozkankoroglu opened 3 years ago

ozkankoroglu commented 3 years ago

Hello,

I am getting the SourceTable request error continuously. As far as I know, it is necessary to send your position to the Ntrip server for it to choose the closest base station that provides you the RTK correction. But there is nothing about the position of the device.

What should I do?

RicardoDanielCPinto commented 3 years ago

Hi, i used this functions on my nodeMCU 1.0 and i got that SourceTable request error too. In my case i could correct it by sending my usename and password with the SourceTable request as done in the reqRaw function. Now i get the full table as expected. I don't know if that is your problem too.

About the closest base station, the code is incomplete and im trying to implement that...

pyrog commented 1 year ago

As far as I know, it is necessary to send your position to the Ntrip server for it to choose the closest base station that provides you the RTK correction.

No, only if the mounpoint require it (i.e. for a virtual reference station)

@ozkankoroglu What is the NTRIP version of your caster ? This code support only NTRIP V1.0 and your caster is probably respond in NTRIP 2.0.