ph1l / pysk

ncurses terminal app to display streaming data from a signalk server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ncurses terminal app to display streaming data from a signalk server

License:GNU General Public License v3.0


Languages

Language:Python 100.0%