Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it work under linux with gqrx/gr-osmosdr #223

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 10, 2022

  1. Improve compatibility with intel hubs

    Disable LPM while streaming to prevent dropouts.
    vladisslav2011 committed May 10, 2022
    Configuration menu
    Copy the full SHA
    30d5b40 View commit details
    Browse the repository at this point in the history
  2. Make it work under linux with gqrx/gr-osmosdr

    Requires patched gr-osmosdr (gr3.7 only so far)
    https://github.com/vladisslav2011/gr-osmosdr/tree/ngrx
    No correct device listing and sample rates list.
    Gain selection is still a bit buggy.
    
    Fix test segfault.
    Do not delete fx3Handler as RadioHandlerClass::~RadioHandlerClass()
    have already taken care of it.
    Retry opening the USB device after download for 5 times
    As it may be slow to reenumerate on some platforms.
    Include the firmware into libsddc binary as a BLOB
    Make USB HS work at lower sampling rates/tuner at <7MHz BW
    Implement r82xx bandwidth selection
    Prevent freeze on close after live device disconnection
    Allow low sample rates
    Improve compatibility with intel hubs
    Restore attenuations after band switch
    vladisslav2011 committed May 10, 2022
    Configuration menu
    Copy the full SHA
    caaa824 View commit details
    Browse the repository at this point in the history