I have done a project for my internship using gnu radio. I want to run my
project on another pc(windows 10) and show the output but not the block
diagram .My invigilator should only see the output. Can anyone suggest a
way to do this?
GNU Radio Companion (GRC) writes out a Python script, then executes it.
That script should be in the same directory as the grc file. You can run
that Python script outside of GRC. Make sure GNU Radio is set up on the
target machine, and that paths are set up correctly. C++ output is similar,
but I'
html/discuss-gnuradio/attachments/20231219/cbad1d5f/attachment.htm
> >
>
> --
>
> Message: 4
> Date: Wed, 20 Dec 2023 20:23:05 +0530
> From: Sreejith RK Nair
> To: discuss-gnuradio@gnu.org
> Subject: How to run the program without showi