SigDigger icon indicating copy to clipboard operation
SigDigger copied to clipboard

Qt-based digital signal analyzer, using Suscan core and Sigutils DSP library

Results 119 SigDigger issues
Sort by recently updated
recently updated
newest added

The Soapy driver returns a list of sample rate, ie SoapyPlutoSDR has this: ```c std::vector SoapyPlutoSDR::listSampleRates( const int direction, const size_t channel ) const { std::vector options; options.push_back(65105);//25M/48/8+1 options.push_back(1e6); options.push_back(2e6);...

enhancement

I noticed the following issues when compiling Sigdigger on Linux (Debian): 1) There are 4 software in total to compile and install. It would be much easier if the libraries...

Got this error when opening a file. The error-text does not wrap no not possible find if it's something internal or something with the supplied file.

When a RAW file with IQ samples captured with GQRX is opened, the following message appears after pressing the "Run" button: ``` Failed to start capture due to errors: info:...

Was able to successfully build SigDigger for OSX 12.3 - but when I run it I get a pop-up on startup - Error occurred during startup: exception in "dir_url =...

Was noticing something suspicious. And turns out the SigDigger application is vulnerable and an exploitable target by means of the RPath Vulnerability. Detected using DHS (Dylib Hijack Scanner from objective-see_DOT_com)...

The prebuilt development binary (0.3.0) available for download does not run. It opens, shows just the SigDigger menu next to the Apple menu, then locks up with the spinning beach...

It would be nice to be able to record the Analog TV signal to a viewable video file directly. Similar to how a Snapshot feature already exists to make a...

enhancement

When there is IPv6 connectivity, the script gets halted every time it tries to download something. `echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6` fixes it