Re: [Discuss-gnuradio] Remotely controlling a GNURadio flowgraph via LAN

2019-08-28 Thread Alex Pane
0.0.0:1337") #bind to all interaces on port 1337 >> >> # could be tcp://127.0.0.1:1337 instead, if you're doing e.g. port >> forwarding through `ssh -R 127.0.0.1:1337:1337! >> # There's even ZMQ brokers and stuff, but that'd lead too far. >>

[Discuss-gnuradio] Remotely controlling a GNURadio flowgraph via LAN

2019-08-08 Thread Alex Pane
Hi, I have created a simple tcp based iq stream using ZMQ blocks to use a HackRF remotely over an ethernet network. I have a linux computer (Raspberry Pi) connected to the HackRF running GNURadio. The HackRF source is connected to a ZMQ sink that transmits the packets to a receiving linux PC runn