diff --git a/sinks/adsb-ws/README.md b/sinks/adsb-ws/README.md new file mode 100644 index 0000000..46e8353 --- /dev/null +++ b/sinks/adsb-ws/README.md @@ -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"`