Also known as: AX.25, AX25
AX.25 is the data-link-layer protocol used in amateur packet radio. It adapts the telecom HDLC frame format with amateur callsign addressing, and is the link layer beneath APRS and traditional packet networks.1
Overview
AX.25 frames are delimited by flag bytes, bit-stuffed, and protected by a frame check sequence (CRC). They carry source and destination callsigns (with SSIDs) plus an optional digipeater path. APRS uses connectionless “UI” (unnumbered information) frames; classic packet BBS use connected modes.
Technical characteristics
| Property | Value |
|---|---|
| Frame format | HDLC-derived, flag-delimited |
| Addressing | Callsign + SSID, digipeater path |
| Error check | 16-bit FCS |
| Line coding | NRZI over AFSK/FSK |
History
Developed by the amateur community in the 1980s as a radio adaptation of X.25/HDLC for packet networks and bulletin-board systems.1
Deployment
Amateur packet radio, APRS, and store-and-forward networks.
Decoding it with GopherTrunk
GopherTrunk recovers AX.25 frames as part of its APRS pipeline. See the APRS / AX.25 page.