mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-10 06:18:57 -05:00
Cross-platform Software Defined Radio application. Uses SoapySDR, and has support for a wide range of dongles and strange pieces of hardware.
https://www.cubicsdr.com
2f4e9a9e74
The dialog layout uses a sizer to scale the content automatically. The layout wasn't very good using sizers alone as width of the dialog was being set too narrow for the title string. The width is set manually to either the [title string width + 35%] or the [content string width +10%], whichever's the greater. |
||
---|---|---|
cmake | ||
external | ||
font | ||
icon | ||
src | ||
travis-ci | ||
.gitignore | ||
.travis.yml | ||
CMakeLists.txt | ||
cubicsdr.rc | ||
LICENSE | ||
README.md |
CubicSDR
Cross-Platform Software-Defined Radio Application
- The latest downloads are available on the CubicSDR Releases page.
- Build instructions can be found at the CubicSDR Wiki page.
- Manual is available at cubicsdr.readthedocs.io.
- Manual contributions can be submitted to the CubicSDR-Manual repository.
Utilizes:
- liquid-dsp (http://liquidsdr.org/ -- https://github.com/jgaeddert/liquid-dsp)
- SoapySDR (http://www.pothosware.com/ -- https://github.com/pothosware/SoapySDR)
- RtAudio (http://www.music.mcgill.ca/~gary/rtaudio/ -- http://github.com/thestk/rtaudio/)
- LodePNG (http://lodev.org/lodepng/)
- BMFont (http://www.angelcode.com/ -- http://www.angelcode.com/products/bmfont/)
- Bitstream Vera font (http://en.wikipedia.org/wiki/Bitstream_Vera)
- OpenGL (https://www.opengl.org/)
- wxWidgets (https://www.wxwidgets.org/)
- CMake (http://www.cmake.org/)
Optional Libs:
- FFTW3 (can be compiled into liquid-dsp if desired) (http://www.fftw.org/ -- https://github.com/FFTW/fftw3)
- hamlib (https://github.com/Hamlib/Hamlib)
Recommended minimum requirements:
- Multi-core processor system with at least 1GB RAM.
- Graphics card with at least 128MB video memory and OpenGL 3.x or ES 2.0 support.
- OSX 10.9+ for Mac binary releases.
- Windows 7+ for 64 or 32-bit Windows binary releases.
- Linux and other embedded distribution support yet to be indexed, known to at least work on Debian 8+ and Ubuntu 14+.
Target Platforms:
- OSX
- Windows
- Linux
License:
- GPL-2.0+