discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Cinaed Simson
Subject: Re: [Discuss-gnuradio] Sending Data/Messages to GNU Radio via Python Application
Date: Mon, 9 Sep 2019 16:49:38 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

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
> address@hidden
> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]