Skip to content

Releases: MerchGuardian/seify-hackrfone

v0.2.2

09 May 22:52

Choose a tag to compare

Fixes docs.rs build

Full Changelog: v0.2.1...v0.2.2

v0.2.1

09 May 22:52
19c0911

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

24 Apr 16:04

Choose a tag to compare

Added tx streamer support

v0.1.0

10 Oct 17:31

Choose a tag to compare

Initial release:

  • Support for opening devices, scanning the USB bus
  • Reading hardware version and firmware version
  • Starting and stopping tx
    • Supports the following transceiver parameters: rx vga gain, tx vga gain, lna, amplifier enable, antenna power enable, frequency, sample rate
    • Changing transceiver mode (start tx, start rx, stop)
    • Reading and writing samples in a std::io::[Read, Write] fashon
    • Multi buffer reading (Using nusb::Queue)