BONUS: How to feed data from Ubuntu 20.04 to amd64 to:
Flightradar24
Planefinder
AdsbExchange
1 of 3: Install Flightradar24 feeder on amd64/x86_64 computer:
wget https://repo-feed.flightradar24.com/linux_x86_64_binaries/fr24feed_1.0.25-3_amd64.deb
sudo dpkg -i fr24feed_1.0.25-3_amd64.deb
## Run following command to signup/configure
## Do NOT select receiver type "1 - DVB-T"
## Select "4 - AVR-TCP"
sudo fr24feed --signup
2 of 3 : Install Planefinder feeder on amd64/x86_64 computer:
wget http://client.planefinder.net/pfclient_5.0.162_amd64.deb
sudo dpkg -i pfclient_5.0.162_amd64.deb
To signup / configure Plane finder,
Go to web page
- On Ubuntu computer:
localhost:30053
- SSH from another computer:
IP-OF-Ubuntu-VM:30053
3 of 3 : Install Adsbexchange feeder on amd64/x86_64 computer:
curl -L -o /tmp/axfeed.sh https://adsbexchange.com/feed.sh
sudo bash /tmp/axfeed.sh
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.