> For the complete documentation index, see [llms.txt](https://sdr-enthusiasts.gitbook.io/ads-b/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdr-enthusiasts.gitbook.io/ads-b/readme.md).

# ADS-B Reception, Decoding & Sharing with Docker

Automatic Dependent Surveillance-Broadcast (ADS-B) is a safety and surveillance technology in which an aircraft determines its position via satellite navigation and periodically broadcasts it, enabling it to be tracked.

These ADS-B data can be received by ~~nerds~~ enthusiasts using Software Defined Radio (SDR), and shared with aggregators, which collect, combine, and redistribute flight information for fun and profit.

## Fun and Non-Profit Aggregators

* [ADSBHub](https://www.adsbhub.org)
* [adsb.exposed](https://adsb.exposed/)
* [adsb.fi](https://adsb.fi/)
* [ADSB.lol](https://adsb.lol/)
* [Airplanes.live](https://airplanes.live/)
* [OpenSky Network](https://opensky-network.org/)
* [Planespotters.net](https://www.planespotters.net/)
* [Plane Watch](https://plane.watch/)
* [The Air Traffic](https://theairtraffic.com/)
* [HPRadar](https://skylink.hpradar.com)
* [Fly Italy ADSB](https://flyitalyadsb.com/)

## For-Profit Aggregators

* [FlightAware](https://flightaware.com/adsb/piaware/)
* [FlightRadar24](https://www.flightradar24.com/share-your-data)
* [Plane Finder](https://planefinder.net)
* [Airnav Radar](https://www.airnavradar.com)
* [radarvirtuel.com](https://www.radarvirtuel.com)
* [AV Delphi](https://avdelphi.com)
* [ADS-B Exchange](https://adsbexchange.com)

## Objective

This guide will walk you through the process to deploy and configure Docker containers to allow reception and decoding of ADS-B data, as well as submission to various flight tracking services, both open and commercial, and the visualisation of this data.

This document is best viewed on GitBook. If you're reading it elsewhere, we humbly suggest going here: <https://sdr-enthusiasts.gitbook.io/ads-b/>

This document is intended to be "living". Please feel free to fork the [GitHub repository](https://github.com/sdr-enthusiasts/gitbook-adsb-guide), contribute and submit pull requests! We value your input!

## License and Contributors

This guide is made available under [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) and maintained by members of the SDR-Enthusiasts community.

[![Contributors](https://contrib.rocks/image?repo=sdr-enthusiasts/gitbook-adsb-guide)](https://github.com/sdr-enthusiasts/gitbook-adsb-guide/graphs/contributors)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://sdr-enthusiasts.gitbook.io/ads-b/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
