py-wsjtx icon indicating copy to clipboard operation
py-wsjtx copied to clipboard

Python library to interpret and generate UDP packets to communicate with WSJT-X

Results 6 py-wsjtx issues
Sort by recently updated
recently updated
newest added

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...