tar1090

Install Automatically

To install readsb automatically by wiedehopf's installer script (an opinionated installer), open a terminal on your Raspberry Pi and type:

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

Using super user via sudo is necessary to grant the permissions necessary to install the system package and service.

Configure

You may wish to change some configuration values. This is an optional step.

$ sudo nano /etc/default/tar1090

After making changes to the file, be sure to restart the system service.

$ sudo systemctl daemon-reload
$ sudo systemctl restart tar1090

You might also wish to change some of tar1090's web interface settings.

$ sudo nano /usr/local/share/tar1090/html/config.js

Last updated