As a not, assuming you are using the pkt_xmt and pkt_rcv flowgraphs, both
have throttles in them. The rcv one should not have a throttle, as it will
be paced by the zmq source. No idea if this is related.
On Thu, Jan 19, 2023 at 5:27 PM Cinaed Simson
wrote:
> Please do not send me images.
>
> In
Please do not send me images.
Instead, when the system slows down, open a cmd windows and type
systeminfo | find "Available Physical Memory"
-- Cinaed
On 1/19/23 05:48, SHAKTHIVEL S 2021 Batch,PES University wrote:
I am running the flowgraph graph on Windows10 Anaconda 3 GNURADIO
3.10. As
Hi Jameson,
On 1/19/23 1:03 PM, Jameson Collins wrote:
I am using gnuradio 3.10.2 from conda. If I make a new module and
simply edit its _impl.cc and yaml files then everything works correctly.
If I take the same module, and run `gr_modtool bind` on it then the new
binding file will be diffe
I am using gnuradio 3.10.2 from conda. If I make a new module and simply
edit its _impl.cc and yaml files then everything works correctly.
If I take the same module, and run `gr_modtool bind` on it then the new
binding file will be different and I'll get errors when trying to run.
Here is the co