NTRIP Source (C++)
Node ID: NTRIPSource_cpp · Role: Source · Realtime config: no
Inputs / Outputs
- Inputs: (none)
- Outputs:
Rtcm
Config aliases
RTCM_cpp
Properties
No user-facing properties.
Example node definition
A full node definition in config.json looks like the block below. Paste it under the sources key of your config, keyed by the node’s instance name (any identifier; it doesn’t have to match the node ID).
{
"sources": {
"NTRIPSource_cpp": {
"outEndpoint": "inproc://NTRIPSource_cpp_data",
"settings": {}
}
}
}
Field reference
| Field | Purpose |
|---|---|
outEndpoint | ZMQ / inproc endpoint this source binds to publish its output. The runtime auto-generates one if omitted. |
settings | All user-configurable fields — see the Properties table above. |
Connections can also be declared at the top-level
connectionsarray whensettings.explicitConnectionsistrue, as an alternative to fillinginputEndpointson each node.
Loading documentation…