Skip to content Skip to footer

Unlocking the Skies: A Layman’s Guide to Aircraft Tracking with Dump1090

In an age where the sky above us is crisscrossed by countless aircraft, each completing its journey from one corner of the world to another, there lies an invisible network of communication. This network, primarily composed of signals invisible to the naked eye, plays a critical role in ensuring the safety and efficiency of air travel. At the heart of this network is something known as Mode S, a sophisticated radar system used by aviation authorities worldwide to keep track of aircraft in real-time. But what if this complex data could be translated into something more accessible, something that could be understood by anyone from aviation enthusiasts to professionals in the field? Enter dump1090, a simple yet powerful command-line utility designed to demystify the world of aviation radar.

Imagine having the ability to see the invisible, to decode the silent conversations between aircraft and radar systems. With dump1090, this isn’t just a possibility—it’s a reality. By transforming raw Mode S data into a user-friendly format, dump1090 offers a window into the intricate ballet of aircraft as they navigate the skies. Whether you’re a pilot monitoring nearby traffic, an aviation enthusiast tracking flights from your backyard, or a professional analyzing air traffic patterns, dump1090 serves as your personal radar display, translating complex signals into clear, understandable information.

From displaying real-time data about nearby aircraft to generating detailed reports on air traffic patterns, dump1090 is more than just a tool—it’s a bridge connecting us to the otherwise invisible world of air travel. Its applications range from casual observation for hobbyists to critical data analysis for industry experts, making it a versatile companion for anyone fascinated by the dynamics of flight.

As we prepare to delve deeper into the technicalities of how dump1090 operates and the myriad ways it can be employed, let us appreciate the technology’s power to unlock the secrets of the skies. By decoding and displaying aviation radar data, dump1090 not only enhances our understanding of air travel but also brings the complex choreography of aircraft movements into sharper focus.

Transitioning to the Technical Section

Now that we’ve explored the fascinating world dump1090 opens up to us, let’s transition into the technical mechanics of how this utility works. From installation nuances to command-line flags and parameters that unleash its full potential, the following section will guide enthusiasts and professionals alike through the nuts and bolts of leveraging dump1090 to its maximum capacity. Whether your interest lies in enhancing personal knowledge or applying this tool in a professional aviation environment, understanding the technical underpinnings of dump1090 will empower you to tap into the rich stream of data flowing through the airwaves around us.

What is Dump1090?

Dump1090 or dump1090-mutability is a sophisticated, command-line-based software program specifically designed for Software Defined Radio (SDR) receivers that capture aircraft signal data. Operating primarily on the 1090 MHz frequency band, which is reserved for aviation use, dump1090 decodes the radio signals transmitted by aircraft transponders. These signals, part of the Mode S specification, contain a wealth of information about each plane in the vicinity, including its identity, position, altitude, and velocity.

Understanding Software Defined Radio (SDR)

At the core of dump1090’s functionality is the concept of Software Defined Radio (SDR). Unlike traditional radios, which use hardware components (such as mixers, filters, amplifiers, modulators/demodulators) to receive and transmit signals, SDR accomplishes these tasks through software. An SDR device allows users to receive a wide range of frequencies, including those used by aircraft transponders, by performing signal processing in software. This flexibility makes SDR an ideal platform for applications like dump1090, where capturing and decoding specific radio signals is required.

dump1090-mutability receives and decodes Mode S packets using the Realtek RTL2832 software-defined radio interface

The Significance of 1090 MHz

The 1090 MHz frequency is internationally allocated for aeronautical secondary surveillance radar transponder signals, specifically for the Mode S and Automatic Dependent Surveillance-Broadcast (ADS-B) technologies. Mode S (Selective) transponders provide air traffic controllers with a unique identification code for each aircraft, along with altitude information, while ADS-B extends this by broadcasting precise GPS-based position data. Dump1090 primarily listens to this frequency to capture the ADS-B transmissions that are openly broadcasted by most modern aircraft.

Captured Information by Dump1090

Utilizing an SDR device tuned to 1090 MHz, dump1090 can capture and decode a variety of information broadcasted by aircraft, including:

    • ICAO Aircraft Address: A unique 24-bit identifier assigned to each aircraft, used for identification in all ADS-B messages.
    • Flight Number: The flight identifier or call sign used for ATC communication.
    • Position (Latitude and Longitude): The geographic location of the aircraft, derived from its onboard GPS.
    • Altitude: The current flying altitude of the aircraft, usually in feet above mean sea level.
    • Velocity: The speed and direction of the aircraft’s motion.
    • Vertical Rate: The rate at which an aircraft is climbing or descending, typically in feet per minute.
    • Squawk Code: A four-digit code set by the pilot to communicate with air traffic control about the aircraft’s current status or mission.
Practical Use Cases

The real-time data captured by dump1090 is invaluable for a variety of practical applications:

    • Aviation Enthusiasts: Track flights and observe air traffic patterns in real-time.
    • Pilots and Air Traffic Controllers: Gain additional situational awareness of nearby aircraft.
    • Security and Surveillance: Monitor airspace for unauthorized or suspicious aircraft activity.
    • Research and Analysis: Collect data for studies on air traffic flows, congestion, and optimization of flight paths.

By combining dump1090 with an SDR device, users can access a live feed of the skies above them, turning a simple computer setup into a powerful aviation tracking station. This blend of technology offers a unique window into the otherwise invisible world of aerial communication, showcasing the power of modern radio and decoding technologies to unlock the secrets held in the 1090 MHz airwaves.

Let the Fun Begin

To dive into practical applications and understand how to use dump1090 to decode and display aircraft data from Mode S transponders, we’ll explore some common syntax used to run dump1090 and discuss the type of output you can expect. Let’s break down the steps to set up your environment for capturing live ADS-B transmissions and interpreting the data.

Basic Usage:

To start dump1090 and display aircraft data in your terminal, you can use:

dump1090 --interactive

This command runs dump1090 in interactive mode, which is designed for terminal use and provides a real-time text display of detected aircraft and their information.

Common Syntax

Now let’s walk through the basics of how to use this ADS-B receiver and decoder.

    • Quiet Mode:
dump1090 --quiet

This command runs dump1090 without printing detailed message output, reducing terminal clutter.

    • Enable Network Mode:
dump1090 --net

This enables built-in webserver and network services, allowing you to view aircraft data in a web browser at http://localhost:8080.

    • Raw Output Mode:
dump1090 --raw

Useful for debugging or processing raw Mode S messages with external tools.

    • Specify the SDR Device:

If you have multiple SDR devices connected:

dump1090 --device-index 0

This specifies which SDR device to use by index.

Expected Output

When running dump1090, especially in interactive mode, you can expect to see a continuously updating table that includes columns such as:

    • Hex: The aircraft’s ICAO address in hexadecimal.
    • Flight: The flight number or call sign.
    • Altitude: Current altitude in feet.
    • Speed: Ground speed in knots.
    • Lat/Lon: Latitude and longitude of the aircraft.
    • Track: The direction the aircraft is facing, in degrees.
    • Messages: The number of Mode S messages received from this aircraft.
    • Seen: Time since the last message was received from the aircraft.

Here’s a simplified example of what the output might look like:

Hex    Flight  Altitude Speed Lat     Lon      Track Messages Seen
A1B2C3  ABC123  33000    400   40.1234 -74.1234 180   200      1 sec
D4E5F6  DEF456  28000    380   41.5678 -75.5678 135   150      2 sec


This display provides a real-time overview of aircraft in the vicinity of your SDR receiver, including their positions, altitudes, and flight numbers.

Using multiple Software Defined Radios (SDRs) in conjunction with dump1090 can significantly enhance the tracking and monitoring capabilities of aircraft by employing a technique known as multilateration (MLAT). Multilateration allows for the accurate triangulation of an aircraft’s position by measuring the time difference of arrival (TDOA) of a signal to multiple receiver stations. This method is particularly useful for tracking aircraft that do not broadcast their GPS location via ADS-B or for augmenting the precision of location data in areas with dense aircraft traffic.

Enhancing Your Radar: Advanced Techniques with Dump1090

Beyond the basics of using Dump1090 to monitor air traffic through Mode S signals, some advanced features and techniques can further expand your radar capabilities. From improving message decoding to leveraging network support for broader data analysis, Dump1090 offers a range of functionalities designed for aviation enthusiasts and professionals alike. Here, we’ll explore these advanced options, providing syntax examples and insights into how they can enhance your aircraft tracking endeavors.

Advanced Decoding and Network Features

Robust Decoding of Weak Messages: Dump1090 is known for its ability to decode weak messages more effectively than other decoders. This enhanced sensitivity can extend the range of your SDR, allowing you to detect aircraft that are further away or those with weaker transponder signals.

Network Support for Expanded Data Analysis: With built-in network capabilities, Dump1090 can stream decoded messages over TCP, provide raw packet data, and even host an embedded HTTP server. This allows for real-time display of detected aircraft on Google Maps, offering a visual representation of air traffic in your vicinity.

    • TCP Stream: For real-time message streaming, use the --net flag:

      ./dump1090 --net

      Connect to http://localhost:8080 to access the embedded web server and view aircraft positions on a map.

    • Single Bit Error Correction: Utilizing the 24-bit CRC, Dump1090 can correct single-bit errors, enhancing the reliability of the decoded messages. This feature is automatically enabled but can be disabled for pure data analysis purposes using the --no-fix option.

    • Decoding Diverse DF Formats: Dump1090 can decode a variety of Downlink Formats (DF), including DF0, DF4, DF5, DF16, DF20, and DF21, by brute-forcing the checksum field with recently seen ICAO addresses. This broadens the scope of data captured, offering more comprehensive insights into aircraft movements.

Syntax for Advanced Usage

Using Files as a Data Source: For situations where live SDR data is unavailable, Dump1090 can decode data from prerecorded binary files:

./dump1090 --ifile /path/to/your/file.bin


Generate compatible binary files using rtl_sdr:

rtl_sdr -f 1090000000 -s 2000000 -g 50 - | gzip > yourfile.bin.gz


Interactive Mode with Networking:
To engage interactive mode with networking, enabling access to the web interface:

./dump1090 --interactive --net


Aggressive Mode for Enhanced Detection:
Activate aggressive mode with --aggressive to employ more CPU-intensive methods for detecting additional messages:

./dump1090 --aggressive


This mode is beneficial in low-traffic areas where capturing every possible message is paramount.

Network Server Capabilities
    • Port 30002 for Real-Time Data Streaming: Clients connected to this port receive data as it arrives, in a raw format suitable for further processing.

    • Port 30001 for Raw Input: This port accepts raw Mode S messages, allowing Dump1090 to function as a central hub for data collected from multiple sources.

      Combine data from remote Dump1090 instances:

      nc remote-dump1090.example.net 30002 | nc localhost 30001
    • Port 30003 for SBS1 Format: Ideal for feeding data into flight tracking networks, this port outputs messages in the BaseStation format.

Building Your Own Radar Network

By strategically deploying multiple SDRs equipped with Dump1090 and utilizing the software’s network capabilities, you can create a comprehensive radar network. This setup not only enhances coverage area but also improves the accuracy of aircraft positioning through techniques like multilateration.

How Multilateration Works

Multilateration for aircraft tracking works by utilizing the fact that radio signals travel at a constant speed (the speed of light). By measuring precisely when a signal from an aircraft’s transponder is received at multiple ground-based SDRs, and knowing the exact locations of those receivers, it’s possible to calculate the source of the signal — the aircraft’s position.

The process involves the following steps:

    • Signal Reception: Multiple ground stations equipped with SDRs receive a signal transmitted by an aircraft.
    • Time Difference Calculation: Each station notes the exact time the signal was received. The difference in reception times among the stations is calculated, given the signal’s travel time varies due to the different distances to each receiver.
    • Position Calculation: Using the time differences and the known locations of the receivers, the position of the aircraft is calculated through triangulation, determining where the signal originated from within three-dimensional space.
Setting Up Multiple SDRs for MLAT

To utilize MLAT, you’ll need several SDRs set up at different, known locations. Each SDR needs to be connected to a computer or a device capable of running dump1090 or similar software. The software should be configured to send the raw Mode S messages along with precise timestamps to a central server capable of performing the MLAT calculations.

Configuring Dump1090 for MLAT
    • Install and Run Dump1090: Ensure dump1090 is installed and running on each device connected to an SDR, as described in previous sections.
    • Synchronize Clocks: Precise timekeeping is crucial for MLAT. Ensure that the clocks on the devices running dump1090 are synchronized, typically using NTP (Network Time Protocol).
    • Central MLAT Server: You will need a central server that receives data from all your dump1090 instances. This server will perform the MLAT calculations. You can use existing MLAT server software packages, such as those provided by flight tracking networks like FlightAware, or set up your own if you have the technical expertise.
    • Configure Network Settings: Each instance of dump1090 must be configured to forward the received Mode S messages to your MLAT server. This is often done through command-line flags or configuration files specifying the server’s IP address and port.
MLAT Server Configuration

Configuring an MLAT server involves setting up the software to receive data from your receivers, perform the TDOA calculations, and optionally, output the results to a map or data feed. This setup requires detailed knowledge of network configurations and potentially custom software development, as the specifics can vary widely depending on the chosen solution.

Example Configuration

An example configuration for forwarding data from dump1090 to an MLAT server is not universally applicable due to the variety of software and network setups possible. However, most configurations will involve specifying the MLAT server’s address and port in the dump1090 or receiver software settings, often along with authentication details if required.

While setting up an MLAT system with multiple SDRs for aircraft tracking is more complex and requires additional infrastructure compared to using a single SDR for ADS-B tracking, the payoff is the ability to accurately track a wider range of aircraft, including those not broadcasting their position. Successfully implementing such a system can provide invaluable data for aviation enthusiasts, researchers, and professionals needing detailed situational awareness of the skies.

Tips for Successful Monitoring
    • Ensure your SDR antenna is properly positioned for optimal signal reception; higher locations with clear line-of-sight to the sky tend to work best.
    • Consider running dump1090 on a dedicated device like a Raspberry Pi to enable continuous monitoring.
    • Explore dump1090’s web interface for a graphical view of aircraft positions on a map, which provides a more intuitive way to visualize the data.

Through these commands and output expectations, users can effectively utilize dump1090 to monitor and analyze ADS-B transmissions, turning complex radar signals into accessible and actionable aviation insights.