Index of /sdr/SDRSharp_Plugins/bobrich

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]SDRSharp.Trunker.zip2013-07-21 07:14 28KOriginal Site
[   ]SDRSharp.ScopeView.zip2013-07-21 07:14 43KOriginal Site
[   ]SDRSharp.SatelliteTracker.zip2013-07-21 07:14 91KOriginal Site

How to use plugins with SDRSharp:

1) Extract zip to SDRSharp main directory
2) Open SDRSharp.exe.config
3) Find the string "<sharpPlugins>"
4) Before "</sharpPlugins>", add your plugin like so.

<add key="PLUGNAME" value="SDRSharp.PLUGNAME.PLUGNAMEPlugin, SDRSharp.PLUGNAME" />

Replace PLUGNAME with the name of the plugin.
For example, if you are downloading bobrich/SDRSharp.Trunker.zip, you would add the following line

<add key="Trunker" value="SDRSharp.Trunker.TrunkerPlugin, SDRSharp.Trunker" />

Also, I only compile plugins that work with the original unmodified SDRSharp Developmenal Branch.
Tested with v1.0.0.1132