https://github.com/dominicluidold/adsb-flight-tracking
ADS-B flight tracking using a Raspberry Pi based on @sdr-enthusiasts ultrafeeder and fr24 images
https://github.com/dominicluidold/adsb-flight-tracking
ads-b flight-tracking flightradar24 raspberry-pi
Last synced: about 1 year ago
JSON representation
ADS-B flight tracking using a Raspberry Pi based on @sdr-enthusiasts ultrafeeder and fr24 images
- Host: GitHub
- URL: https://github.com/dominicluidold/adsb-flight-tracking
- Owner: DominicLuidold
- License: mit
- Created: 2024-07-20T20:53:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T11:33:40.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T20:18:14.951Z (over 1 year ago)
- Topics: ads-b, flight-tracking, flightradar24, raspberry-pi
- Language: Makefile
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ADS-B Flight Tracking
This project contains all files and configuration settings to run ADS-B tracking on a Raspberry Pi. Images in use are
provided by [@sdr-enthusiasts](https://github.com/sdr-enthusiasts), specifically
[docker-adsb-ultrafeeder](https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder) and
[docker-flightradar24](https://github.com/sdr-enthusiasts/docker-flightradar24).
## Setup
Follow the [ADS-B Reception, Decoding & Sharing with Docker](https://sdr-enthusiasts.gitbook.io/ads-b) guide,
specifically:
1. [Blacklist Kernel Modules](https://sdr-enthusiasts.gitbook.io/ads-b/setting-up-rtl-sdrs/blacklist-kernel-modules)
2. [Re-Serialise SDRs](https://sdr-enthusiasts.gitbook.io/ads-b/setting-up-rtl-sdrs/re-serialise-sdrs)
3. [Prepare the Application Environment](https://sdr-enthusiasts.gitbook.io/ads-b/foundations/prepare-the-project-environment) [^1]
## License
For detailed information, refer to [LICENSE](LICENSE) in this folder.
[^1]: This repository contains a `.env` file with some preset environment keys. Create a separate `.env.local` file to
populate any environment keys that need to be kept private (see the `Local Overrides` section in the `.env` file).