Files
adsb-tools/README.md

19 lines
948 B
Markdown
Raw Permalink Normal View History

2016-03-11 15:34:06 -08:00
## Overview
adsb-tools is a suite of tools, written in several different languages, for capturing, processing, transmitting, and using [ADS-B](https://en.wikipedia.org/wiki/Automatic_dependent_surveillance_%E2%80%93_broadcast) data.
## Components
* [adsbus](adsbus/) is a network hub and protocol converter for ADS-B messages (written in C)
* Sources (capture/generate data)
* Sinks (consume/use data)
2016-03-11 15:39:42 -08:00
* [adsb-ws](sinks/adsb-ws/) takes an ADS-B feed and makes it available via [websockets](https://en.wikipedia.org/wiki/WebSocket) (written in Go)
* [sourcestats](sinks/sourcestats/) takes an ADS-B feed and periodically outputs statistics on message and clock rate (written in Python)
2016-03-11 15:35:49 -08:00
* Protocol/format documentation
* [airspy_adsb](protocols/airspy_adsb.md) (a.k.a. ASAVR)
* [beast](protocols/beast.md)
* [json](protocols/json.md)
* [proto](protocols/proto.md) (a.k.a. ProtoBuf, Protocol Buffers)
* [raw](protocols/raw.md) (a.k.a. AVR)