augratin

Allow POTA chasers to easily find and log POTA contacts

View on GitHub

AuGratin

License: GPL v3 Python: 3.8+ Made With:PyQt5 PyPI - Downloads

logo

Why AuGratin

AuGratin is an extension to an earlier program called POTAto. And since it’s made from POTAto, I called it AuGratin.

What is AuGratin

To answer this you must know what POTA is. POTA is Parks On The Air. A year round activity of many amateur radio operators or HAMS. The Activator, will set up a radio station in a state/national park and make as many contacts as they can. Other Radio Amateurs also known as Hunters or Chasers, will seek out and try to contact as many Activators as they can.

AuGratin allows A POTA Hunter to easily log contacts with Activators. It pulls latest POTA spots. Displays them in a compact interface. Once a spot is clicked on AuGratin will talk to either rigctld, flrig, or OmniRig to change the radio to the correct frequency and mode. It will pre-populate All the fields needed for logging the contact. All contacts are stored in an ADIF file in your home directory, which you can then import into your normal logging program.

screenshot

Recent changes

Installing, Updating, Running, Removing

# install
pip install augratin

# update
pip install -U augratin

# remove
pip uninstall augratin

# running
augratin

Features

When you press the “Log it” button the adif information is appended to POTA_Contacts.adi in your home folder.

What to do if your map is blank

Not sure why, but the map may not work if you let pip install PyQt5 and PyQtWebEngine automatically. If your map is blank, try:

pip uninstall PyQt5
pip uninstall PyQtWebEngine

Then install them through your package manager.

#fedora
sudo dnf install python3-qt5 python3-qt5-webengine

#ubuntu
sudo apt install python3-pyqt5 python3-pyqt5.qtwebengine

What to do if omnirig fails to connect

On occasion the win32 cache files can get corrupted preventing connection to omnirig. If omnirig was previously working but the continues to fail try erasing the cache files located here: C:\Users\username\AppData\Local\Temp\gen_py\python version

CAT control

If no command line options are given, the program will check if either flrig, rigctld or OmniRig are running on the computer. It will setup CAT control to whichever it finds first.

You can force it to use either with commandline options.

-r will force rigctld with default host:port of localhost:4532.

-f will force flrig with default host:port of localhost:12345.

-2 will force ‘Rig2’ with OmniRig.

-s SERVER:PORT will specify a non-standard host and port.