HDLC Deframer

From GNU Radio
Revision as of 18:43, 21 December 2021 by Duggabe (talk | contribs) (add Example Flowgraph)
Jump to navigation Jump to search

HDLC deframer which takes in unpacked bits, and outputs PDU binary blobs. Frames which do not pass CRC are rejected.

This block goes with HDLC Framer

Parameters

Min length
Minimum frame size (bytes)
Max length
Maximum frame size (bytes)

Example Flowgraph

Hdlc demo fg.png

Source Files

C++ files
TODO
Header files
TODO
Public header files
TODO
Block definition
TODO