2 releases

0.1.2 Oct 7, 2024
0.1.0 Aug 8, 2016

#1091 in Hardware support

MIT license

34KB
747 lines

Rust-BladeRF

Status

Very much a WIP. Most methods are implemented, API expected to change a whole lot, and needs a lot of cleaning up.

Requirements

To run you need to have the appropriate FPGA .rbf file in your working directory, otherwise the FPGA will not be automatically loaded.

Testing

Run tests with make test.
This is required because cargo automagically uses multiple test threads, which doesn't work when each test requires it's own bladeRF.


lib.rs:

Safe bindings for libbladerf (wrapping bladerf-sys)

Dependencies

~0.2–2.2MB
~43K SLoC