Feed the ADS/B data from a $10 RTLSDR dongle to http://flightradar24.com for a premium subscription
To sign up for the first time and acquire a flightradar24 key:
$ bin/signup.sh
After that start the feeder with the key:
$ bin/start.sh
Or start the docker container manually:
$ docker run -d \
--name flightradar_feeder \
--restart=always \
--privileged \
-p 8080:8080 \
-p 8754:8754 \
-p 30001:30001 \
-p 30002:30002 \
-p 30003:30003 \
-p 30334:30334 \
marcelmaatkamp/flightradar24-feeder --fr24key=<flightradar24 signup key>
See a plot of your locally received airplanes on: http://dockerhost:8080
See a statistics page about the data send to flightradar24: http://dockerhost:8754
And when everything is ok, your subscription will change to premium for 7 days: https://www.flightradar24.com/premium/feed_stats.php