forked from DJ3CE/CloudCatLog
Python-script interfacing rigctld and Cloudlog.
| CloudCatLog.py | Add initial python script - first working draft | |
| LICENSE | Initial commit | |
| README.md | Update Readme | |
CloudCatLog
Python-script interfacing rigctld and Cloudlog.
This script polls a rigctld instance for your TRX-data and pushes the information to the radio-API-endpoint of your Cloudlog instance, such that you can select your TRX in Cloudlog and get prefilled fields while logging QSOs.
--help
usage: CloudCatLog.py [-h] [--righost RIGHOST] [--rigport RIGPORT] [--interval INTERVAL] [--config CONFIG] [--verbose]
baseurl apikey rigName
positional arguments:
baseurl CloudLog baseurl (without API endpoint)
apikey CloudLog API key
rigName CloudLog Rig-Name
options:
-h, --help show this help message and exit
--righost RIGHOST Rigctld-Host (default: localhost)
--rigport RIGPORT Rigctld-Port (default: 4532)
--interval INTERVAL Update interval in sec (default: 1)
--config CONFIG INI-Style configuration file (not implemented yet)
--verbose