Move adsbus into its own dir.
This commit is contained in:
13
adsbus/README.md
Normal file
13
adsbus/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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 uuid-dev libjansson-dev
|
||||
git clone https://github.com/flamingcowtv/adsb-tools.git
|
||||
cd adsb-tools
|
||||
make
|
||||
```
|
||||
Reference in New Issue
Block a user