Skip to content

SOTAbeams/WSPRliteConfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WSPRliteConfig

A program to adjust the settings of a WSPRlite device ( https://www.sotabeams.co.uk/wsprlite ).

License: GPLv3+

Running

Instructions and compiled executables can be found at https://dxplorer.net/wsprlite/

Windows

You may need to install the "CP210x USB to UART Bridge VCP" driver manually. Download drivers here.

The config program as published on dxplorer.net is statically linked, so should not need any extra DLLs.

Linux

If the config program runs but cannot communicate with the WSPRlite, you may need to add yourself to a specific group (e.g. dialout or uucp) so that you can access the USB device. See doc/linux-serial.md for details.

Building

Dependencies

  • cmake
  • g++
  • git-core
  • wxWidgets (v3.1.4 or later) - package name is usually something like libwxgtk3.2-dev on Linux
  • libserialport (v0.1.1 or later).

Getting the source code

git clone https://github.com/SOTAbeams/WSPRliteConfig.git
cd WSPRliteConfig
git submodule update --init

Linux

mkdir build
cd build
cmake ..
make

Remember to run git submodule update --init first.

Windows

This program uses some modern C++ features. This means it might or might not successfully compile in Visual Studio.

Libraries used

CRC++ and cppcodec are header only libraries and are set up as git submodules in this repository, so should not need to be installed in order to compile the config program. libserialport and wxWidgets (and their development packages if applicable) need to be installed to compile the program.

About

WSPRlite configuration program source code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published