dl8aau / wtkst

Client for the ON4KST chat with interfaces to logging software and Airscout
GNU General Public License v3.0
4 stars 2 forks source link

wtKST

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.

Features

Installation

To install use this release page

Currently there is no installer. Unzip the archive to a convenient folder and launch wtkst.exe from there.

Logging

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.

Bug reports, feedback etc

Please use the github issues page to report any problems. Or you can email me.

Future plans

Building from source

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.