文件名称:rust-airspy:AirSpy SDR库的防锈包装
文件大小:9KB
文件格式:ZIP
更新时间:2024-05-31 05:28:53
Rust
#rust-airspy该库是周围的Rust包装器。 依存关系 编译 cd ~/Downloads git clone https://github.com/airspy/host.git airspy cd airspy/libairspy mkdir build cd build cmake ../ make sudo make install 用法 把它放在你的Cargo.toml : [ dependencies . airspy ] git = " https://github.com/cubehub/rust-airspy.git " 这在您的板条箱根目录中: extern crate airspy; 例子 将AirSpy SDR连接到您的计算机并运行: cargo build --example airspyrx ./target/release/examples/a
【文件预览】:
rust-airspy-master
----LICENSE(1KB)
----src()
--------ffiairspy.rs(11KB)
--------lib.rs(13KB)
----Cargo.toml(168B)
----examples()
--------airspyrx.rs(2KB)
----.gitignore(18B)
----README.md(2KB)