Just curious, whats wrong with XMLRPC for control? Here’s a tutorial on how to remote control a flowgraph.
https://wiki.gnuradio.org/index.php?title=Understanding_XMLRPC_Blocks <end transmission> > On Mar 20, 2022, at 11:23, Bamsi Mub <chandba...@gmail.com> wrote: > > > Sorry had to reply to the post: > > Just to clarify, the code in the pastebin are two different codes (not ran in > the same file). Just thought it would be easier to see what I am working with. > > > >> søn. 20. mar. 2022 kl. 16:13 skrev Bamsi Mub <chandba...@gmail.com>: >> Hello guys! I'm new to GNURadio. >> >> I was wondering if there was a way to control the different parameters and >> start and stop on a different device when using two devices. >> >> I am looking at other rpc methods as alternative to what is used now with >> xml. I tried with zerorpc but there were afew problems I was having: >> >> 1) I tried to make a python snippet in gnuradio companion but I was confused >> what parameter to pass when its done in gnuradio companion to the >> zerorpc.server(.....), can I just send in the class? >> 2) If I have many parameters, does that mean I have to setup many client >> script? Is there a way to avoid having many python snippets or a ideal way >> to do it? >> 3) Regarding stop/start, I was thinking of having something for that, but I >> don't know if that is possible. >> >> Here is the code for both server and client (would appreciate some tips) >> https://pastebin.com/35JC2BZX >> >> Thanks,