Command Write Configure - NTRIPCASTER_Admin
<Header> + <Payload_length> | <Payload> | ||||||
PL0 | PL1 | PL2 | PL3 | PL4 | PL5 | … | |
$ESP_OK|xx| | ‘W’ | ‘w’ | Infor 1 | Infor 2 | Infor 3 | Infor 4 | ... |
Name CFG : NTRIPCASTER_Admin
Number of field values : 9
Payload Index | Type value | Min Value | Max Value | Default Value | Min Length | Max Length | Describe | Unit |
PL2 | STRING | - | - | admin | 1 | 20 | Name Login WebAdmin |
|
PL3 | PASS_A | - | - | abc123ABC | 1 | 20 | Pass Login WebAdmin |
|
PL4 | STRING | - | - | esprtk@gmail.com | 1 | 60 | Admin Email |
|
PL5 | INTEGER | 0 | 65535 | 80 | - | - | WebAdmin Port |
|
PL6 | INTEGER | 0 | 65535 | 2101 | - | - | Caster Port |
|
PL7 | INTEGER | 0 | 254 | 60 | - | - | Cycle Update Parse NMEA | second |
PL8 | INTEGER | 0 | 254 | 9 | - | - | Basestation timeout data receive | second |
PL9 | INTEGER | 3600 | 20000000 | 86400 | - | - | Cycle save record limit | second |
PL10 | INTEGER | 0 | 1 | 1 | - | - | Enable Print Status to TX_UART_0 |
|
PL0 | PL1 | PL7 | Cycle Update Parse NMEA | Unit |
‘W’ | ‘w’ | 0 | Disable Update Parse NMEA |
|
|
| >= 1 |
|
PL0 | PL1 | PL8 | Basestation timeout data receive | Unit |
‘W’ | ‘w’ | 0 | Disable Basestation timeout data receive |
|
|
| >= 1 |
|
PL0 | PL1 | PL9 | Cycle save record limit | Unit |
‘W’ | ‘w’ | 0 | Disable save record limit |
|
|
| 1 | second |
PL0 | PL1 | PL10 | Enable Print Status to TX_UART_0 | Unit |
‘W’ | ‘w’ | 0 | Disable Print Status to TX_UART_0 |
|
|
| 1 |
|
Payload Index | Describe | Detail | Unit |
PL2 | Name Login WebAdmin | For Admins/Owners of NTRIP CASTER, used to login to Dashboard site to manage user accounts. |
|
PL3 | Pass Login WebAdmin | ||
PL4 | Admin Email | When NTRIP CASTER detected client error or abuse. CASTER will send an error message with the email address of the administrator (admin) via NTRIP Stream , so customers can contact them to resolve the issue. |
|
PL5 | WebAdmin Port | The port that NTRIP CASTER uses to run the Dashboard page. Usually 80. Then , the Dashboard’s address will be http://x.x.x.x/admin or http://x.x.x.x:80/admin ( With x.x.x.x is the local IP address of that NTRIP CASTER ) . Setting this value to 0 will not activate the Dashboard and increase the number of sockets by 1 for the NTRIP Client / Server. |
|
PL6 | Caster Port | The port that NTRIP CASTER uses to listen to and respond to connections from the NTRIP Client (Rover / Base). Usually 2101. Then , the Sourcetable Page’s address will be http://x.x.x.x:2101 or http://x.x.x.x:80 ( With x.x.x.x is the local IP address of that NTRIP CASTER ) |
|
PL7 | Cycle Update Parse NMEA | NTRIP CASTER will collect the Rover's location via GGA / NMEA message. Setting the cycle as small will help show the location with a lower delay. Recommended value is above 60s. Setting this value to 0 disables this function. | second |
PL8 | Basestation timeout data receive | NTRIP CASTER acts as a data bridge, it receives RTCM data from NTRIP Base and distributes it to all Rovers. If NTRIP Base stops sending RTCM data after a period of time, NTRIP CASTER will understand the NTRIP Base has lost connection (died or stopped working). The default value is 9 seconds. | second |
PL9 | Cycle save record limit | All changes, user configuration data, bandwidth counter, etc. will be automatically saved to FLASH periodically after a period of time. The default value is 86400 seconds. ( 1 day ). Setting this value to 0 disables this function. | second |
PL10 | Enable Print Status to TX_UART_0 |
|
|
ESPrtk Respond
Payload Index
| Type value | Min Value | Max Value | Min Length | Max Length | Describe | Unit | ||
PL2 | ‘w’ | STRING | - | - | 1 | 1 | ID Configure : NTRIPCASTER_Admin |
| |
| PL3 | INTEGER | 0 | 1 | - | - | Status Configure |
| |
0 | Error: Failed to save , please try again | ||||||||
1 | OK : Saved configure success | ||||||||
| PL4 | STRING | - | - | - | - | Describe Status Configure in text string format |
|
Example
Message : | |
HOST Send | $ESP_OK|58|W|w|admin|abc123ABC|esprtk@gmail.com|80|2101|60|9|86400|1|*675B |
ACK Respond | $ESP_OK|51|W|w|1|( ID : NTRIPCASTER_Admin ) : Saved Success .|*7F40 |
NACK Respond | $ESP_ER|… or $ESS_ER|… or $AES_ER|… |
Command Read configure - NTRIPCASTER_Admin
ESPrtk Respond
The index / range of values / data types is similar to the index / range of values / data types of payloads when configured.
Example
Message : | |
HOST Send | $ESP_OK|5|R|w||*712B |
ACK Respond | $ESP_OK|58|R|w|admin|abc123ABC|esprtk@gmail.com|80|2101|60|9|86400|1|*625B |
NACK Respond | $ESP_ER|… or $ESS_ER|… or $AES_ER|… |