Skip to content
/ so2sdr Public
forked from n4ogw/so2sdr

development repository for http://code.google.com/p/so2sdr/

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
COPYING
Unknown
license.rtf
Notifications You must be signed in to change notification settings

EQ4/so2sdr

 
 

Repository files navigation

So2sdr

A ham radio contest logging program incorporating software-defined radio (SDR) spectral displays. Runs under Linux and Windows. Version 2 has two separate executables: 1) so2sdr, the logging program and 2) so2sdr-bandmap, the SDR spectral display. So2sdr-bandmap can be used separately from so2sdr.

Copyright 2010-2015 R. Torsten Clay N4OGW


Install instructions (Linux)

You will need the following development libraries installed: Qt4, FFTW, Hamlib, and PortAudio. Other various development packages include g++, Git, and pkg-config.

  1. Clone the git repository to your local machine:
    git clone git://github.com/n4ogw/so2sdr.git

or, from your account on Git Hub create your own fork of Tor's repository and clone a read/write repository to your local machine.

  1. By default, so2sdr will be installed in /usr/local/bin, and associated data files will be placed in /usr/local/share/so2sdr. If you want to change the location of the program, edit SO2SDR_INSTALL_DIR in common.pri

  2. qmake

  3. make

(make -j 2 will use 2 cores and go faster)

N.B. Subdirectory Makefiles will be created from the top level Makefile.

  1. (as superuser) make install

  2. Test and contribute!


Building for Windows

See the file windows/so2sdr-windows-compile.md for information on how to cross-compile so2sdr for Windows using the MXE environment.


Additional help is available in the file share/so2sdrhelp.html or via the Help menu in the program.

Torsten Clay so2sdr@gmail.com

Nate Bargmann n0nb@n0nb.us

About

development repository for http://code.google.com/p/so2sdr/

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
COPYING
Unknown
license.rtf

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.9%
  • C++ 46.0%
  • Roff 1.5%
  • Other 1.6%