The AX.25 Data Link Layer Protocol is a data link layer protocol used in amateur radio communications. It was developed in the 1970s and has since become a widely used standard for amateur packet radio systems.
AX.25 is a protocol that operates at the data link layer of the OSI model. It provides a framework for the exchange of data packets between amateur radio stations. It defines the format of the data packets, the addressing scheme, and the procedures for packet transmission and reception.
There are 3 types of AX.25 frames: I (Information) Frames, S (Supervisory) Frames, and U (Unnumbered) frames. The structure of these frames can be seen below:
I Frames are mainly used for sending actual data in a format where each frame is numbered, so the receiver knows if a frame has been lost. For example, if the receiver has only received 5 frames so far, but it receives the next frame which is numbered as frame 7, it knows it has missed a frame.
S Frames are mainly used for acknowledging frames or requesting retransmission of frames. However, this adds extra overhead which is not worth it for our system at the moment, so we are not using retransmissions.
U Frames in our case are mainly used on our cubeSat for starting and terminating connection during each transmission period, but they also allow for the transmission and reception of information outside of the normal flow control.
There are 7 different fields that can be used to make up an ax.25 frame.