Skip to content

Commit

Permalink
Added README
Browse files Browse the repository at this point in the history
  • Loading branch information
racerxdl committed Sep 10, 2016
1 parent 6d91318 commit 13a4531
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
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!

0 comments on commit 13a4531

Please sign in to comment.