QsoLink Logbook is a user-friendly radioamateur logging software designed to be simple. Final release will include:
- General logging
- Multiple logbooks support
- Automatic locator updates (for portable use)
- Automatic log website generator / updater (to ftp website)
Firstly, install dotNet framework: https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48
And now you can just download the official releases with installers from the Releases section or by clicking the button below:
If you find a bug or want to request a new feature, please open an issue here.
Task | Status |
---|---|
Automatic log uploads (html) | ❌ |
Add multiple logbook support | ❌ |
Start new idea (contesting mode) | ❌ |
Bug Description | Status |
---|---|
Removing a contact assigns the wrong index number. | ✅ |
If you appreciate my work, please consider donating.
- Clone the project:
git clone https://github.com/Lopastudio/QSOLink-Logbook/
- Download and install Visual Studio 2022 with the dotNET Desktop Development package.
- Open the project in Visual Studio, switch to the Release configuration.
- Build the project using
CTRL + B
or by clicking "Build QSOLink Logbook" in the Build tab. - The compiled build will be in the
Bin/Release
folder of the project.
If you'd like to contribute, follow these steps:
- Fork the repo
- Make your changes
- Commit and push to your branch
- Create a Pull Request
This project is licensed under the Apache License 2.0.