GNU Radio web API

2020-06-24 Thread Steven Gillies
Hello everyone, I am trying to build a web API to start and stop flowgraphs remotely and autonomously. I am having trouble gracefully shutting down one flowgraph and moving on to the next. My preferred way implement the services is by running top_block.start() from my main thread and allowing

Re: GNU Radio web API

2020-06-25 Thread Steven Gillies
t somewhere. Cheers, Steven From: Kevin Reid Sent: 25 June 2020 04:34 To: Steven Gillies Cc: Discuss-gnuradio@gnu.org Subject: Re: GNU Radio web API On Wed, Jun 24, 2020 at 8:04 AM Steven Gillies mailto:stevengill...@outlook.com>> wrote: I am trying

Re: GNU Radio web API

2020-06-25 Thread Steven Gillies
Example? > On 25 Jun 2020, at 18:55, Marcus Müller wrote: > > Such a thing exists: all blocks have a "system" message port! > >> On 25/06/2020 13.40, Steven Gillies wrote: >> Thanks Kevin, >> It's good to know what I am trying to do is possible