I'd like to set up GNUradio so I can remotely control a system and stream data to the control computer. So on one system there is a GNUradio program controlling a radio dongle of some kind, and on the other side there is a GNUradio with a WX gui and some control widgets. The computer with the controller sends some data to the radio computer, which receives some data from the dongle, then streams that back to the control computer, which displays that on a WX scope.
I've been told that the ZMQ blocks could do this kind of thing, but I was unable to receive any data this way, and the person who recommended it found the same problems, so I think that block might be broken at the moment. Is there any other way to do this using the standard GNUradio blocks?