Re: Resending: reconfigure flowgrpah through messaging

2024-03-27 Thread Achilleas Anastasopoulos
Thanks Nick! I tried the "selector" idea with a message block and it works fine. Achilleas On Wed, Mar 27, 2024 at 2:50 PM Nick Foster wrote: > Achilleas, > > Sure, this is possible. Through Python all things are possible, to > paraphrase. =) > > The message could be, but doesn't have to be,

Re: Resending: reconfigure flowgrpah through messaging

2024-03-27 Thread Nick Foster
Achilleas, Sure, this is possible. Through Python all things are possible, to paraphrase. =) The message could be, but doesn't have to be, a Gnuradio PMT message passed via the message passing interface. It is probably easier for your sending block to simply set a semaphore or condition variable

Resending: reconfigure flowgrpah through messaging

2024-03-27 Thread Achilleas Anastasopoulos
Hi all, I sent an email earlier but didn't get any response, so I am restating the problem in the hope that I will elicit some feedback. I would like to be able to reconfigure a flowgraph when a message is received by a block. Is there a mechanism to do that? Here is why I want to do it: I am