summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2021-04-16 15:25:19 +0300
committerYuval Adam <_@yuv.al>2021-04-17 10:33:57 +0300
commit10d566acd2bcd35c8969fc7991b050da01ceb74c (patch)
treea641014fb02c69eabbe1ab1ca1cde19b4179d209 /README.md
parentef64d358a25e69e440305e1216824921536d5587 (diff)
Pass handle as reference to tuner and implement Drop
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 024acb2..94e1af1 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,10 @@ $ cargo test -- --nocapture
Since there isn't (?) any good USB device mocking setup, for tests to pass an RTL-SDR device must be connected.
+## Design
+
+Similarly to the original rtl-sdr driver, we use libusb via the `rusb` bindings as the main interface to issue commands to the rtl-sdr USB dongle.
+
## License
[GPLv3](LICENSE)