Source table not being filled
-
Hello,
I am testing the Caster and it's working fine but I did notice that the source table is not beeing fully filled with things such as position of the base station, protocol, messages published by the base station, etc.Is this something expected?
SOURCETABLE 200 OK Server: NTRIP YCCaster/1.0.6 Date: Fri, 27 Sep 2024 15:02:44 GMT Connection: close Content-Type: text/plain Content-Length: 60 STR;Tests;;;;0;;;;0;0;0;0;;;;;0; ENDSOURCETABLE
And in a different topic, is there any documentation besides this where it's explained how does it affect each field of the files?
Thank you
-
@josep-bello Hi
Depending on the type of authorization, you can either- set source params in
mountpoints.yml
- or return them in the http response
- set source params in
-
@ilyavialkov Hi,
With the two methods you say I understand that I would need to set those parameters manually, I would like the caster to automatically fill it with the information he receives from the bases station so in case the base station moves from example it's shown automatically. Is that possible?
Thank you
-
@josep-bello Hi
Unfortunately no, If you are using http auth, you'll get NTRIP headers in the auth request and you can pass them back. But internally, yccaster will not set source. -
@ilyavialkov Hi,
Understood, thank you! Do you plan in adding this feature or it's not something you have looked into? It would be really useful I think.Thank you
-
@josep-bello no plan so far