Feeding traffic from dump1090fa or piaware

Discussions on how to feed traffic into the FlyRealTraffic network to improve coverage
Post Reply
admin
Site Admin
Posts: 63
Joined: Sun Aug 18, 2024 9:03 am

Feeding traffic from dump1090fa or piaware

Post by admin »

In order to feed your piaware traffic into flyrealtraffic.com:

Install readsb (follow the detailed instructions here: https://github.com/wiedehopf/readsb

Modify the default configuration:

Code: Select all

sudo nano /etc/default/readsb
And make sure it looks like this:

Code: Select all

# Input configuration - receive beast data from dump1090fa
RECEIVER_OPTIONS="--net-only --net-connector localhost,30005,beast_in"
# Standard decoder options
DECODER_OPTIONS=""
# Network options
NET_OPTIONS="--net --net-heartbeat 60 --net-ro-size 1250 --net-ro-interval 0.00 --net-connector feed.flyrealtraffic.com,30004,beast_reduce_plus_out,uuid=<your UUID>"
Give it a minute (or less) after starting your feed and on your next login, your RT license is now professional level
You can check the status of your feed by entering your RT license number on the feeder config page: https://www.flyrealtraffic.com/feeder_config/

This should be all that's required to forward the dump1090-fa traffic to flyrealtraffic!
Post Reply