Files
adsb-tools/adsbus/README.md

14 lines
369 B
Markdown
Raw Normal View History

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
2016-02-28 19:49:06 -08:00
sudo apt-get -y install build-essential git clang libjansson-dev libprotobuf-c-dev protobuf-c-compiler
2016-02-17 10:34:47 -08:00
git clone https://github.com/flamingcowtv/adsb-tools.git
2016-02-28 19:49:06 -08:00
cd adsb-tools/adsbus
2016-02-17 10:31:41 -08:00
make
2016-02-17 10:32:34 -08:00
```