Missing ADS-B web server directory in the RPi image v0.6

Post information or questions regarding SDRplay products here
Post Reply
sdrplay
Posts: 978
Joined: Wed Jan 07, 2015 7:58 am

Missing ADS-B web server directory in the RPi image v0.6

Post by sdrplay » Fri Sep 13, 2019 10:26 am

For anyone wanting to use the ADS-B webserver on the RPi image, there is a missing directory in the 0.6 version of the image. We will make sure this is included in the next version, but for those wanting to fix this when using the 0.6 image, you can do the following...

Open a terminal window and type the following commands...

cd /home/pi
wget https://www.sdrplay.com/software/public_html.tar.gz
gzip -d public_html.tar.gz
tar xvf public_html.tar
rm public_html.tar

Then restart the dump1090 software and you will be able to access the ADS-B web server again.

Best regards,

Andy

Reason: No reason

Post Reply