2016-02-17 10:31:41 -08:00
|
|
|
# adsbus
|
|
|
|
|
|
|
|
|
|
adsbus is a hub and protocol translator for [ADS-B](https://en.wikipedia.org/wiki/Automatic_dependent_surveillance_%E2%80%93_broadcast) messages.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Building
|
|
|
|
|
|
2016-02-17 10:34:00 -08:00
|
|
|
```bash
|
|
|
|
|
sudo apt-get -y install uuid-dev libjansson-dev
|
2016-02-17 10:34:47 -08:00
|
|
|
git clone https://github.com/flamingcowtv/adsb-tools.git
|
|
|
|
|
cd adsb-tools
|
2016-02-17 10:31:41 -08:00
|
|
|
make
|
2016-02-17 10:32:34 -08:00
|
|
|
```
|