NTRIPCONFIG
Configures NTRIP
Platform: |
OEM729, OEM7600, OEM7700, OEM7720, PwrPak7, CPT7, CPT7700, SMART7-I, SMART7-SI |
This command sets up and configures NTRIP communication.
Message ID: 1249
Abbreviated ASCII Syntax:
NTRIPCONFIG port type [protocol [endpoint [mountpoint [username [password [bindinterface]]]]]]
Mountpoint, username and password are all set up on the caster.
Factory Default:
NTRIPCONFIG ncom1 disabled
NTRIPCONFIG ncom2 disabled
NTRIPCONFIG ncom3 disabled
NTRIPCONFIG ncomX disabled
ASCII Example:
NTRIPCONFIG ncom1 client v1 :2000 calg0
ASCII example (NTRIP client):
NTRIPCONFIG ncom1 client v2 192.168.1.100:2101 RTCM3 calgaryuser calgarypwd
ASCII example (NTRIP server):
NTRIPCONFIG ncom1 server v1 192.168.1.100:2101 RTCM3 "" casterpwd
Field |
Field Type |
ASCII Value |
Binary Value |
Description |
Format |
Binary Bytes |
Binary Offset |
1 |
Command header |
- |
- |
NTRIPCONFIG header This field contains the command name for abbreviated ASCII or the message header for ASCII (see page 1) or Binary (see page 1). |
- |
H |
0 |
2 |
port |
NCOM1 |
26 |
Name of the port see Table: Communications Port Identifiers |
Enum |
4 |
H |
NCOM2 |
27 |
||||||
NCOM3 |
28 |
||||||
3 |
type |
DISABLED |
1 |
NTRIP type |
Enum |
4 |
H+4 |
CLIENT |
2 |
||||||
SERVER |
3 |
||||||
4 |
protocol |
DISABLED |
1 |
Protocol (default V1) |
Enum |
4 |
H+8 |
V1 |
2 |
||||||
V2 |
3 |
||||||
5 |
endpoint |
Max 80 character string |
Endpoint to wait on or to connect to where host is a hostname or IP address and port is the TCP/UDP port number (default = 80) |
String [80] |
variable1 |
H+12 |
|
6 |
mountpoint |
Max 80 character string |
Which mount point to use |
String [80] |
variable1 |
variable |
|
7 |
user name |
Max 30 character string |
Login user name |
String [30] |
variable1 |
variable |
|
8 |
password |
Max 30 character string |
Password |
String [30] |
variable1 |
variable |
|
9 |
bindInterface |
ALL (default) |
1 |
Not supported. Set to ALL for future compatibility. |
Enum |
4 |
variable |