ncurses terminal app to display streaming data from a Signal-K Server
sudo easy_install pysk
If your server implementation has mDNS Service discovery, just run:
$ pysk
You can also pass the server and port on the command line:
$ pysk <server:port>
Use arrow keys to navigate and q
, ESC
or CTRL-c
to exit
Enable a debug log:
$ pysk --log-level=DEBUG --log-file=/tmp/pysk.debug.log [<server:port>]