Skip to content

GoranRadivojevic/sdrsharp-limesdr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sdrsharp-limesdr

LimeSDR Plugin for SDR# (up to 1732 version)

Installation

  1. Copy SDRSharp.LimeSDR.DLL and Limesuite#.dll files to SDR# installation directory

  2. Add the following line in the frontendPlugins sections of FrontEnds.xml file:

    <add key="LimeSDR" value="SDRSharp.LimeSDR.LimeSDRIO,SDRSharp.LimeSDR" />

Optional:

  1. Copy SDRSharp.CAT.dll to SDR# installation directory

  2. Add the following line in the sharpPlugins sections of Plugins.xml file:

    <value="SDRSharp.CAT.CATPlugin,SDRSharp.CAT" key="CAT control"/>