CubicSDR/README.md

52 lines
2.1 KiB
Markdown
Raw Normal View History

2014-10-26 12:36:32 -04:00
CubicSDR
========
2014-11-17 20:44:11 -05:00
Cross-Platform Software-Defined Radio Application
2016-01-11 19:53:36 -05:00
- Please see the [CubicSDR GitHub Wiki](https://github.com/cjcliffe/CubicSDR/wiki) for build instructions.
2016-08-04 13:52:37 -04:00
- Manual is available (work-in-progress) at [cubicsdr.readthedocs.io](http://cubicsdr.readthedocs.io).
2016-01-11 19:53:36 -05:00
- See also the current [CubicSDR Releases](https://github.com/cjcliffe/CubicSDR/releases) page for available binaries.
2014-11-17 20:44:11 -05:00
Utilizes:
--------
2015-10-14 19:00:16 -04:00
- 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/)
2014-12-11 23:04:07 -05:00
- LodePNG (http://lodev.org/lodepng/)
2015-10-14 19:00:16 -04:00
- BMFont (http://www.angelcode.com/ -- http://www.angelcode.com/products/bmfont/)
2014-12-11 21:57:08 -05:00
- Bitstream Vera font (http://en.wikipedia.org/wiki/Bitstream_Vera)
2014-12-11 23:04:07 -05:00
- OpenGL (https://www.opengl.org/)
- wxWidgets (https://www.wxwidgets.org/)
2014-11-17 20:44:11 -05:00
- CMake (http://www.cmake.org/)
2016-03-21 18:39:33 -04:00
Optional Libs:
--------
2016-07-20 19:08:52 -04:00
- FFTW3 (can be compiled into liquid-dsp if desired) (http://www.fftw.org/ -- https://github.com/FFTW/fftw3)
- hamlib (https://github.com/Hamlib/Hamlib)
2016-03-21 18:39:33 -04:00
2015-02-27 23:02:11 -05:00
Features and Status:
--------------------
2016-01-11 19:50:47 -05:00
- Please see the issues on GitHub or visit https://github.com/cjcliffe/CubicSDR/wiki/CubicSDR-Roadmap-and-Ideas for more information.
2016-01-11 19:54:21 -05:00
- A manual is in development at https://github.com/cjcliffe/CubicSDR/issues/248 if you would like to contribute.
2014-11-17 20:44:11 -05:00
2016-01-11 20:05:06 -05:00
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.
2016-07-26 18:23:38 -04:00
- OSX 10.9+ for Mac binary releases.
2016-01-11 20:05:06 -05:00
- 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+.
- Raspberry Pi2 support is being experimented with; earlier versions of CubicSDR known to work with Banana Pi.
2014-11-17 20:44:11 -05:00
Target Platforms:
----------------
2014-12-27 22:07:16 -05:00
- [x] OSX
- [x] Windows
2015-01-19 19:33:49 -05:00
- [x] Linux
2015-03-05 23:48:52 -05:00
- [ ] HTML5
2014-11-17 20:44:11 -05:00
License:
-------
2017-01-02 21:33:29 -05:00
- GPL-2.0+