Saturday, July 7, 2018

Re: [Discuss-gnuradio] Remote Control of a Flowgraph

If it's just variables that you need to change then you can use the XMLRPC block.  I've used it in several graphs where I needed up update variables on the fly.  I'm not sure if the XMLRPC block exposes all variables and functions in the top block.  I think it's just functions.  The server block works really easily with Python which is a big win.  Maybe control port works for the same task?  Haven't really played with it though.

On Wed, Jul 4, 2018 at 3:57 PM mehtap özkan <kurtulmehtap@gmail.com> wrote:
Dear All,
 I want to control a Flowgraph remotely from another computer. We have found an OOT module called gr-bokeh which is fine for controlling the flowgraph from a webpage.
 Is there another way to control a flowgraph remotely using a stand-alone application?
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

No comments:

Post a Comment