How to feed Realtraffic.com

Hi all,

I am running the Wiedehopf’s airspy_adsb. (and it work very well)

Now i want to feed www.flyrealtraffic.com

The setup says:

  1. Edit your readsb config file:

    sudo nano /etc/default/readsb

  2. Add the following to the NET_OPTIONS line (replace with your UUID from above):

    --net-connector feed.flyrealtraffic.com,30004,beast_reduce_plus_out,uuid=

  3. Restart readsb:

    sudo systemctl restart readsb

I have no readsb file, only the airspy_adsb file. That file does not support Net_Options.

Is there a solution i can feed with airspy_adsb?

Greetings,

Ruud

I am curious to know if this site is similar to other aggregating sites, or it has something different / special?

This website is a feeder for real adsb-traffic in Microsoft Flightsimulator.

1 Like

Then install readsb? (don’t worry if it says it can’t find an SDR)

Automatic installation for readsb · wiedehopf/adsb-scripts Wiki · GitHub

And then re-run airspy-conf install script (you’ll have to redo your airspy options in the config file). GitHub - wiedehopf/airspy-conf: Configure airspy_adsb for use with readsb or piaware. · GitHub
It will modify the readsb config to get data from airspy_adsb.

still not working :thinking:

i followed the steps wiedehopf has given me…

the readsb-config file is empty and there is no readsb.service.

then you didn’t install via that script.
or it told you it’s a piaware image. then it won’t install.
use a raspbian image then.
or don’t feed real traffic if they don’t provide a script to install their feed … not that hard to make such a script and have another readsb run just to feed them.
in other words: get better at reading and good luck :slight_smile:

I used the script but i get a warning about the piaware image.

I will try a raspian image :wink:
Thank you for the feedback

It’s up and running. (now on a rpi5)

thank you for the helpfull tips wiedehopf