How to run the program without showing the block diagram in windows 10?

2023-12-20 Thread Sreejith RK Nair
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?

Re: How to run the program without showing the block diagram in windows 10?

2023-12-20 Thread Jeff Long
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'

Re: How to run the program without showing the block diagram in windows 10?

2023-12-20 Thread Sreejith RK Nair
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