From 329e42a15c61cb8804104a34af3bd7bff6b12bba Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Fri, 11 Mar 2016 15:39:07 -0800 Subject: [PATCH] Doc for adsb-ws --- sinks/adsb-ws/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sinks/adsb-ws/README.md 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"`