forked from antirez/dump1090
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Many small improvements (see full commit message).
* Better preamble detection to skip most of the messages we'll likely not be able to decode. * A Phase correction algorithm that improves the recognition compared to the previous algorithm used. * Javascript output in debug mode, and a debug.html file that can be used in order to see graphically undecoded samples. * Ability to detect cross-read messages, that are, messages that happen to start and end across two different reads from the device or file. * A few bugx fixed. * README improved.
- Loading branch information
Showing
5 changed files
with
478 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
dump1090 | ||
testfiles/*.bin | ||
misc | ||
frames.js | ||
.*.swp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
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. | ||
* Extract more information from captured Mode S messages. | ||
* Improve the web interface gmap.html. | ||
* Enhance the algorithm to reliably decode more messages. |
Oops, something went wrong.