diff options
| author | Yuval Adam <_@yuv.al> | 2018-07-23 21:28:06 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-07-23 21:28:06 +0300 |
| commit | 48584375426a714dd61eaeffdeb83f377210cc02 (patch) | |
| tree | f2eec2ea4cb64690981ab9f3a5a5edf5f75e51a3 /README.md | |
| parent | 957f0bfdd5d075abe73344ea2583c886f95322db (diff) | |
Update alternatives
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,11 +1,13 @@ # RusTL-SDR -A pure Rust implementation of the [RTL-SDR](https://github.com/osmocom/rtl-sdr/) driver, for shits and giggles. +A pure Rust implementation of the RTL-SDR driver, for shits and giggles. This is mostly an exercise in writing low-level driver code. Unusable, and highly unlikely to ever become usable. But it's fun. +For real alternatives check out the original [librtlsdr](https://github.com/osmocom/rtl-sdr/) implementation or the high-level [rtlsdr_mt](https://github.com/kchmck/rtlsdr_mt.rs) Rust bindings. + ## Usage Install the crate in your `Cargo.toml`: |
