py-wsjtx
py-wsjtx copied to clipboard
Python library to interpret and generate UDP packets to communicate with WSJT-X
Looking for a usage guide; when i try and run from vscode - nothing happens. I am missing something.
I've got the Python script running as a service, but it is not updating WSJT-X. I think this is an issue with it not pulling GPS (from the line "#TODO:...
Add support for Reply packets and QSOLogged packets
For K2GC - needs to init gps with appropriate settings since his isn't battery backed.
If the FT8 CQ is of type `CQ DX ...` the callsign is not coloured. Here is a fix for the regex part: ``` --- a/samples/color_wsjtx_packets.py +++ b/samples/color_wsjtx_packets.py @@ -30,7...