Skip to content

QRZ Logbook Synchronisation

Peter Goodhall edited this page May 12, 2020 · 6 revisions

Cloudlog allows QRZ Logbook QSO push, this allows you to send any QSOs logged to the third party service. Setup of this feature is simple.

When creating or editing the Station Profile there is a field for the QRZ Logbook API once this is provided when you Add/Edit a QSO this information will be forwarded to QRZ Logbooks API

Tips

Batch Uploading

You can run batch uploading to QRZ, this is useful in case of instances where QRZ.com is down or you have edited a QSO these are uploaded with this process.

*/2 * * * * curl --silent https://<url-and-path-to-cloudlog>/index.php/qrz/upload/  &>/dev/null
Clone this wiki locally