summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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)