4253176fa1
Update README.md |
||
---|---|---|
qsolink | ||
tests | ||
.gitignore | ||
LICENSE | ||
README.md | ||
poetry.lock | ||
pyproject.toml |
README.md
qsolink
JSON/REST based Ham Radio Logging Platform
QSO Link (pronounced Q S O Link), Named after the Ham Radio Q Codes, is intended to be a cross platform ham radio contact logging package. It comes from a series of frustrations over the many years I've been a ham, where replacing a computer resulted in lost log databases. Or needing to come up with solutions to sync logs when using a laptop and a desktop, and possibly even a phone depending on the context of how I was operating. My goal is to use a JSON/REST API server, that can be accessed through a number of different front ends.
Future goals will include writing a Terminal User Interface front end, inspired by Fabian Kurz, DJ5CW logging package yfklog. In addition to a GUI interface, inspired by N3FPJ's Amateur Contact Log. Ideally both of these clients will be cross platform, working on Linux, FreeBSD, OSX, and Windows. Finally I think having a web interface that interacts with the API would be great as well.
I will be working on this project as part of #100DaysOfCode officially starting on September 18, 2023.
Dependencies Installation
$ poetry install
Running QSLlink for development
$ uvicorn qsolink.qsolink:app --reload
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.