gr-rtty icon indicating copy to clipboard operation
gr-rtty copied to clipboard

RTTY decoder for Gnuradio

trafficstars

This is the rtty-write-a-block package meant as a guide to building out-of-tree packages. To use the rtty blocks, the Python namespaces is in 'rtty', which is imported as:

import rtty

See the Doxygen documentation for details about the blocks available in this package. A quick listing of the details can be found in Python after importing by using:

help(rtty)