Re: [wsjt-devel] UDP command input

2018-06-29 Thread Lorenzo IZ0KBA via wsjt-devel
Thank's KARI! 100%, for me is OK reply to other OM CQing. (TYPE 4) Now i use WSJTXClass, by Randy K9VD. how should I dial the string to be sent via UDP? 73 You just need to send back the CQ or QRZ message you want to reply to, set message type to 4 and stuff in possible keyboard modifiers. ( M

Re: [wsjt-devel] UDP command input

2018-06-29 Thread Karza
You just need to send back the CQ or QRZ message you want to reply to, set message type to 4 and stuff in possible keyboard modifiers. ( Modifiers are not normally needed, 0x00 works fine ) Of course your code needs to have some logic to choose the message you want to reply to... Please note Bil

Re: [wsjt-devel] UDP command input

2018-06-29 Thread Lorenzo IZ0KBA via wsjt-devel
No documentation o code exaple for TYPE4? Hi Lorenzo, Please have a look at this: https://github.com/teabreakninja/py_wsjtx There you find some nice Python modules that should get you started. 73's de Kari, oh2gqc On 06/29/2018 03:04 PM, Lorenzo IZ0KBA via wsjt-devel wrote: Hello Bill. I re

Re: [wsjt-devel] UDP command input

2018-06-29 Thread Karza
Hi Lorenzo, Please have a look at this: https://github.com/teabreakninja/py_wsjtx There you find some nice Python modules that should get you started. 73's de Kari, oh2gqc On 06/29/2018 03:04 PM, Lorenzo IZ0KBA via wsjt-devel wrote: Hello Bill. I read the documentation and the (type 4) is per

Re: [wsjt-devel] UDP command input

2018-06-29 Thread Lorenzo IZ0KBA via wsjt-devel
Hello Bill. I read the documentation and the (type 4) is perfect to my idea. I use python3, some one can help me? 73 On 29/06/2018 11:46, Lorenzo IZ0KBA via wsjt-devel wrote: Hello, I'm Lorenzo IZ0KBA. Can WSJT-x accept command input by UDP? I need to write the callsing in the DX CALL textbo

Re: [wsjt-devel] UDP command input

2018-06-29 Thread Lorenzo IZ0KBA via wsjt-devel
Unfortunately I do not have HF radio at home, but in another very close. I can not install HF antennas. In the other house, I have a radio with TNC packet. Now I can send the strings received via FT8 via packet. I need to send the callsign I would like to connect via packet and the remote statio

Re: [wsjt-devel] UDP command input

2018-06-29 Thread Bill Somerville
On 29/06/2018 11:46, Lorenzo IZ0KBA via wsjt-devel wrote: Hello, I'm Lorenzo IZ0KBA. Can WSJT-x accept command input by UDP? I need to write the callsing in the DX CALL textbox. It's possible this? Thanks Hi Lorenzo, the UDP message protocol used by WSJT-X is documented here: https://sour