go-hackrf
go-hackrf copied to clipboard
HackRF SDR interface library for Go
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...