Hello everyone!
Here’s a step by step guide to display the output of “view1090” in realtime on a VERY OLD tablet.
In my case, a Google Nexus 7 - 2013 - which won’t even connect to the Play Store anymore.
Hence, no Chrome updates and an unusable tar1090 web interface (won’t even load the map).
Hardware is Raspberry Pi 3 with Raspbian 10 “Buster”, Nooelec dongle but will work on any distro and architecture!
All commands need root.
apt-get install shellinabox
nano /etc/default/shellinabox
Last line should now read:
SHELLINABOX_ARGS="--no-beep --disable-ssl --service /:0:0:/root/:/root/siab.sh"
Save (ctrl+x) and exit. Now do:
nano /root/siab.sh
#!/bin/bash
tput civis
/usr/bin/view1090 --metric --lat 28.2828 --lon 11.1234 --interactive-show-distance --interactive-distance-units km
Finalize:
chmod +x /root/siab.sh
systemctl restart shellinabox.service
Navigate to http://PI_ADDRESS:4200
If you want your tablet to stay always-on while charging, you should enable “Stay awake” under “Developer options”.
Hope this helps, Cheers!!!