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

Use gr-network's UDP Sink in GNU Radio >= 3.10 #982

Merged
merged 1 commit into from
Sep 30, 2021

Conversation

argilo
Copy link
Member

@argilo argilo commented Sep 30, 2021

Fixes #963.
Replaces #958.

Even though the new UDP Sink block is available in GNU Radio 3.9, I've limited this change to GNU Radio 3.10 to prevent gnuradio/gnuradio#5112 from affecting GNU Radio 3.9 users. Until that bug is fixed, GNU Radio 3.10 users will experience a crash if Gqrx's DSP settings are changed during UDP streaming.

I tested this change against GNU Radio 3.8, 3.9 and 3.10. I used multimon-ng for testing.

/cc @fventuri @phaethon @ulrichloose @willcode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GNU Radio UDP sink is now under gr::network::udp_sink in the gnuradio-network module
1 participant