-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[![GPLv2 License](http://img.shields.io/badge/license-GPLv3-brightgreen.svg)](https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3)) | ||
|
||
# SDR# R820T Improved Plugin | ||
|
||
This is a reconstruction of R820T Plugin for SDR#. This should be a in-place replace plugin fully compatible with the other `SDRSharp.R820T.dll` file. | ||
|
||
# How to use it | ||
|
||
Download the latest release here in github. It will include the necessary `SDRSharp.R820T.dll` and `librtlsdr.dll` | ||
|
||
# How to compile it | ||
|
||
Download Visual Studio 2016 (it works in Express) and set the reference path for `SDRSharp.Radio` in the solution `References`. You will also need our development release of librtlsdr (see https://github.com/librtlsdr/librtlsdr ) | ||
|
||
# TODO List | ||
|
||
* ~~Full reconstruction~~ | ||
* ~~Bias T Support for RTLSDR V.3 Dongles~~ | ||
* Bandwidth Selector | ||
|
||
|
||
I hope you enjoy it! |