Skip to content

Files

Latest commit

e2af608 · Jan 31, 2023

History

History
This branch is 91 commits behind gnuradio/gnuradio:main.

gr-pdu

This is the GNU Radio PDU package. It contains signal processing
blocks that operate on Protocol Data Unit format messages. Many
such blocks are analogs of streaming API functionality.  To use the
pdu blocks, the Python namespace is in 'pdu', which is 
imported as:

    from gnuradio import pdu

A quick listing of the details can be found in Python after 
importing by using:

    help(pdu)