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

@@ -58,6 +58,7 @@ from sql import output_sql
from sbs1 import output_sbs1
from kml import output_kml
from raw_server import raw_server
from radio import modes_radio
from exceptions import *
from az_map import *
#this is try/excepted in case the user doesn't have numpy installed