Reading tags from ZMQ in Python

2021-10-28 Thread Temir Karakurum
Hi, I am looking for a general solution to separate IQ data and tags coming from ZMQ using python. I send RPC requests to receive finite samples via ZMQ. ZMQ messages arrive in many pieces where the first piece has a header and the tags whereas the rest of the pieces include a short header. Curre

Re: Reading tags from ZMQ in Python

2021-10-28 Thread Temir Karakurum
t; > > > --- > > *Jim Melton* > > > > *From:* Discuss-gnuradio sncorp@gnu.org> *On Behalf Of *Temir Karakurum > *Sent:* Thursday, October 28, 2021 14:14 > *To:* discuss-gnuradio@gnu.org > *Subject:* [EXTERNAL] Reading tags from ZMQ in Python > > &

Referring to a block by a specific name

2022-09-14 Thread Temir Karakurum
Hi, I have some python snippets within the GRC that refer to certain blocks. However, the GRC generated names can be quite unintuitive (like blocks_stream_to_vector_1_0 etc.) . I was wondering whether it is possible to refer to certain blocks by user-defined names. I understand that there is an a