You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After deep diving in the code (woaw, when you didin't wrote it and don't know everything about the way it works, it's not so evident ;-)), I found something which seems not updated.
In app/consapp/rtkrcv.c, ISTOPT doesn't match the defines in src/rtklib.h
original: #define ISTOPT "0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,7:ntripcli,8:ftp,9:http"
seems better: #define ISTOPT "0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripcli,7:ftp,8:http"
And I'm afraid some others defines, close to ISTOP, must be checked... If somebody who knows better could do it...
to get correction from an ntripcaster.
In this new version, there is a wget operation at startup which use an ftp connection...??? The connection failed because my ntripcaster is waiting for protocol http and doesn't like the /loc...
Maybe the syntax has changed, maybe I did something wrong...???
I can patch the code to specify http through an option or something, but if there is another method, it'll surely be better.
After the fail, it seems the connection to ntripcaster stay down (no new client is seen on the ntripcaster)... Means don't get any correction :-(
Thanks,
JiM
The text was updated successfully, but these errors were encountered:
Thanks so much for your reply @jeanmarc0 , This really help me get the ftp error problem fixed when i actually use ntripcli to get IGS correction data.
This problem really bothered me for a long time!
Best regard.
Windsor Yin
After deep diving in the code (woaw, when you didin't wrote it and don't know everything about the way it works, it's not so evident ;-)), I found something which seems not updated.
In app/consapp/rtkrcv.c, ISTOPT doesn't match the defines in src/rtklib.h
original:
#define ISTOPT "0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,7:ntripcli,8:ftp,9:http"
seems better:
#define ISTOPT "0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,6:ntripcli,7:ftp,8:http"
And I'm afraid some others defines, close to ISTOP, must be checked... If somebody who knows better could do it...
Hope that helps,
JiM
Discussed in #708
Originally posted by jeanmarc0 February 7, 2023
Hello,
I switched to this version to use galileo satellites.
Before, my configuration included
to get correction from an ntripcaster.
In this new version, there is a wget operation at startup which use an ftp connection...??? The connection failed because my ntripcaster is waiting for protocol http and doesn't like the /loc...
Maybe the syntax has changed, maybe I did something wrong...???
I can patch the code to specify http through an option or something, but if there is another method, it'll surely be better.
After the fail, it seems the connection to ntripcaster stay down (no new client is seen on the ntripcaster)... Means don't get any correction :-(
Thanks,
JiM
The text was updated successfully, but these errors were encountered: