Go to file
absenth 55525a3229 still not working. 2023-10-07 12:06:54 -05:00
src still not working. 2023-10-07 12:06:54 -05:00
.gitignore Initial Commit - models defined, crud operations defined 2023-09-16 09:39:00 -05:00
LICENSE Initial commit 2023-09-16 08:09:01 -05:00
README.md updating README with new setup instructions and trying to fix the test. 2023-10-06 11:23:13 -05:00
requirements.txt still not working. 2023-10-07 12:06:54 -05:00

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

$ echo "create virtualenv"
$ python -m venv venv
$ . venv/bin/actiate
$ pip install -r requirements.txt
$ 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.