summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-07-23 21:28:06 +0300
committerYuval Adam <_@yuv.al>2018-07-23 21:28:06 +0300
commit48584375426a714dd61eaeffdeb83f377210cc02 (patch)
treef2eec2ea4cb64690981ab9f3a5a5edf5f75e51a3
parent957f0bfdd5d075abe73344ea2583c886f95322db (diff)
Update alternatives
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1a0ee4c..a569114 100644
--- a/README.md
+++ b/README.md
@@ -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`: