14 lines
369 B
Markdown
14 lines
369 B
Markdown
# 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
|
|
|
|
```bash
|
|
sudo apt-get -y install build-essential git clang libjansson-dev libprotobuf-c-dev protobuf-c-compiler
|
|
git clone https://github.com/flamingcowtv/adsb-tools.git
|
|
cd adsb-tools/adsbus
|
|
make
|
|
```
|