Feeding traffic from dump1090fa or piaware
Posted: Sun Feb 16, 2025 8:38 pm
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:
And make sure it looks like this:
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!
Install readsb (follow the detailed instructions here: https://github.com/wiedehopf/readsb
Modify the default configuration:
Code: Select all
sudo nano /etc/default/readsb
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>"
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!