bladerf

Crates.iobladerf
lib.rsbladerf
version0.1.2
sourcesrc
created_at2016-08-08 22:10:16.26228
updated_at2024-10-07 07:00:23.675431
descriptionWIP Rust wrapper for libbladerf
homepage
repositoryhttps://github.com/ryankurte/rust-bladerf
max_upload_size
id5925
size41,919
ryan (ryankurte)

documentation

README

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.

Commit count: 49

cargo fmt