2014-10-26 12:36:32 -04:00
|
|
|
CubicSDR
|
|
|
|
========
|
|
|
|
|
2014-11-17 20:44:11 -05:00
|
|
|
Cross-Platform Software-Defined Radio Application
|
|
|
|
|
|
|
|
Utilizes:
|
|
|
|
--------
|
2014-12-05 18:31:32 -05:00
|
|
|
- liquid-dsp (http://liquidsdr.org/ https://github.com/jgaeddert/liquid-dsp)
|
2014-12-11 23:04:07 -05:00
|
|
|
- FFTW (http://www.fftw.org/ https://github.com/FFTW/fftw3)
|
2014-12-05 18:31:32 -05:00
|
|
|
- RtAudio (http://www.music.mcgill.ca/~gary/rtaudio/ http://github.com/thestk/rtaudio/)
|
2014-12-11 22:18:34 -05:00
|
|
|
- Osmocom RTLSDR (http://sdr.osmocom.org/trac/wiki/rtl-sdr)
|
2014-12-11 23:04:07 -05:00
|
|
|
- LodePNG (http://lodev.org/lodepng/)
|
2014-12-11 21:57:08 -05:00
|
|
|
- BMFont (http://www.angelcode.com/ http://www.angelcode.com/products/bmfont/)
|
|
|
|
- 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/)
|
|
|
|
|
|
|
|
|
2014-12-27 21:51:02 -05:00
|
|
|
Basic Goals and Status:
|
|
|
|
----------------------
|
2014-11-17 20:44:11 -05:00
|
|
|
- Simple UI
|
2014-12-27 21:51:02 -05:00
|
|
|
- Devices
|
|
|
|
- [x] RTL-SDR (RTL2832U)
|
|
|
|
- [ ] HackRF
|
|
|
|
- [ ] Whatever else I can get my hands on
|
2014-11-17 20:44:11 -05:00
|
|
|
- Minimal configuration
|
2014-12-27 21:51:02 -05:00
|
|
|
- [ ] Device
|
|
|
|
- [ ] Bandwidth
|
|
|
|
- [ ] Default audio device and settings
|
|
|
|
- [ ] Color scheme
|
|
|
|
- [ ] Load/Save session
|
2014-11-17 20:44:11 -05:00
|
|
|
- Neat Visuals
|
2014-12-27 21:51:02 -05:00
|
|
|
- [x] Scope
|
|
|
|
- [x] Spectrum
|
|
|
|
- [x] Waterfall
|
|
|
|
- [ ] More 2D visuals
|
|
|
|
- [ ] 3D visuals
|
|
|
|
- Demodulation:
|
|
|
|
- [x] Multiple demodulators per IQ stream
|
|
|
|
- [ ] Audio device selection
|
|
|
|
- [ ] Modes
|
|
|
|
- [x] FM
|
|
|
|
- [x] WFM
|
|
|
|
- [x] WBFM stereo
|
|
|
|
- [ ] AM
|
|
|
|
- [ ] LSB
|
|
|
|
- [ ] USB
|
2014-12-27 22:07:16 -05:00
|
|
|
- [ ] Controls
|
2014-12-27 21:51:02 -05:00
|
|
|
- [ ] Display Frequency and allow manual adjustments
|
|
|
|
- [ ] Allow selection of demodulation type
|
|
|
|
- [ ] Display separate zoomed-in view of current waterfall and spectrum, allow adjustments
|
|
|
|
- [ ] Display signal level and allow squelch control
|
|
|
|
- [ ] Display audio output selection
|
|
|
|
- [ ] Volume control
|
|
|
|
- [ ] Basic noise reduction / filter controls?
|
|
|
|
- Basic Input Controls
|
|
|
|
- [x] Drag spectrum to change center frequency
|
2014-12-27 22:07:16 -05:00
|
|
|
- [x] Hold shift and click on waterfall to create a new demodulator
|
|
|
|
- [x] Clicking waterfall adds new demodulator when none visible
|
|
|
|
- [x] Drag center of demodulator on waterfall to change frequency
|
|
|
|
- [x] Drag edge of demodulator on waterfall to change bandwidth
|
|
|
|
- [x] Double-Click to move demodulator to frequency within it's current range
|
|
|
|
- [x] Hold alt and drag range on waterfall to set demodulator frequency + bandwidth
|
|
|
|
- [x] Hold alt+shift and drag range on waterfall for a new demodulator
|
|
|
|
- [x] Hover demodulator on waterfall and press 's' to toggle squelch
|
|
|
|
- [x] Hover demodulator on waterfall and press 'space' to toggle stereo
|
|
|
|
- [x] Hover demodulator on waterfall and press 'd' or 'delete' to delete it
|
2014-12-27 21:51:02 -05:00
|
|
|
- [x] Keyboard arrows adjust frequency, shift for faster change
|
2014-12-27 22:07:16 -05:00
|
|
|
- [ ] Undo / Redo action
|
2014-11-17 20:44:11 -05:00
|
|
|
- IQ Recording and playback
|
2014-12-27 21:51:02 -05:00
|
|
|
- [ ] Recording
|
|
|
|
- [ ] Playback
|
|
|
|
- Audio
|
|
|
|
- [ ] Recording
|
2014-11-17 20:44:11 -05:00
|
|
|
|
|
|
|
|
|
|
|
Advanced Goals:
|
|
|
|
--------------
|
|
|
|
- Basic demodulator filter(s) that can be enabled and tweaked visually
|
|
|
|
- Support multiple simultaneous device usage
|
|
|
|
* Categorize devices by antenna connections
|
|
|
|
* Allow locked frequencies to activate unused devices to continue demodulation on same antenna
|
|
|
|
- Implement digital demodulation supported by liquid-dsp: (http://liquidsdr.org/doc/modem.html)
|
|
|
|
* PSK, DPSK, ASK, QAM, APSK, BPSK, QPSK, OOK, SQAM, Star Modem(?)
|
|
|
|
- Integrate LUA
|
|
|
|
* Expose liquid-dsp functionality
|
|
|
|
* Scriptable liquid-dsp demodulation
|
|
|
|
* Scriptable digital demodulation output handlers
|
|
|
|
- Create block output devices on *nix?
|
|
|
|
- Create socket outputs?
|
|
|
|
- Visual outputs?
|
|
|
|
* Take control of additional devices and spawning new demodulators (i.e. trunkers)
|
|
|
|
* Script manager / live editor
|
|
|
|
* Provide scriptable liquid-dsp modulation for trancievers?
|
|
|
|
|
|
|
|
|
|
|
|
Target Platforms:
|
|
|
|
----------------
|
2014-12-27 22:07:16 -05:00
|
|
|
- [x] OSX
|
|
|
|
- [x] Windows
|
|
|
|
- [ ] Linux
|
2014-11-17 20:44:11 -05:00
|
|
|
|
|
|
|
|
|
|
|
License:
|
|
|
|
-------
|
|
|
|
- GPL
|