go-hackrf icon indicating copy to clipboard operation
go-hackrf copied to clipboard

HackRF SDR interface library for Go

Results 4 go-hackrf issues
Sort by recently updated
recently updated
newest added

Amazing wrapper! Love that you've done this. I am confused on how to "feed" the StartTX with a constant stream of data. Is there an example anywhere at all? Thanks!

Add OpenBySerial() and fix typo in StartTX().

- Add `OpenBySerial` - Add unit test - `ListDevices` - Free device list struct - Add unit test - Remove `fmt.Printf` call - General refactor of tests - Fix transmit...