Why would we do this?

This commit is contained in:
Ian Gulliver
2016-03-11 15:43:28 -08:00
parent 34897e2ee3
commit 7bba968ac0

View File

@@ -2,6 +2,8 @@
adsb-ws takes an ADS-B feed and makes it available via [websockets](https://en.wikipedia.org/wiki/WebSocket) (written in Go) adsb-ws takes an ADS-B feed and makes it available via [websockets](https://en.wikipedia.org/wiki/WebSocket) (written in Go)
This exposes data from adsbus to HTTP clients. It allows you to write clients that consume the data entirely in JavaScript.
## Use ## Use
Pass `--exec-send=json=/path/to/adsb-ws` to [adsbus](../../adsbus/). Pass `--exec-send=json=/path/to/adsb-ws` to [adsbus](../../adsbus/).