Go to file
absenth d7b73793c1 Updated Readme 2023-10-02 21:43:28 -05:00
qsolink_client setting up the poetry project for qsolink-client 2023-10-02 20:18:59 -05:00
tests setting up the poetry project for qsolink-client 2023-10-02 20:18:59 -05:00
.gitignore adding LICENSE, and gitignore 2023-10-02 20:05:41 -05:00
LICENSE adding LICENSE, and gitignore 2023-10-02 20:05:41 -05:00
README.md Updated Readme 2023-10-02 21:43:28 -05:00
poetry.lock setting up the poetry project for qsolink-client 2023-10-02 20:18:59 -05:00
pyproject.toml setting up the poetry project for qsolink-client 2023-10-02 20:18:59 -05:00

README.md

qsolink-client

QSOLink-Client serves as the client for QSOLink a JSON/REST based Ham Radio Logging Platform

QSO Link (pronounced Q S O Link), Named after the Ham Radio Q Codes. This client is written using flet and can easily provide a WebUI or a Desktop GUI.

Future goals will include writing a Terminal User Interface front end, inspired by Fabian Kurz, DJ5CW logging package yfklog. This GUI is inspired by N3FPJ's Amateur Contact Log.

Dependencies Installation

$ poetry install
$ python main.py

Future Integrations

I think integrating with a callsign lookup database like HamDB.org or callbook.info would be fantastic. I should also ensure that QSOLink can post our logbook to the QRZ Logbook which has an API as well.