Refactored modes_rx to use a more modular radio interface (radio.py) using a pubsub pattern to formalize the old "outputs" interface I was using. Should make it easier to reuse the radio interface.

This commit is contained in:
Nick Foster
2013-05-27 19:50:42 -07:00
parent 3e9854f337
commit db34eca30e
4 changed files with 171 additions and 133 deletions

View File

@@ -41,6 +41,7 @@ GR_PYTHON_INSTALL(
kml.py
parse.py
msprint.py
radio.py
raw_server.py
rx_path.py
sbs1.py