Initial commit of Dump1090, a simple Mode S decoder.

This commit is contained in:
antirez
2013-01-05 13:52:25 +01:00
commit 7ca5a4b3a4
6 changed files with 1591 additions and 0 deletions

10
TODO Normal file
View File

@ -0,0 +1,10 @@
TODO
* Extract from information from captured Mode S messages. Currently we only
decode what is trival to decode.
* Decode CPR encoded latitude and longitude, display it in normal and
interactive mode.
* Show nationality in interactive mode and normal mode using the
aircraft ICAO address, like: 30xxxx -> Italy.
* Actually use the fancy --debug feature in order to improve the recognition
algorithm if possibile.