GNUradio: How to stream data in companion? -
this question exact duplicate of:
- gnuradio streaming between 2 computers? 3 answers
i'd set gnuradio can remotely control system , stream data control computer. on 1 system there gnuradio program controlling radio dongle of kind, , on other side there gnuradio wx gui , control widgets. computer controller sends data radio computer, receives data dongle, streams control computer, displays on wx scope.
i've been told zmq blocks kind of thing, unable receive data way, , person recommended found same problems, think block might broken @ moment. there other way using standard gnuradio blocks?
in browser, open
https://github.com/gnuradio/gnuradio/tree/master/gr-zeromq/examples
select 1 of grc files clicking on it, save "raw" , open in gnuradio-companion.
all examples should work correctly since sockets being opened on local computer.
the example works on version on 3.7.10 of gnuradio.
Comments
Post a Comment