dressel / pyhackrf

A Python wrapper for libhackrf
69 stars 18 forks source link

read_samples working, but callback not #6

Open AgileEngineeringLLC opened 4 years ago

AgileEngineeringLLC commented 4 years ago

I'm able to get the hackrf_read_samples example to work, but not getting callback to work. Have others got it to work in Python3, and if so, can you provide working example? Thanks much! Don

farukpasalic commented 1 year ago

I didn't make it work.

The workaround is to call read_samples with a custom callback and not limit buffer size. Just process everything in that external callback method.