From ba3ec984e48455c5b3877540105b18ea73c21d40 Mon Sep 17 00:00:00 2001 From: Steven Kreuzer Date: Thu, 5 Mar 2015 02:32:08 +0000 Subject: Dump 1090 is a Mode S decoder specifically designed for RTLSDR devices. The main features are: * Robust decoding of weak messages. * Network support: TCP30003 stream (MSG5...), Raw packets, HTTP. * Embedded HTTP server that displays the currently detected aircrafts on Google Map. * Single bit errors correction using the 24 bit CRC. * Ability to decode DF11, DF17 messages. * Ability to decode DF formats like DF0, DF4, DF5, DF16, DF20 and DF21 where the checksum is xored with the ICAO address by brute forcing the checksum field using recently seen ICAO addresses. * Decode raw IQ samples from file (using --ifile command line switch). * Interactive command-line-interfae mode where aircrafts currently detected are shown as a list refreshing as more data arrives. * CPR coordinates decoding and track calculation from velocity. * TCP server streaming and receiving raw data to/from connected clients. WWW: https://github.com/antirez/dump1090 --- comms/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'comms/Makefile') diff --git a/comms/Makefile b/comms/Makefile index 5ffa764f3a09..91f73d136518 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -32,6 +32,7 @@ SUBDIR += deforaos-phone SUBDIR += dfu-programmer SUBDIR += dfu-util + SUBDIR += dump1090 SUBDIR += ebook2cw SUBDIR += ebook2cwgui SUBDIR += echolinux -- cgit v1.2.3