readsb
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 -q -O - https://raw.githubusercontent.com/wiedehopf/adsb-scripts/master/readsb-install.sh)"
Install from Source
Install Dependencies
$ sudo apt-get install librtlsdr-dev
Build the Source Code
$ git clone https://github.com/Mictronics/readsb.git
$ cd readsb
$ make RTLSDR=yes
$ sudo make install
Last updated
Was this helpful?