A python module to interpret and create WSJT-X UDP packets
Go to file
bmo cb7e0a39c7 add verbose flag on initializer, quiet some debugging 2019-01-03 22:45:22 -08:00
images image, configurable thread count 2018-12-20 07:47:10 -08:00
pywsjtx add verbose flag on initializer, quiet some debugging 2019-01-03 22:45:22 -08:00
samples safety commit - intermediate changes to support checking sections 2018-12-29 21:29:44 -08:00
.gitignore ignore IDE dir 2018-02-03 09:32:06 -08:00
LICENSE initial packet decoding / generation and simple server 2018-02-03 09:26:25 -08:00
README.md first commit 2018-02-03 09:24:24 -08:00
requirements.txt initial packet decoding / generation and simple server 2018-02-03 09:26:25 -08:00
setup.py initial packet decoding / generation and simple server 2018-02-03 09:26:25 -08:00

README.md

A python module to interpret WSJT-X udp packets

Developed and tested with Python >= 3.6

Still In Progress