Installation
ADSBCOT's functionality provided by a command-line program called adsbcot.
There are several methods of installing ADSBCOT. They are listed below, in order of complexity.
Debian, Ubuntu, Raspberry Pi¶
Install ADSBCOT, and prerequisite packages of PyTAK & AIRCOT.
N.B. This installation method only supports
http://&file://based ADS-B data feeds. To use TCP RAW (SBS-1) or TCP binary Beast protocols, you'll need to install pyModeS, see below.
Windows, Linux¶
Install from the Python Package Index (PyPI) [Advanced Users]::
TCP BaseStation (SBS-1) & TCP binary Beast support¶
If you'd like to read decoded ADS-B data over the network, you must install ADSBCOT with the extra pymodes package:
ADSBExchange.com Raspberry Pi¶
These instructions are exclusively for systems running the ADSBExchange.com Raspberry Pi image.
Docker¶
Build the docker container.
Run the docker container with config folder mounted locally. Config files can be edited in the local folder /opt/docker/adsbcot/.
Developers¶
PRs welcome!