centowen / salsa

MIT License
2 stars 1 forks source link

Re-write UHD lib and crate in pure rust #63

Open varenius opened 1 year ago

varenius commented 1 year ago

We rely on crate uhd-sys which in turn relies on libuhd (c++) to communicate with the USRP N210. We only need a few functions from this library, so we could potentially re-write the libuhd functions in pure rust directly.