Commit Graph
8 Commits
Author SHA1 Message Date
Zack Moratto 4220255908 Added comments and change surface reports to MSG2
2 important things happened here:

-> Surface position reports where changed from MSG3 to MSG2. I believe
   this is what that SBS message means.
-> MEs 1-4 are aircraft identification packets. Those should go to SBS
   MSG1.
2011-07-08 09:58:33 -07:00
Zack Moratto 7f9574b7cd Added missing MSGs 5,6,7,8 for SBS output
These are the 56 bit ADS-B message about altitude and such. Not as
cool as the the extended messages but still useful non the less.
2011-07-08 09:58:20 -07:00
Zack Moratto 1bbd29d09c Correct mode_sbs1 so that it runs
Msg return output has changed. Time is now only a single variable.
2011-07-07 10:42:51 -07:00
Nick Foster f0b913fe35 make parser invocations match new prototype 2011-05-06 10:39:43 +02:00
Nick Foster 4d93b8f821 Collected all the local position stuff so it's specified once in uhd_modes.py.
Should probably add in a command-line parameter to specify this.
2010-10-23 18:00:58 -07:00
Nick Foster 76f884e81f Copyright assignment. 2010-10-18 09:59:08 -07:00
Nick Foster 627b820b6e Database inputs working. 2010-10-17 22:17:48 -07:00
Nick Foster 33b04c292c Reorganized things quite a bit. Much cleaner output interface.
Made a single registry of output plugins which gets populated on init with classes to output on a socket, print to screen, database, etc. Next step is to implement a SQLite database class.
2010-10-17 19:45:19 -07:00