Skip to content

rhgndf/rx888_stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tool to stream data from RX888

Written in rust for

  • Better maintainability
  • More features

Building and running

Build

RUSTFLAGS="-C target-cpu=native" cargo build --profile release

Install

RUSTFLAGS="-C target-cpu=native" cargo install --path .

Run

This outputs the samples to stdout.

# HF (default)
./target/release/rx888_stream -f SDDC_FX3.img -r --sample-rate 100000000 -o -
# VHF
./target/release/rx888_stream vhf -f SDDC_FX3.img -r --frequency 145000000 --sample-rate 100000000 -o -
# View help
./target/release/rx888_stream --help

About

command line utility to stream samples from RX888

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages