ostrosco / comms-rs

A library for building DSP communication pipelines.
MIT License
13 stars 1 forks source link

Create sys package for BladeRF #2

Open rfdoell opened 6 years ago

rfdoell commented 6 years ago

In order to enable the creation of a more rustic API for the BladeRF platform, comms-rs should provide a C interface to the blade RF API with appropriate tests.

Acceptance:

garbagetrash commented 6 years ago

This is way out of date (2 years since any activity) but it could be a useful resource for getting this one started:

https://github.com/ryankurte/rust-bladerf

In particular for our wrapper I'd like to get a libbladerf supported which supports the BladeRF 2.0, as this is the one I have currently.