All Projects → ctjacobs → pyqso

ctjacobs / pyqso

Licence: GPL-3.0 license
PyQSO is a contact logging tool for amateur radio operators.

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to pyqso

pyhamtools
A Library with Amateur Radio specific Functions and Methods
Stars: ✭ 71 (-5.33%)
Mutual labels:  ham-radio, amateur-radio
MasterFrequencyList
Erics Master Frequency lists for RF tuning
Stars: ✭ 43 (-42.67%)
Mutual labels:  ham-radio, amateur-radio
aprs-weather-submit
Manually submit weather station information to the APRS-IS network.
Stars: ✭ 17 (-77.33%)
Mutual labels:  ham-radio, amateur-radio
FAPRS
This repo is obsolete. Please use Chickadee
Stars: ✭ 16 (-78.67%)
Mutual labels:  ham-radio, amateur-radio
chirp
A mirror of the popular ham radio software from http://chirp.danplanet.com/projects/chirp/repository
Stars: ✭ 24 (-68%)
Mutual labels:  ham-radio, amateur-radio
codec2 talkie
Turn your Android phone into Codec2 Walkie-Talkie (Bluetooth/USB/TCPIP KISS modem client for DV digital voice communication)
Stars: ✭ 65 (-13.33%)
Mutual labels:  ham-radio, amateur-radio
Faraday-Software
Faraday node software
Stars: ✭ 41 (-45.33%)
Mutual labels:  ham-radio, amateur-radio
1bitSDR
Minimal SDR with Lattice MachXO2 FPGA. And a port to Cyclone3 by Steven Groom
Stars: ✭ 53 (-29.33%)
Mutual labels:  ham-radio, amateur-radio
Sagan
** README ** This repo has MOVED to https://github.com/quadrantsec/sagan
Stars: ✭ 236 (+214.67%)
Mutual labels:  log
git-tui
Collection of human friendly terminal interface for git.
Stars: ✭ 95 (+26.67%)
Mutual labels:  log
Golog
A high-performant Logging Foundation for Go Applications. X3 faster than the rest leveled loggers.
Stars: ✭ 208 (+177.33%)
Mutual labels:  log
Awstats
AWStats Log Analyzer project (official sources)
Stars: ✭ 238 (+217.33%)
Mutual labels:  log
datalogger
DataLogger foi projetado para ser uma biblioteca simples de log com suporte a vários providers.
Stars: ✭ 46 (-38.67%)
Mutual labels:  log
Wordpress Simple History
🔍🕵️‍♀️ WordPress audit log that track user changes in WordPress admin using a nice activity feed.
Stars: ✭ 232 (+209.33%)
Mutual labels:  log
woodpecker-client
异常日志收集客户端 环境隔离版本
Stars: ✭ 51 (-32%)
Mutual labels:  log
Monolog Bundle
Symfony Monolog Bundle
Stars: ✭ 2,532 (+3276%)
Mutual labels:  log
Lumberjackconsole
On-device CocoaLumberjack console with support for search, adjust levels, copying and more.
Stars: ✭ 205 (+173.33%)
Mutual labels:  log
CubeSatSim
CubeSatSim, the AMSAT CubeSat Simulator
Stars: ✭ 201 (+168%)
Mutual labels:  ham-radio
ng-logger
Angular logger service
Stars: ✭ 65 (-13.33%)
Mutual labels:  log
Mars
Mars is a cross-platform network component developed by WeChat.
Stars: ✭ 15,912 (+21116%)
Mutual labels:  log
Copyright (C) 2013-2018 Christian Thomas Jacobs.

This file is part of PyQSO.

PyQSO is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

PyQSO is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with PyQSO.  If not, see <http://www.gnu.org/licenses/>.

PyQSO

PyQSO is a contact logging tool for amateur radio operators.

Build Status Documentation Status

Dependencies

As the name suggests, PyQSO is written primarily in the Python programming language (version 3.x). The graphical user interface has been developed using the GTK+ library through the PyGObject bindings. Therefore, in order to run PyQSO, the Python interpreter must be present on your system along with support for GTK+. On many Linux-based systems this can be accomplished by installing the following Debian packages:

  • python3
  • gir1.2-gtk-3.0
  • python3-gi-cairo

Several extra packages are necessary to enable the full functionality of PyQSO. Many of these (specified in the requirements.txt file) can be readily installed system-wide using the Python package manager by issuing the following command in the terminal:

sudo pip3 install -U -r requirements.txt

but the complete list is given below:

  • python3-matplotlib (version 1.3.0 or later)
  • python3-numpy
  • libxcb-render0-dev
  • cartopy, for drawing the world map. This package in turn depends on python3-scipy, python3-cairocffi, cython, libproj-dev (version 4.9.0 or later), and libgeos-dev (version 3.3.3 or later).
  • geocoder, for QTH lookups.
  • python3-sphinx, for building the documentation.
  • python3-hamlib, for Hamlib support.

Hamlib support

There currently does not exist a Python 3-compatible Debian package for Hamlib. This library must be built manually to enable Hamlib support. As per the instructions on the Hamlib mailing list, run the following commands in the Hamlib root directory (you may need to run sudo apt-get install build-essential autoconf automake libtool beforehand):

export PYTHON=/usr/bin/python3
autoreconf --install
./configure --with-python-binding
make
sudo make install

You will also need to append the Hamlib bindings and bindings/.libs directories to the PYTHONPATH:

export PYTHONPATH=$PYTHONPATH:/path/to/hamlib/bindings:/path/to/hamlib/bindings/.libs

Installing and running

Assuming that the current working directory is PyQSO's base directory (the directory that the Makefile is in), PyQSO can be run without installation by issuing the following command in the terminal:

python3 bin/pyqso

If the Python package manager pip3 is available on your system then PyQSO can be installed system-wide using:

sudo make install

Once installed, the following command will run PyQSO:

pyqso

Documentation

Guidance on how to use PyQSO is available on Read the Docs and in the screencast below.

PyQSO: A Logging Tool for Amateur Radio Operators

The documentation can also be built locally with the following command:

make docs

which will produce an HTML version of the documentation in docs/build/html that can be opened in a web browser.

Contact

If you have any comments or questions about PyQSO please send them via email to Christian Jacobs, M0UOS, at [email protected].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].