Property
ntrip
Property Name |
Type |
Description |
Required |
network_record |
array of
NtripNetworkRecord
|
|
Yes
|
ntrip_version |
string
|
|
|
server |
string
|
|
Yes
|
NtripNetworkRecord
Property Name |
Type |
Description |
Required |
authentication |
string
|
|
|
bitrate |
string
|
|
|
carrier |
string
|
|
|
country |
string
|
|
|
fee |
string
|
|
|
format |
string
|
|
|
format_details |
string
|
|
|
generator |
string
|
|
|
latitude |
string
|
|
|
longitude |
string
|
|
|
mountpoint |
string
|
|
|
navigation_systems |
array of string
|
|
|
network |
string
|
|
|
nmea |
boolean
|
|
Yes
|
solution |
boolean
|
|
Yes
|
type |
string
|
|
|
{
"ntrip_version": "Ntrip/1.0",
"server": "NTRIP Caster 1.0",
"network_record": [
{
"type": "STR",
"mountpoint": "test",
"format": "CMR+",
"format_details": "0(1),5(1)",
"carrier": "2",
"navigation_system": [
"US NAVSTAR GPS",
"GLONASS"
],
"network": "Single Base",
"country": "CA",
"latitude": "46.70",
"longitude": "-64.27",
"nmea": false,
"solution": false,
"generator": "Trimble AgRTKbase",
"authentication": "Basic",
"fee": "No Fee",
"bitrate": "9600"
}
]
}