Node-NTRIP/rtcm

translate message types

Closed this issue · 1 comments

I have a NTRIP source that only sends message types 1004 (RtcmMessageGpsL1L2ObservablesExtended) and 1012 (RtcmMessageGlonassL1L2ObservablesExtended).

Unfortunately, the u-blox ZED-F9P receiver does not support these message types, but only 1005, 1006, 1007, 1033, 1074, 1075, 1077, 1084, 1085, 1087, 1094, 1095, 1097, 1124, 1125, 1127, 1230.

It seems that the equivalent to 1014 is 1077 (RtcmMessageMsm7Gps) or 1074 (RtcmMessageMsm4Gps) and the equivalent to 1012 is 1087 (RtcmMessageMsm7Glonass) or 1084 (RtcmMessageMsm5Glonass).

Is there any hope I can use this repo to translate 1014 messages to 1077/1074 and 1012 to 1087/1084?

I had a look at the source code but since I'm not a RTCM expert, I'm having difficulties to find an answer.

Thanks!

never mind, I used the wrong mountpoint

(still, it would be interesting to know if this repo could be helpful for such a task)