Upload to external logs

8 posts / 0 new
Last post
py1sw
Upload to external logs

Hello

Is it possible to make CQRLOG upload logs contacts as soon they are recorded and worked from WSJT-X?

If it is already been done would you please let me know how to implement to my Linux system?

I am not comparing but just to have an idea of what I am talking about. It is a similar resource that we find when using LOG4OM. When I am there any worked QSO that goes up to this log is also upload to QRZ, Clublog and eQSL. Only LoTW process is made using manual routine.

I also run Mac and there I have a software called AETHER which is not so automated as LOG4OM.

Thanks for your time.

73 Cesar - py1sw

oh1kh
Upload to external logs

Hi Cesar!

I do not use external logs but have you tried "Preferences/Online log upload/Upload QSO data immediately after save, update or delete" checbox ?
At least it uploads manual entered qso and I do not see a reason why it shouldn't do that also with wsjt-x remote saved qso.

--
Saku
OH1KH

py1sw
Upload to external logs -

Hello Saku @oh1kh

Thanks for replying my questions. I have reinstalled everything from scratch and observed that the interface " Online Log Upload" have:
HamQTH - I don't use it. All my QSOs are recorded to QRZ.COM
Clublog - ok, I've placed my call, pasword and e-mail
HRDLog - I don' t use it. All my QSOs are recorded to QRZ.COM
I couldn't find any special routine to upload QSO to LoTW. I am using two steps: saving an ADIF file and using LoTW program to upload it. The same procedure I am adopting to upload QSO to QRZ.COM

Sorry, but I didn' t catch what you mean with " wsjt-x remote saved qso ".

This message was to talk about a possible implement as a wish list but it is also to give me a broad idea of possible undiscovered routines from cqrlog.

I am deeply grateful for your work on this matter and make sure not complaining about cqrlog the way it is.

73's Cesar - PY1SW

CesarSantos
PY1SW

oh1kh
Upload to external logs -

Hi Caesar!

No problem. I understand it is difficult to find all features of cqrlog as I still find new features from time to time even when played and programmed cqrlog for several years now.

The first recommendation is found from NewQSO. The left side of top menu there is "Help" menu and issuing "help index" Should open help to your web browser. There are chapters for setting up and operating cqrlog.

There you do find also descriptions how to use LoTW. Briefly: NewQSO/Window/QSO list/QSL/LOTW/Export (and import). But this needs setting up the LoTW at Preferences and you should have TQSL and libSSLdev packages installed. Otherwise you will get errors.
There is no immediate upload of QSO to LoTW. It must be done as group up/download via QSL handling menu.

Uploaing to qrz.com must be done manually https://cqrlog.com/comment/8382#comment-8382

If you use WSJT-X or JTDX or FLDIGI for digital qsos you can connect them to cqrlog so that qsos you make are immediately logged to cqrlog. Connection of these programs to cqrlog are called "remote" connections.

If you have any questions do not hesitate to ask.
I try to answer best I can as I feel stupid to see someone asking a question(s) and nobody answers anything. That is not fair and good community practice.

Besides here are many other users who can answer questions and have better knowledge to many things that I do not know so well.

--
Saku
OH1KH

py1sw
Upload to external logs

Hello Saku @oh1kh

Thank you for your support. I read about that the log integration using automatic upload to QRZ would not be possible so far because of a misunderstanding with QRZ owner. That's a pity and I am sorry about this issue will block the program interface with such and most used site for ham radio. I guess that in the future someone can find a way to solve this considering open source aspects.

I checked the "remote" feature and understood on how to work with that.

Thank you very much
73 Cesar.

CesarSantos
PY1SW

SV2RCK
I would like to ask, if there

I would like to ask, if there is a way to run an external script when I click on Save QSO.
I will like to make some automation to upload my QSO and this will be very helpfull.

for example I wish to run
./myscript.sh $CALLSIGN $FREQ $BAND $MODE $RST

thanks

oh1kh
Upload to external logs

HI!
Only way at the moment is to create that by modifying current software.

In fNewQSO.pas where the subroutine "btn.SaveClick" exist needs additional line(s) to execute your script (if script file exists).
See the way how DXCluster alert callsign routine is made.

Perhaps also preferences/Online log upload needs update where you can enter the script path and name and also "enable" checkbox.

The excellent property of Open source software is that you can add you own modifications.

--
Saku
OH1KH

SV2RCK
"The excellent property of

"The excellent property of Open source software is that you can add you own modifications."
Yes this is true but I have no idea about Lazarus and Pascal. I can work on bash, php and mysql.

"Perhaps also preferences/Online log upload needs update where you can enter the script path and name and also "enable" checkbox."
I believe this is the best option, I hopeful wait for some update in the future.
Thanks