1
0
Fork
You've already forked CloudCatLog
0
forked from DJ3CE/CloudCatLog
Python-script interfacing rigctld and Cloudlog.
  • Python 100%
2023年12月25日 14:09:39 +01:00
CloudCatLog.py Add initial python script - first working draft 2023年12月25日 14:01:47 +01:00
LICENSE Initial commit 2023年12月25日 12:54:32 +00:00
README.md Update Readme 2023年12月25日 14:09:39 +01:00

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