Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 568 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 568 Bytes

pysk

ncurses terminal app to display streaming data from a Signal-K Server

Install

sudo easy_install pysk

Usage

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

Debugging

Enable a debug log:

$ pysk --log-level=DEBUG --log-file=/tmp/pysk.debug.log [<server:port>]

References