mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-07-11 06:05:17 -04:00
Update README.md
This commit is contained in:
parent
d8c048fecc
commit
938d10366c
33
README.md
33
README.md
@ -5,12 +5,12 @@ Cross-Platform Software-Defined Radio Application
|
|||||||
|
|
||||||
Utilizes:
|
Utilizes:
|
||||||
--------
|
--------
|
||||||
- liquid-dsp (http://liquidsdr.org/ https://github.com/jgaeddert/liquid-dsp)
|
- liquid-dsp (http://liquidsdr.org/ -- https://github.com/jgaeddert/liquid-dsp)
|
||||||
- FFTW (http://www.fftw.org/ https://github.com/FFTW/fftw3)
|
- SoapySDR (http://www.pothosware.com/ -- https://github.com/pothosware/SoapySDR)
|
||||||
- RtAudio (http://www.music.mcgill.ca/~gary/rtaudio/ http://github.com/thestk/rtaudio/)
|
- FFTW (http://www.fftw.org/ -- https://github.com/FFTW/fftw3)
|
||||||
- Osmocom RTLSDR (http://sdr.osmocom.org/trac/wiki/rtl-sdr)
|
- RtAudio (http://www.music.mcgill.ca/~gary/rtaudio/ -- http://github.com/thestk/rtaudio/)
|
||||||
- LodePNG (http://lodev.org/lodepng/)
|
- LodePNG (http://lodev.org/lodepng/)
|
||||||
- BMFont (http://www.angelcode.com/ http://www.angelcode.com/products/bmfont/)
|
- BMFont (http://www.angelcode.com/ -- http://www.angelcode.com/products/bmfont/)
|
||||||
- Bitstream Vera font (http://en.wikipedia.org/wiki/Bitstream_Vera)
|
- Bitstream Vera font (http://en.wikipedia.org/wiki/Bitstream_Vera)
|
||||||
- OpenGL (https://www.opengl.org/)
|
- OpenGL (https://www.opengl.org/)
|
||||||
- wxWidgets (https://www.wxwidgets.org/)
|
- wxWidgets (https://www.wxwidgets.org/)
|
||||||
@ -20,9 +20,19 @@ Features and Status:
|
|||||||
--------------------
|
--------------------
|
||||||
- Simple UI
|
- Simple UI
|
||||||
- Devices
|
- Devices
|
||||||
- [x] RTL-SDR
|
- [x] SoapySDR Device support (known working checked)
|
||||||
|
- [x] SoapySDRPlay for SDRPlay (Maintained by C.J.)
|
||||||
|
- [x] SoapyRTLSDR for RTL-SDR (Maintained by C.J.)
|
||||||
|
- [x] SoapyHackRF for HackRF
|
||||||
|
- [x] SoapyBladeRF for BladeRF
|
||||||
|
- [ ] SoapyUHD for Ettus USRP
|
||||||
|
- [x] SoapyRemote, use any SoapySDR Device via network (works on Pi)
|
||||||
|
- [x] SoapyOsmo for GrOsmoSDR devices
|
||||||
|
- [ ] OsmoSDR
|
||||||
|
- [ ] MiriSDR
|
||||||
|
- [ ] RFSpace
|
||||||
|
- [x] AirSpy
|
||||||
- [ ] rtl_tcp client
|
- [ ] rtl_tcp client
|
||||||
- [ ] gr-osmosdr
|
|
||||||
- Basic Features
|
- Basic Features
|
||||||
- [x] Device Selection
|
- [x] Device Selection
|
||||||
- [x] Bandwidth
|
- [x] Bandwidth
|
||||||
@ -30,11 +40,14 @@ Features and Status:
|
|||||||
- [x] Load/Save session
|
- [x] Load/Save session
|
||||||
- [x] Audio sample rate
|
- [x] Audio sample rate
|
||||||
- [x] Device PPM
|
- [x] Device PPM
|
||||||
|
- [x] Waterfall speed
|
||||||
|
- [x] Spectrum average speed
|
||||||
|
- [ ] Gain Controls
|
||||||
|
- [ ] Bookmarks
|
||||||
|
- [ ] History
|
||||||
- [ ] Default preferences
|
- [ ] Default preferences
|
||||||
- [ ] Audio defaults
|
- [ ] Audio defaults
|
||||||
- [x] Device defaults
|
- [x] Device defaults
|
||||||
- [ ] Bookmarks
|
|
||||||
- [ ] History
|
|
||||||
- [ ] Run as rtl_tcp server and visualize control
|
- [ ] Run as rtl_tcp server and visualize control
|
||||||
- Neat Visuals
|
- Neat Visuals
|
||||||
- [ ] 2D visuals
|
- [ ] 2D visuals
|
||||||
@ -68,8 +81,6 @@ Features and Status:
|
|||||||
- [x] Volume control
|
- [x] Volume control
|
||||||
- [x] Direct frequency input
|
- [x] Direct frequency input
|
||||||
- [x] Mute
|
- [x] Mute
|
||||||
- [x] Waterfall speed
|
|
||||||
- [ ] RTL-SDR Gain
|
|
||||||
- Basic Input Controls
|
- Basic Input Controls
|
||||||
- [x] Drag spectrum to change center frequency
|
- [x] Drag spectrum to change center frequency
|
||||||
- [x] Hold shift and click on waterfall to create a new demodulator
|
- [x] Hold shift and click on waterfall to create a new demodulator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user