uhd-sys

Crates.iouhd-sys
lib.rsuhd-sys
version0.1.3
sourcesrc
created_at2020-12-02 01:50:14.233277
updated_at2024-08-15 23:14:30.309043
descriptionLow-level bindings to the UHD (USRP Hardware Driver) library, which provides support for Ettus Research / National Instruments Universal Software Radio Peripheral devices
homepage
repositoryhttps://github.com/samcrow/uhd-rust
max_upload_size
id318759
size5,441
Sam Crow (samcrow)

documentation

README

Rust UHD bindings

This crate provides low-level bindings to the UHD (USRP Hardware Driver) library, which provides support for Ettus Research / National Instruments Universal Software Radio Peripheral devices

Requirements

The UHD library must be installed, and pkg-config must be able to find it.

License

This crate is released under the MIT and Apache 2.0 licenses. You may redistribute it according to either license.

The UHD library itself is mostly licensed under GPLv3 (see https://github.com/EttusResearch/uhd/blob/master/LICENSE.md). Depending on how you link the UHD library, this may have licensing implications.

Commit count: 32

cargo fmt