Merge pull request #872 from dmaltsiniotis/stdoutn...
by Michael Ossmann 4 years 6 months
Merge pull request #872 from dmaltsiniotis/stdoutnewlineconversionfix

Adding call to _setmode for Windows only to specify binary stdout output piping.
03fe87db
Build with Github Actions
by Mike Walters 4 years 7 months
67aa90e8
hackrf_sweep: initialise sweep_rate
by Yan 4 years 7 months
hackrf_sweep: initialise sweep_rate

Thanks to dmaltsiniotis for spotting this.
7c14f876
hackrf_sweep: Calculate and show sweep rate for su...
by Yan 4 years 7 months
hackrf_sweep: Calculate and show sweep rate for subsecond sweeps
90acbcff
Adding call to _setmode for Windows only to specif...
by Demetri Maltsiniotis 4 years 7 months
Adding call to _setmode for Windows only to specify binary stdout output piping.
e664321c
Merge pull request #856 from metayan/faster-sweep-...
by Michael Ossmann 4 years 7 months
Merge pull request #856 from metayan/faster-sweep-end

Faster and cleaner exit from hackrf_sweep
5f1536cc
hackrf_sweep: exit early from rx_callback if do_ex...
by Yan 4 years 8 months
hackrf_sweep: exit early from rx_callback if do_exit set

Sometimes, if a small frequency interval is scanned, the callback is
triggered even though we already have the number of sweeps we want, and
sweep_count gets increased, showing the wrong "Total sweeps".
ab4498f8
hackrf_sweep: speed up ending by removing unnecess...
by Yan 4 years 8 months
hackrf_sweep: speed up ending by removing unnecessary code

hackrf_stop_rx() is handled in hackrf_close(), so there seems to be no need
to call it separately. Furthermore, if hackrf_stop() is called separately,
it causes hackrf_close() to take more than half a second longer.
4c46fc74
hackrf_sweep: flush output earlier
by Yan 4 years 8 months
hackrf_sweep: flush output earlier

Gives listener access to complete data faster.
Otherwise the data might be delayed until the whole closing procedure is done.
2ef79957
Merge pull request #848 from mossmann/pre-release
by Michael Ossmann 4 years 8 months
Merge pull request #848 from mossmann/pre-release

Pre release
e6eb4ba2
Report a bug