Monday, September 9, 2019

Re: [Discuss-gnuradio] Sending Data/Messages to GNU Radio via Python Application

On 9/8/19 7:29 PM, Rajen Goradia wrote:
> Hello:
> I am trying to make use of the ZMQ blocks in GNU Radio to act as a
> server and have a separate python client application send data/messages
> to GNU Radio. I was successful in getting data out of GNU Radio and
> using a separate python application such as using the "ZMQ PUSH Sink"
> block in GNU Radio and using the zmq library in Python
> (context.socket(zmq.PULL) function) but I was unable to reverse the
> procedure. Has anybody successfully tried doing this, either with or
> without using the zmq library or the ZMQ blocks in GNU Radio? Please let
> me know and thank you for looking.  
>
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Can you run the zmq client and server on your machine without using
GNURadio?

See

https://learning-0mq-with-pyzmq.readthedocs.io/en/latest/pyzmq/patterns/client_server.html


-- Cinaed

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

No comments:

Post a Comment