From 52162d8efa5a646c16f42cb6718ff96bd80a08ad Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 23 Jul 2018 20:19:02 +0300 Subject: Update README and LICENSE --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7ce21e7..c63771b 100644 --- a/README.md +++ b/README.md @@ -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) -- cgit v1.3.1