Doc for adsb-ws

This commit is contained in:
Ian Gulliver
2016-03-11 15:39:07 -08:00
parent 0b3a98572d
commit 329e42a15c

11
sinks/adsb-ws/README.md Normal file
View File

@@ -0,0 +1,11 @@
## Overview
adsb-ws takes an ads-b feed and makes it available via [websockets](https://en.wikipedia.org/wiki/WebSocket) (written in Go)
## Use
Pass `--exec-send=json=/path/to/adsb-ws` to [adsbus](../../adsbus/).
Optional flags:
* `--exec-send=json="/path/to/adsb-ws --bind-address=host:port"`
* `--exec-send=json="/path/to/adsb-ws --static-dir=/path/to/static/content"`