sdrangel icon indicating copy to clipboard operation
sdrangel copied to clipboard

SDR Rx/Tx software for Airspy, Airspy HF+, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay and FunCube

Results 196 sdrangel issues
Sort by recently updated
recently updated
newest added

I am looking for a way to decode the LEO satellites which use 9600 PSK for beacon and packet operation. If there is a way to do this now I...

enhancement

Hello. You can imagine how nice will be to have such app in android. Even simplified or for rooted devices only. There is nithing for dmr for android. Sdrangel can...

feature

Hi , is it at all possible the create a plug-in for the RSP-Duo where someone can de-phase the 2 antenna signals to get rid of the noise in software....

feature

I’m currently working with a LoRa device and using AT commands to configure it for peer-to-peer (P2P) communication. I’ve set the frequency, spreading factor, bandwidth, preamble length, and payload length...

no-issue-activity

On the Windows version, the DATV demodulator has, next to the "UDP bitrate" parameter, a parameter indicating how full is the UDP buffer. In the Ubuntu version, I can't find...

no-issue-activity

Dear F4EXB and all developers, first of all thank you for your great software, it is really amazing and powerful! Now, as shown in debug log file attached to this...

For AIS message 14, the data display is not showing the message correctly. Example: An AIS message 14 is encoded with the message **MOB TEST** and transmitted. SDRAngel receives and...

bug

This happens when i see "loading plugins". Maybe this happens only when there is no SDR device connected( I am considering buying one).

no-issue-activity

This PR tries to work around missing a build failure in the CI for Mac: ``` /Users/runner/work/sdrangel/sdrangel/plugins/channelrx/demoddatv/datvideorender.cpp:282:46: error: no member named 'channels' in 'AVCodecContext' m_metaData.Channels = m_videoDecoderCtx->channels; ~~~~~~~~~~~~~~~~~ ^ /Users/runner/work/sdrangel/sdrangel/plugins/channelrx/demoddatv/datvideorender.cpp:308:48:...

This PR fixes some memory leaks found with AddressSanitizer (https://github.com/google/sanitizers/wiki/AddressSanitizer). Most fixes consist only of adding a missing `delete`.