forked from gqrx-sdr/gqrx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use gr-network's UDP Sink in GNU Radio >= 3.9
- Loading branch information
Showing
4 changed files
with
41 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1b19970
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tried the changes, but I'm having problems ...
Version 3.9.1.0 of gnuradio is installed without homebrew and /usr/local/lib/cmake/gnuradio/gnuradio-networkConfig.cmake is available and is also found. Gqrx compiles without errors and is executable.
The only "application" that can test UDP streaming is a bit of (illegal) POCSAG1200 via netcat, sox, multimon-ng. With the identical gnuradio version, but the unpatched gqrx version via gnuradio / blocks / udp_sink.h, this works and you can read the messages.
However, this does not work with the new gnuradio / network change in gqrx. No messages...
Interesting thing: something is sure to be transferred via udp, because when exiting netcat ... the usual clipping error messages appear.
Has the data format possibly changed?