Host an ADS-B receiver in Nigeria and contribute observed aircraft data to the ADSBNG network — helping build a wider picture of Nigerian airspace.
Install an ADS-B receiver, antenna, and readsb (or another compatible Beast source).
After approval, ADSBNG provides a station ID and a secure contributor token.
The lightweight ADSBNG feeder securely forwards your receiver's ADS-B data to ADSBNG.
Your receiver only forwards ADS-B frames. It does not receive access to the ADSBNG database, analytics code, billing systems, or the proprietary decoder. The contributor feeder is outbound-only.
Once you're approved and have your station ID and token, installing takes one command on your receiver's Linux machine — no GitHub account or visit required:
curl -fsSL https://adsbng.app/feeder/install.sh -o install.sh sudo bash install.sh
It downloads the right binary for your hardware, verifies it against a published checksum, installs the service, and starts it. Want the full walkthrough — including getting your receiver producing data first? Read the full setup guide. Prefer to read or audit the source? It's all public on GitHub.