mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-27 10:04:44 +01:00
modified readme
This commit is contained in:
parent
b02b6c30b5
commit
7bea6058fe
32
readme.md
32
readme.md
@ -1,44 +1,22 @@
|
|||||||
# SDR++, The bloat-free SDR software.
|
# SDR++, The bloat-free SDR software
|
||||||
![Screenshot](https://i.imgur.com/Kv7GW3l.png)
|
|
||||||
|
![Screenshot](https://i.imgur.com/WejsiFN.png)
|
||||||
SDR++ is a cross-platform and open source SDR software with the aim of being bloat free and simple to use.
|
SDR++ is a cross-platform and open source SDR software with the aim of being bloat free and simple to use.
|
||||||
|
|
||||||
## Current Features
|
## Current Features
|
||||||
|
|
||||||
* Uses SoapySDR for wide hardware support
|
* Wide hardware support (both through SoapySDR and dedicated modules)
|
||||||
* Hardware accelerated graphics (OpenGL + ImGui)
|
* SIMD accelerated DSP
|
||||||
* SIMD accelerated DSP (parts of the DSP are still missing)
|
|
||||||
* Cross-platform
|
* Cross-platform
|
||||||
* Full waterfall update when possible. Makes browsing signals easier and more pleasant
|
* Full waterfall update when possible. Makes browsing signals easier and more pleasant
|
||||||
|
|
||||||
## Comming soon
|
## Comming soon
|
||||||
|
|
||||||
* Multi-VFO
|
|
||||||
* Plugins
|
|
||||||
* Digital demodulators and decoders
|
* Digital demodulators and decoders
|
||||||
* Quick replay (replay last n seconds, cool if you missed a short signal)
|
|
||||||
|
|
||||||
## Small things to add
|
|
||||||
|
|
||||||
* Switchable bandwidth for demodulators
|
|
||||||
* Switchable audio output device and sample rate
|
|
||||||
* Recording
|
|
||||||
* Light theme (I know you weirdos exist lol)
|
* Light theme (I know you weirdos exist lol)
|
||||||
* Waterfall color scheme editor
|
* Waterfall color scheme editor
|
||||||
* Switchable fft size
|
* Switchable fft size
|
||||||
* Bias-T enable/disable
|
|
||||||
* other small customisation options
|
* other small customisation options
|
||||||
* Save waterfall and demod settings between sessions
|
|
||||||
* "Hide sidebar" option
|
|
||||||
* Input filter bandwidth option
|
|
||||||
|
|
||||||
## Known issues (please check before reporting)
|
|
||||||
|
|
||||||
* Random crashes (yikes)
|
|
||||||
* Gains aren't stepped
|
|
||||||
* The default gains might contain a bogus value before being adjusted
|
|
||||||
* Clicks in the audio
|
|
||||||
* In some cases, it takes a long time to select a device (RTL-SDR in perticular)
|
|
||||||
* Min and Max buttons can get unachievable values (eg. min > max or min = max);
|
|
||||||
|
|
||||||
# Building on Windows
|
# Building on Windows
|
||||||
## Requirements
|
## Requirements
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"centerTuning": false,
|
"centerTuning": false,
|
||||||
"fftHeight": 300,
|
"fftHeight": 300,
|
||||||
"frequency": 99000000,
|
"frequency": 99000000,
|
||||||
"max": 0.0,
|
"max": -8.823532104492188,
|
||||||
"maximized": true,
|
"maximized": true,
|
||||||
"menuOrder": [
|
"menuOrder": [
|
||||||
"Source",
|
"Source",
|
||||||
|
@ -103,9 +103,9 @@
|
|||||||
},
|
},
|
||||||
"WFM": {
|
"WFM": {
|
||||||
"bandwidth": 200000.0,
|
"bandwidth": 200000.0,
|
||||||
"deempMode": 0,
|
"deempMode": 1,
|
||||||
"snapInterval": 100000.0,
|
"snapInterval": 100000.0,
|
||||||
"squelchLevel": -100.0
|
"squelchLevel": -70.2020034790039
|
||||||
},
|
},
|
||||||
"selectedDemodId": 1
|
"selectedDemodId": 1
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user