Signal K
    Preparing search index...

    Source of data in delta format, a record of where the data was received from. An object containing at least the properties defined in 'properties', but can contain anything beyond that.

    interface Source {
        label: string;
        aisType?: number;
        canName?: string;
        instance?: string;
        pgn?: number;
        sentence?: string;
        src?: string;
        talker?: string;
        type?: string;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    label: string

    A label to identify the source bus, eg serial-COM1, eth-local,etc . Can be anything but should follow a predicatable format

    aisType?: number

    AIS Message Type

    canName?: string

    NMEA2000 can name of the source device

    instance?: string

    NMEA2000 instance value of the source message

    pgn?: number

    NMEA2000 pgn of the source message

    sentence?: string

    Sentence type of the source NMEA0183 sentence, $GP[RMC],092750.000,A,5321.6802,N,00630.3372,W,0.02,31.66,280511,,,A*43

    src?: string

    NMEA2000 src value or any similar value for encapsulating the original source of the data

    talker?: string

    Talker id of the source NMEA0183 sentence, $[GP]RMC,092750.000,A,5321.6802,N,00630.3372,W,0.02,31.66,280511,,,A*43

    type?: string

    A human name to identify the type. NMEA0183, NMEA2000, signalk