Skip to content

NTRIP Configuration

NTRIP (Network and Transport of RTCM via Internet Protocol) is a protocol that enables the transmission of RTK (Real-Time Kinematic) corrections over the internet to GNSS (Global Navigation Satellite System) receivers.

NTRIP caster parameters can be configured in client mode (receiving corrections) or server mode (sending corrections).

Several parameters, which can be listed using the “Sl” command (“S” for device Settings, “l” for list), allow configuration of the selected mode.

cmd Sl
>Sl
'l' subcommands:
mqttPassword=""
mqttUsername=""
mqttPort=0
mqttHostname=""
mqttEnabled=FALSE
ntripServerAuthParams=""
ntripServerMountpoint=""
ntripServerCasterPort=0
ntripServerCasterHostname=""
ntripServerCasterVersion=0
ntripServerEnabled=FALSE
ntripClientSendPositionToCaster=FALSE
ntripClientAuthParams=""
ntripClientMountpoint=""
ntripClientCasterPort=0
ntripClientCasterHostname=""
ntripClientCasterVersion=0
ntripClientEnabled=FALSE
+OK
>

To enable a GEOSTIX to receive corrections from a remote caster, configure all parameters containing “client” using the command:

Ss <PARAMETER_NAME> <VALUE>

Then save the settings with:

SS

The GEOSTIX should respond with OK.
You can verify the configuration again using Sl.
Changes require a device restart to take effect (via Hr or the On/Off button on the mobile base).

PARAMETERVALUEDefault
ntripClientSendPositionToCasterif using a virtual baseFALSE
ntripClientAuthParamsauthentication parameters""
ntripClientMountpointmountpoint from which to receive corrections""
ntripClientCasterPortcaster port, usually 21010
ntripClientCasterHostnameIP or domain of the caster""
ntripClientCasterVersionNTRIP version 1 or 20
ntripClientEnabled1 to enable client mode, 0 to disable while keeping the settingsFALSE

Example for connecting to the Centipède caster:

Authentication is optional, but you may use centipede:centipede, encoded as Y2VudGlwZWRlOmNlbnRpcGVkZQ==

Ss ntripClientSendPositionToCaster FALSE
Ss ntripClientAuthParams Y2VudGlwZWRlOmNlbnRpcGVkZQ==
ou sans authentification :
Ss ntripClientAuthParams
Ss ntripClientMountpoint NEAR
Ss ntripClientCasterPort 2101
Ss ntripClientCasterHostname caster.centipede.fr
Ss ntripClientCasterVersion 2
Ss ntripClientEnabled 1
SS

To enable a GEOSTIX to send corrections, configure all parameters containing “server” using the command:

Ss <PARAMETER_NAME> <VALUE>

Then save the settings with:

SS

The GEOSTIX should respond with OK.
You can verify the configuration again using Sl.
A restart is required for the changes to take effect (via Hr or the On/Off button on the mobile base).

PARAMETERVALUEDefault
ntripServerAuthParamsauthentication parameters""
ntripServerMountpointmountpoint from which clients will receive corrections""
ntripServerCasterPortcaster port, usually 21010
ntripServerCasterHostnameIP or domain of the caster""
ntripServerCasterVersionNTRIP version 1 or 20
ntripServerEnabled1 to enable server mode, 0 to disable while keeping the settingsFALSE