Interface WsjtxWsprDecode

The decode message is sent when a new decode is completed, in this case the 'New' field is true.

See WSJT-X source.

interface WsjtxWsprDecode {
    callsign: string;
    deltaTime: number;
    drift: number;
    frequency: number;
    grid: string;
    id: string;
    new: boolean;
    offAir: boolean;
    power: number;
    snr: number;
    time: number;
}

Properties

callsign: string

remote station's callsign

deltaTime: number

The perceived clock differential between the local station and remote station, in seconds.

drift: number
frequency: number
grid: string

remote station's Maidenhead grid

id: string

WSJT-X client name

new: boolean

Whether the decode is new or replayed

offAir: boolean

whether the decode came from playback of a recording

power: number

power in dBm

snr: number

Local station's perceived signal to noise ratio

time: number

Clock time in milliseconds since midnight