﻿ts590mon - command-line station monitor for TS-590SG

Copyright (C) 2023 by Matthew K. Roberts, KK5JY. All rights reserved.
License: GPL Version 3.0

The package contains two main Python programs:

   ts590sg-monitor.py
   ts590sg-state.py

The user interface is ts590sg-monitor.py.  This program will run the
other to connect to a local rigctld instance and start scanning the
commands to read the radio state.

You can also specify a command line to run the ts590sg-state.py on another
machine, or at a custom location, like this:

   ./ts590sg-monitor ssh otherhost /path/to/ts590sg-state.py

This will ssh to 'otherhost' and try to run ts590sg-state.py as the data
source for the user interface.
