PyQSO is a contact logging tool for amateur radio operators.
 
 
Go to file
Christian Jacobs 9ba6cf2ded Renamed 'doc' to 'docs'. 2015-02-08 12:39:24 +00:00
bin Added my callsign. 2015-02-08 03:01:43 +00:00
docs Renamed 'doc' to 'docs'. 2015-02-08 12:39:24 +00:00
icons A few more improvements to the log icons. 2013-09-02 20:59:52 +01:00
pyqso Allow default values for power and mode, but remove the work-in-progress for the default frequency unit. 2015-02-08 01:09:05 +00:00
.gitignore Ignore all .pyc files. 2014-05-13 18:21:54 +01:00
.travis.yml Try using xvfb. 2015-02-08 02:45:41 +00:00
COPYING Added some core files for the PyQSO program: 2013-03-22 22:16:31 +00:00
Makefile Clear up .out files in the doc directory. 2014-03-22 21:14:23 +00:00
README.md Added python-sphinx as a dependency (if the user wants to build the documentation). 2015-02-08 12:37:05 +00:00
setup.py Move to version 0.2a-dev. 2014-03-22 22:05:08 +00:00

README.md

File: README.md
Copyright (C) 2013 Christian 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

Installation and running

Assuming that the current working directory is PyQSO's base directory (the directory that the Makefile is in), PyQSO can be installed via the terminal with the following command:

make install

Note: 'sudo' may be needed for this. Once installed, the following command will run PyQSO:

pyqso

Alternatively, PyQSO can be run (without installing) with:

python bin/pyqso

from PyQSO's base directory.

Documentation

The PyQSO user manual is stored as a LaTeX source file in the doc/ directory. It can be compiled with the following command:

make manual

which will produce the manual.pdf file.

Dependencies

PyQSO depends on the following Debian packages:

  • gir1.2-gtk-3.0
  • python2.7
  • python-gi-cairo (for log printing purposes)

The following extra packages are necessary to enable the grey line tool:

  • python-mpltoolkits.basemap
  • python-numpy
  • python-matplotlib (version 1.3.0 or later)

The following extra package is necessary to enable Hamlib support:

  • python-libhamlib2

The following extra package is necessary to build the documentation:

  • python-sphinx

Contact

If you have any comments or questions about PyQSO, please send them via email to c.jacobs10@imperial.ac.uk.