This software implements a client for the ON4KST chat. It is optimized for efficient sked management during VHF/UHF/SHF contests. It interfaces to Win-Test contest logging software and recently started to implement other logging software (e.g. QARTest).
The software has been written originally by Frank Schmähling DL2ALF (https://github.com/dl2alf) for his team DL0GTH.
This version is licensed under the GPL (v3 or later). See the file LICENSE for details.
To install use this release page
Currently there is no installer. Unzip the archive to a convenient folder and launch wtkst.exe from there.
wtKST logs to %localappdata%\wtKST\wtKST\wtKST_dd.mm.yyyy.log .
Further some debugging information is send through the console output, but currently only visibule in Visual Studio.
Please use the github issues page to report any problems. Or you can email me.
You will need Visual Studio Community Edition (2019 or 2022). Load the wtKST.sln and build.
ScoutBase DLLs are currently build in Airscout tree and copied. We could reference them here, too, but then one would need to checkout Airscout sources, too.