For most applications,
I would suggest building a python native GNU Radio message block to
interact with a graph --
and *not* jumping to thrift or zmq without a reason --
bridging messages and streams over zmq IPC is doable but more work -- in
this case PMT serialization and JSON are the most used
Hi Daniel,
On 12/27/2015 03:10 PM, Daniel Pocock wrote:
> Is there any generic documentation about the use of GNU Radio with
> asynchronous messaging and integration frameworks or would it be useful
> to build up a wiki page about the topic?
There's internal asynq messaging in GR (the "light grey"
Is there any generic documentation about the use of GNU Radio with
asynchronous messaging and integration frameworks or would it be useful
to build up a wiki page about the topic?
I came across some pages referring to ZeroMQ support[1], I was also
curious about support for Qpid Proton[2] and othe