diff options
| author | Yuval Adam <_@yuv.al> | 2021-04-16 15:25:19 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2021-04-17 10:33:57 +0300 |
| commit | 10d566acd2bcd35c8969fc7991b050da01ceb74c (patch) | |
| tree | a641014fb02c69eabbe1ab1ca1cde19b4179d209 /README.md | |
| parent | ef64d358a25e69e440305e1216824921536d5587 (diff) | |
Pass handle as reference to tuner and implement Drop
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |
