rahimkhoja / net-checkins

A Python application that logs amateur radio Net check-ins.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amateur Radio Net Check-in Package

This is a utility to manage Ham Radio Net Check-ins.

Where are the logs stored? How to I view them?

Currently they're being stored in a SQLite3 database locally on the hard drive. The filename will be checkins.db and you can read the file with the following applications:

Running

PowerShell

./run.ps1

Bash

./run.sh

Python

python main.py

Alternatives

There are a few alternatives out there:

About

A Python application that logs amateur radio Net check-ins.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 99.1%Language:Shell 0.6%Language:PowerShell 0.3%