HOW TO SEND DATA

WHERE IS YOUR GITHUB?

Our client install scripts will work on existing receivers!

GUIDE FOR EXISTING HARDWARE

These scripts aid in setting up your current ADS-B receiver to feed airplanes.live.

This will not disrupt any existing feed clients already present.

When setting up new feeders, a decoder such as readsb or dump1090-fa must be installed.

Let's Get Started

Step 1: Find antenna coordinates and elevation

Find your coordinates and elevation!

Step 2: Install the feed client

 curl -L -o /tmp/feed.sh https://raw.githubusercontent.com/airplanes-live/feed/main/install.sh
sudo bash /tmp/feed.sh

Step 3: Use netstat to check that your feed is working

The feed IP for airplanes.live is 78.46.234.18

netstat -t -n | grep -E '30004|31090'

Expected Output:

 tcp 0 182 localhost:43530 78.46.234.18:31090 ESTABLISHED
tcp 0 410 localhost:47332 78.46.234.18:30004 ESTABLISHED

Step 4: That's it!

After the install completes, check Airplanes.live MyFeed for feed status.

See your shared data on airplanes.live!