diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -1,3 +1,18 @@ # RusTL -A pure Rust implementation of the RTL-SDR driver. +A pure Rust implementation of the [RTL-SDR](https://github.com/osmocom/rtl-sdr/) driver. + +This is mostly an exercise in writing low-level driver code and is unlikely to ever become seriously useful. + +## Dev + +The usual: + +```bash +$ cargo build +$ cargo test +``` + +## License + +[GPLv3](LICENSE) |
