ntrip-sourcetable-parser - v1.0.8
    Preparing search index...

    Interface Mountpoint

    GNSS mountpoint information parsed from an NTRIP sourcetable.

    interface Mountpoint {
        authentication: null | boolean;
        bitrate: null | number;
        carrier: null | string;
        country: null | string;
        fee: null | boolean;
        format: null | string;
        formatDetails: null | string;
        latitude: null | number;
        location: null | string;
        longitude: null | number;
        mountpoint: null | string;
        navSystem: null | string;
        network: null | string;
        nmea: null | boolean;
    }
    Index

    Properties

    authentication: null | boolean

    Whether authentication is required

    bitrate: null | number

    Bitrate in bps

    carrier: null | string

    Carrier phase information

    country: null | string

    Country code

    fee: null | boolean

    Whether there's a usage fee

    format: null | string

    Format (e.g. RTCM 3.2)

    formatDetails: null | string

    List of messages (e.g. 1004(1),1006(10))

    latitude: null | number

    Latitude in decimal degrees

    location: null | string

    Identifier/location of the mountpoint

    longitude: null | number

    Longitude in decimal degrees

    mountpoint: null | string

    Name of the mountpoint

    navSystem: null | string

    Navigation system (e.g. GPS+GLO)

    network: null | string

    Network name

    nmea: null | boolean

    Whether NMEA is required