Files
adsb-tools/sinks/adsb-ws/README.md
2016-03-11 15:43:28 -08:00

500 B

Overview

adsb-ws takes an ADS-B feed and makes it available via websockets (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

Pass --exec-send=json=/path/to/adsb-ws to 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"