Marcus Müller

Results 473 comments of Marcus Müller

Interesting! Would probably make most sense *directly* feeding into an SDR hardware sink or a Throttle(2) block, as otherwise the buffer-filling nature of GR3 "scheduling" would produce a lot of...

Hi! Thanks for tackling this! Two things: you really *have* to sign-off your commits, as mentioned :) You can sign-off yours using `git commit --amend -s` and then `git push...

Ah, yes, the ``FILE_PERMISSIONS` flag was added in CMake 3.20, and we only require 3.8. This is a bug.

exists in grc/scripts/freedesktop/CMakeLists.txt and gnuradio-runtime/python/gnuradio/ctrlport/CMakeLists.txt

> Anything I can do in the meantime to be able to compile GR? That's just a warning; it should not have stopped you from compiling!

@ajitg25 hi! When you run `gr_modtool help`, you should be getting the same output as `gr_modtool --help`; I'm not sure I can elaborate on that much! But I'd be extremely...

@SWITCHin2 it's all yours to work on! Reference to follow: Work against the `main` branch. Stick with the general style of the code. Code formatting ideally done using pycodestyle or...

@SWITCHin2 in gnuradio/gr-utils/modtool/cli you find all the implemented commands. Look for example at info.py. You can copy that file as `help.py`, and start changing it to do what it should!