mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-10 14:23:27 -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
f13af7f357
- Take liquid-dsp master - Align config.h MingW and Linux one. - Make 64bit build target SSE4.2 while 32bit stays SSE3. - Use latest MSYS2 version, i.e. GCC 8.3 for 64bit, GCC 7.4 for 32bit. - Updated libwinpthread-1.dll from latest MSYS2 - Removed libliquid.a from msvsc libs since Visual Studio can't possibly static link MINGW lib. ==> 1.5x perf boost in CubicSDR :) ==> Maybe the config.h was wrong all this time, for instance HAVE_MMX wasn't defined. Well well. |
||
---|---|---|
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+