decodes
Access buffered WSJT-X decodes: read recent lines, drain for polling, clear local buffer, or request replay of band activity.
Instructions
The RX data plane: buffered Decode / WSPRDecode lines.
operations:
read (limit): the most recent N decodes (default 50).
drain: every decode seen since the last drain — the polling primitive for automation. Advances an internal cursor so each line is returned once.
clear_local: empty our local buffer (does not touch WSJT-X).
replay: ask WSJT-X to re-broadcast its current Band-Activity decodes (each with New=false) followed by a Status — useful to backfill state on connect. (No transmit; safe.)
Each decode carries: kind (decode/wspr), New, time, snr, delta_time,
delta_frequency, mode, message, low_confidence, off_air, and a seq you can
pass to the reply tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| operation | No | read |