https://github.com/lopastudio/qsolink-logbook
Simple HAM logbook
https://github.com/lopastudio/qsolink-logbook
ham-radio hamradio logger logging
Last synced: over 1 year ago
JSON representation
Simple HAM logbook
- Host: GitHub
- URL: https://github.com/lopastudio/qsolink-logbook
- Owner: Lopastudio
- License: apache-2.0
- Created: 2023-08-11T13:36:28.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-28T10:25:31.000Z (about 2 years ago)
- Last Synced: 2024-04-29T10:38:45.090Z (about 2 years ago)
- Topics: ham-radio, hamradio, logger, logging
- Language: C#
- Homepage: https://lopastudio.sk/logbook
- Size: 24.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
#  QsoLink Logbook

### Full release coming on 29th of May 2024 (29.3.2024) - Contest
## About
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)
## Download
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](https://github.com/Lopastudio/QSOLink-Logbook/releases) or by clicking the button below:
[](https://github.com/Lopastudio/QSOLink-Logbook/releases)
### Bug / Feature Request
If you find a bug or want to request a new feature, please open an issue [here](https://github.com/Lopastudio/QSOLink-Logbook/issues/new).
## To-Do List
| Task | Status |
| ---------------------------------------------- | ------ |
| Automatic log uploads (html) | ❌ |
| Add multiple logbook support | ❌ |
| Start new idea (contesting mode) | ❌ |
## Known Bugs
| Bug Description | Status |
| ---------------------------------------------- | ------ |
| Removing a contact assigns the wrong index number. | ✅ |
## Support
If you appreciate my work, please consider donating.
[](https://www.paypal.com/donate/?hosted_button_id=JQM3976LAZR4U)
## Developer Section
### Compiling
1. Clone the project: `git clone https://github.com/Lopastudio/QSOLink-Logbook/`
2. Download and install Visual Studio 2022 with the dotNET Desktop Development package.
3. Open the project in Visual Studio, switch to the Release configuration.
4. Build the project using `CTRL + B` or by clicking "Build QSOLink Logbook" in the Build tab.
5. The compiled build will be in the `Bin/Release` folder of the project.
### Contribution
If you'd like to contribute, follow these steps:
1. Fork the repo
2. Make your changes
3. Commit and push to your branch
4. Create a Pull Request
## License
This project is licensed under the [Apache License 2.0](https://github.com/Lopastudio/QSOLink-Logbook/blob/master/LICENSE.txt).