dc7jzb / SDRSharp_v17xx-Plugin-for-SDRPlay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDRSharp_v17xx-Plugin-for-SDRPlay RSP1 beta version

SDRSharp v17 Plugin for SDRPlay: Source code and binary for Windows 10 (SDRSharp.SDRplay.dll)

This plugin is taken from https://github.com/Sir-Loin/SDRPlay_SDRSharp_Plugin and adapted to allow the RSP1 SDRPlay to work with recent 2019 versions of SDR# (v 1.0.0.0.1716 -> 1732).

You only want the turnkey solution for Windows

  • download and put the file SDRSharp.SDRplay.dll in the SDR# install folder
  • with a text editor, open the file "FrontEnds.xml" in the SDR# install folder and add the line :
    <add key="SDRplay" value="SDRSharp.SDRplay.SDRplayIO,SDRSharp.SDRplay"/>
    in the "<frontendPlugins>" section.
    The SDRPlay will appear in the list of devices that can be selected from SDR#

You are interested in source code and development
To build, with Microsoft Visual Studio 2017:

  • Open the .sln file in Visual Studio
  • Add SDRSharp.Radio.dll and SDRSharp.Common.dll from your SDR# install folder as external references.

Screenshot:

About

License:GNU General Public License v3.0


Languages

Language:C# 100.0%