###########################################
# LevelMeter - a plugin for sdrsharp
###########################################


to get the plugin running
- copy SDRSharp.LevelMeter.dll and SDRSharp.LevelMeter.xml into the SDRSharp direcotry
- edit Plugins.xml
- goto <sharpPlugins> section and add one line as described below
   <add key="LevelMeter" value="SDRSharp.LevelMeter.LevelMeterPlugin,SDRSharp.LevelMeter" />

take a look to the config file "SDRSharp.LevelMeter.xml" if you like to change the default settings (needs to restart SDR#)
 
source code is available at https://subversion.assembla.com/svn/sdrsoft/levelmeter


########################
version history
########################
v06 - 10.11.2016 - tetsted with SDR# version 1489
- bugfix for using frequency shift (for up converter)
v05 - 09.11.2016 - tetsted with SDR# version 1489
- make plugin runnable again, no functional changes
- adaption to .NET 4.6 and VS2015 environment
- adaptions to some sdr# changes


v04 - 12.10.2014 - tetsted only with SDR# version >= 1317
- works with higher FFts (bugfix)
- Options "Enabled" and "showPopupOnStartup" is stored on exit of program

v03 - 25.04.2014 - works only with SDR# version >= 1177
minimum level -140dB
add  options in config file for
- unit of power level
- preselect power level mode
- show popup window on startup
- gauge min + max level  (0  -140)
- S-Meter on/off


v02  22.02.2014
- change units to dBm
- add S-Meter indication field
- S-Meter range change automatically for HF/VHF
- add popup window
- works with up converter (frequency shift considered)


v01  12.02.2014
1st public version 



########################
Credits
########################
The aGauge Usersontrol is used in this project 
http://www.codeproject.com/Articles/448721/AGauge-WinForms-Gauge-Control
The code runs under The zlib/libpng License (http://opensource.org/licenses/zlib-license.php)


########################
Author of the Plugin
########################
do2bhe@yahoo.de