Skip to content

Latest commit

 

History

History
 
 

uhd-sys

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.