Contributing to AussieADSB

AussieADSB's coverage is thanks to all of our feeders around Australia. Every receiver plays a part in expanding our coverage to every corner of Australia, filling gaps and increasing reliability.

If you already have a receiver and would like to share your data, download and install the feeding client below.


Desired Coverage

We would like to have coverage of all Australia, as well as the surrounding areas within Oceania. There are some areas that are higher priority which are listed below:


Feeding Client

The feeding client sets up a feed from your receiver to our server and automatically adds your receiver to the website. No port forwarding or other setup required, and it restarts the feed if the hardware restarts. Registration is just a few questions to let us know how to contact you, and the receiver location for MLAT calculations.

The program forwards data from a running Mode S/ADS-B decoder (installed with all flight tracking feeder SD card images), if it is being installed on a fresh setup please install Dump1090 or any other decoder. It is designed to run alongside other data forwarders and feeding programs, so you may feed to as many sites as you would like.

To contact us for help, feedback and bug reports, you can email or message our page on Facebook.

1. Download Debian package
32-bit ARM (All Raspberry Pi's except RPi 3 Model A+)
wget http://aussieadsb.com/downloads/aussieadsbclient.1.2.0.linux-arm.deb
64-bit ARM (Supported by some newer Raspberry Pi's)
wget http://aussieadsb.com/downloads/aussieadsbclient.1.2.0.linux-arm64.deb
64-bit x64 (Mainly for desktop PCs)
wget http://aussieadsb.com/downloads/aussieadsbclient.1.2.0.linux-x64.deb

2. Uninstall previous version (if installed)
This will deregister the old feed, so that changes in the new version can be applied when registering again
sudo apt remove aussieadsbclient

3. Install Debian package
Replace [platform] to match the file that was downloaded (e.g. linux-arm64)
Tip: press tab to autocomplete the filename
sudo apt install ./aussieadsbclient.1.2.0.[platform].deb

4. Register feed
sudo aussieadsbclient -register

Linux screenshot

1. Download
Windows 64-bit x64
Windows 32-bit x86

2. Run 'Open Command Prompt Here.bat'
Windows screenshot
3. Register feed
Type the following into the command prompt window and press enter:
aussieadsbclient -register

Frequently Asked Questions

You can see if your feed is connected on the status page or by running the following command on your receiver:
aussieadsbclient -status

The following command can be used to view the output of ModeSMixer2 on Linux:
sudo systemctl status modesmixer2
The following command can be used to view the output of the MLAT client on Linux:
sudo systemctl status aussieadsb-mlat

If your email is changing or you're moving house, run the following command to let us know:
aussieadsbclient -updateinfo

Alternatively feel free to contact us via email or Facebook (links above).
An admin will update the receiver name soon after if the location is different.

If you no longer want to send your data or got a new receiver and want to deregister the old one, run the following command:
sudo apt remove aussieadsbclient

On Windows, you can stop feeding by running aussieadsbclient -deregister

Yes, you can install the feeding client on any device and specify a source IP/port.
When registering it will ask for a data source option, choose 'Manual IP and port'.

This can be useful for sharing from devices that output data over the network but you don't have access to, such as dedicated ADS-B receiver hardware.

Sometimes Raspberry Pi's just stop working, if your receiver is still on the website and you can't uninstall the client or deregister the feed please contact us via email or Facebook (links above) and we can remove it manually.

For getting elevation above sea level and GPS coordinates, there are a few websites available:
You can also use Google Maps to get coordinates by right-clicking on the map on desktop or holding your finger on the mobile app.
These are just a few options, there are many other websites and apps available.

Remember to add the height of the antenna above ground level to the elevation when registering.

Changelog

1.2.0 (15/10/2024) Added MLAT data feeding A custom source IP and port can now be used Support for Debian/Raspberry Pi OS 12 Bookworm Better handling of errors Updated Debian package dependencies Output of commands run internally are now logged to /var/log/aussieadsbclient.log on Linux Various small fixes and improvements 1.1.0 (17/10/2023) Updated to .NET 7 Device info is now also sent for troubleshooting and support Various bug fixes Stability and performance improvements 1.0.0 (18/3/2022) Initial release