hackrf: gr-osmocom sink tx buffering

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-sdr@lists.osmocom.org/.

Sylvain Munaut 246tnt at gmail.com
Thu Dec 10 09:15:04 UTC 2020


GNuradio is a streaming system by design, you need to insert as many
zeros as you need between your bursts (depending on the idle time you
want between your bursts).
That's inherent to the way GR buffers data between blocks and won't
call the work() method until it has "sufficient" data.

Cheers,

     Sylvain



More information about the osmocom-sdr mailing list