Propagation Mode #2680
Unanswered
Michael-AUG
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Cloudlog expects the following style payload, anything not required completely remove. {
"key": "YOUR_API_KEY", // API-Key
"radio": "QO-100 Station", // Name of the radio (used for assigning received data)
"frequency": "2400170000", // Frequency in Hz
"mode": "SSB", // Mode
"frequency_rx": "10489670000", // Optional Rx frequency in Hz
"mode_rx": "SSB", // Optional Rx mode (not logged)
"prop_mode": "SAT", // Optional propagation mode
"sat_name": "QO-100", // Optional satellite name
"power": "5", // Optional transmit power in Watts
} |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I am trying to make some slight amendments to Tobias'
cloudlog rigctld interface
.For some reason, whenever the interface uploads data to CloudLog, it defaults to SATELLITE in the propagation mode.
What value can I send to the API to tell CloudLog that there is no special prop_mode being used? I have tried
0
," "
and""
but, while these may work for one upload, CloudLog then defaults back to Satellite.Many thanks
Michael GM5AUG
Beta Was this translation helpful? Give feedback.
All reactions