How to Feed

Feeding Options


These all assume you have an existing ADS-B receiver with dump1090 or readsb.
Future instructions coming for a from scratch setup.

Feeding with scripts
Run the following command for setup and follow the instructions.
use map tools to find your elevation and latitude/longitude during the setup.
curl -L -o /tmp/tatfeed.sh https://raw.githubusercontent.com/Jxck-S/tat-feeder/master/install.sh
sudo bash /tmp/tatfeed.sh
More info on these scripts


Feeding with Docker Compose
1. Install Docker and Docker compose
2. create the following docker-compose.yml
 multifeeder:
  image: ghcr.io/sdr-enthusiasts/docker-multifeeder
  tty: true
  container_name: multifeeder
  hostname: multifeeder
  restart: always
  environment:
      - TZ=${FEEDER_TZ}
      - READSB_NET_CONNECTOR=readsb,30005,beast_in;dump978,30978,raw_in;feed.theairtraffic.com,30004,beast_out;
      - MLAT_USER=SITE_NAME
      - MLAT_CONFIG=feed.theairtraffic.com,31090
      - READSB_LAT=${FEEDER_LAT}
      - READSB_LON=${FEEDER_LONG}
      - READSB_ALT=${FEEDER_ALT_M}m
  tmpfs:
      - /run/readsb
      - /var/log

      
3. Start the container
docker compose up -d

Feeding multiple ADS-B aggregator sites
use ADSB.lol's feeder https://github.com/adsblol/feed

Advanced

Feeder Connection Details
Beast - ADS-B
feed.theairtraffic.com Port 30004
MLAT
feed.theairtraffic.com Port 31090


Finally check your feeder status
Feeder Status