Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cjcliffe/cubicsdr
Cross-Platform Software-Defined Radio Application
https://github.com/cjcliffe/cubicsdr
airspy airspyhf cross-platform hackrf ham-radio hamradio liquid-dsp opengl plutosdr radio rtl-sdr sdr sdrplay soapysdr software-defined-radio spectrum-analyzer visualization
Last synced: 2 days ago
JSON representation
Cross-Platform Software-Defined Radio Application
- Host: GitHub
- URL: https://github.com/cjcliffe/cubicsdr
- Owner: cjcliffe
- License: gpl-2.0
- Created: 2014-10-26T16:36:32.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T14:03:52.000Z (9 months ago)
- Last Synced: 2024-12-20T09:04:52.399Z (2 days ago)
- Topics: airspy, airspyhf, cross-platform, hackrf, ham-radio, hamradio, liquid-dsp, opengl, plutosdr, radio, rtl-sdr, sdr, sdrplay, soapysdr, software-defined-radio, spectrum-analyzer, visualization
- Language: C++
- Homepage: http://www.cubicsdr.com
- Size: 149 MB
- Stars: 2,083
- Watchers: 137
- Forks: 257
- Open Issues: 237
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CubicSDR [![CircleCI](https://dl.circleci.com/status-badge/img/gh/cjcliffe/CubicSDR/tree/master.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/cjcliffe/CubicSDR/tree/master)
========Cross-Platform Software-Defined Radio Application
- The latest releases are available on the [CubicSDR Releases](https://github.com/cjcliffe/CubicSDR/releases) page.
- Build instructions can be found at the [CubicSDR Wiki](https://github.com/cjcliffe/CubicSDR/wiki) page.
- Manual is available at [cubicsdr.readthedocs.io](http://cubicsdr.readthedocs.io).
- Manual contributions can be submitted to the [CubicSDR-Manual](https://github.com/cjcliffe/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+.Platform build scripts and test builds:
--------------------------------------
- MacOS (https://github.com/cjcliffe/CubicSDR-macOSBuild)
- Windows (https://github.com/cjcliffe/CubicSDR-WinBuild)
- Linux (AppImage) (https://github.com/cjcliffe/CubicSDR-AppImageKit)License:
-------
- GPL-2.0+