Greetings all!
Having trouble getting the lighttpd webserver working on Beaglbone Black with Ted Sluis dump1090-mutability. Found here GitHub - tedsluis/dump1090: Dump1090 is a simple Mode S decoder for RTLSDR devices
Fresh SD card with Jessie downloaded from BeagleBoard.org - latest-images
OS installed and updated.
RTL-SDR installed and confirmed working.
Lighttpd installed.
Built in services that use port 8080 all stopped.
Lighttpd enabled, force-reload, confirmed running.
Dump1090 started, confirmed running, receive packets confirmed.
./dump1090 --net --write-json /run/dump1090-mutability --write-json-every 1
Page is successfully served at ip_address/dump1090/gmap.html.
Page can be modified with the config.js file. Title, marker, default center, zoom level.
Problem - Flight data never appears.
Fresh SD card with Stretch downloaded from same address as above.
OS installed and updated. Some additional fun with chromium.
RTL-SDR installed and confirmed working.
Lighttpd installed.
Built in services that use port 8080 all stopped. Some slight command differences required from Jessie.
Lighttpd enabled, force-reload, confirmed running.
Dump1090 started, confirmed running, receive packets confirmed.
./dump1090 --net --write-json /run/dump1090-mutability --write-json-every 1
Page is successfully served at ip_address/dump1090/gmap.html.
Page can be modified with the config.js file. Title, marker, default center, zoom level.
Problem - Flight data never appears here either.
What am I missing?