Matthias Wirth 2319eb67b7 add screenshot
2021-01-13 10:37:06 +01:00
2019-08-24 14:03:12 +02:00
2019-07-30 15:04:00 +02:00
2019-07-26 15:21:08 +02:00
2019-08-22 16:10:26 +02:00
2019-08-25 13:05:37 +02:00
2019-08-25 13:05:37 +02:00
2019-10-17 15:39:26 +02:00
2021-01-13 10:37:06 +01:00
2019-07-26 16:21:39 +02:00
2019-08-24 10:44:20 +02:00

tar1090

Provides an improved dump1090-fa webinterface

  • Improved adjustable history
  • Show All Tracks much faster than original with many planes

Installation / Update:

sudo bash -c "$(wget -q -O - https://raw.githubusercontent.com/wiedehopf/tar1090/master/install.sh)"

View the added webinterface

Click the following URL and replace the IP address with address of your Raspberry Pi:

http://192.168.x.yy/tar1090

Configuration (optional):

Edit the configuration file to change the interval in seconds and number of history files saved:

sudo nano /etc/default/tar1090

Ctrl-x to exit, y (yes) and enter to save.

Apply the configuration:

sudo systemctl restart tar1090

The duration of the history in seconds can be calculated as interval times history_size.

UAT receiver running dump978-fa and skyview978:

This is the relevant part in the configuration file:

# Change to yes to enable UAT/978 display in tar1090
ENABLE_978=no
# If running dump978-fa on another computer, modify the IP-address as appropriate.
URL_978="http://127.0.0.1/skyview978"

Open and save as described above in the Configuration section. Follow the instructions in the file.

Installation / Update to work with another folder, for example /run/combine1090

wget -q -O /tmp/install.sh https://raw.githubusercontent.com/wiedehopf/tar1090/master/install.sh
sudo bash /tmp/install.sh /run/combine1090

Remove / Uninstall

sudo bash -c "$(wget -q -O - https://raw.githubusercontent.com/wiedehopf/tar1090/master/uninstall.sh)"
Description
Provides an improved webinterface for use with ADS-B decoders readsb / dump1090-fa
Readme GPL-2.0 39 MiB
Languages
JavaScript 83.4%
HTML 7.1%
CSS 4.9%
Shell 4.5%