sdr
Here are 442 public repositories matching this topic...
As code on master is Python3 only depndency on six should be removed and affected code needs to be adapted to use Python3 constructs.
Acurite TXR, 5n1, 6045 and possibly others like the new Atlas weather station use parity in addition to checksums for integrity checking.
Currently the parity isn't verified, it's only looked at in verbose mode.
I've noticed I seem to get messages for non-existent devices from time to time. I suspect the message is mangled but the checksum still passes. The parity check in addition to the
It looks like the width of the color selector button has increased gradually from Qt 5.6 -> 5.9 -> 5.10.
-
Updated
May 17, 2020
I would like to propose the below adjustments to the installation guide.
Building on Debian-based distros
git clone git://github.com/jgaeddert/liquid-dsp.git
cd liquid-dsp
./bootstrap.sh
./configure
make
sudo make install
cd ..
sudo apt-get install qt5-default libfftw3-dev cmake pkg-config
mkdir build
cd build
cmake ..
cd ..
make
sudo make install
Tks
The current install instructions dont cover the program being uninstalled or upgraded. I brakes the system wide install.
I suggest the following before for 4a.
system-wide installation
cd shinysdr
./fetch-js-deps.sh
python setup.py build
sudo pip install ./
Now trying to upgrade to the current master Ive broken the install. do
-
Updated
Jul 1, 2020 - JavaScript
I noticed since v0.0.10 release, GNSS-SDR supports Enabled extended coherent integration times. How can I do that? for example, if I am going to use coherent_integration_time_ms=5, besides the following configurations,
Acquisition_1C.coherent_integration_time_ms=5
Acquisition_1C.doppler_step=150
what else should I do?
And how can I configure the non-coherence integration coun
Hello,
I'm tryna use nginx to proxy pass http://my.domain.com to http://localhost:2501 where is running Kismet integrated WebUI (http://my.domain.com is a example). Basically, the client would call http port 80 and nginx will do the proxy job to port 2501.
But instead of getting the WebUI properly, I get the following page:
, or "follow the build instructions below."
However, there are no OSX build instructions, and looking inside the cloned repository, there is no makefile, or configure, or XCod
I believe the documentation might be incorrect when it states the default value is 8 for the DigitalLevels setting.
I needed to boost my volume, so set it to 11 and it was very loud. I worked my way back on it and ended up with a value of a 3 giving a nice sized boost. Then I looked inside main.cc here and noticed that perhaps line 308 shows a default value of 1?
-
Updated
Jan 29, 2020 - C
-
Updated
Jun 22, 2020 - C++
Improve this page
Add a description, image, and links to the sdr topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sdr topic, visit your repo's landing page and select "manage topics."
Expected Behavior
Better control over GAIN for LimeSDR device (not mini).
Please use example of the SDR Console Gain Control.
Actual Behavior
Signal really weak on the low frequencies even if GAIN is maximized.
Steps To Reproduce