This is Server for XDR-GTK It doesn't do much yet but things that work are:
- Signal Meter
- RDS (almost as PS Correction doesn't work); as of SDR# rev r1715 there is RdsPICode in ISharpControl
- Filter Bandwith
- Tunning
- Modulation select (AM/FM)
- Squelch (exept Stereo Squelch as I don't know what that is)
- Stereo Indicator (Thanks Youssef for adding FmPilotIsDetected to ISharpControl in SDR# rev 1702)
What does not work:
- AGC Threshold (don't know what this does :()
- Antena Switch (have nothing to switch so no use for it yet)
- RF/IF Gain boost (SDR# doesn't expose any methods for that)
- Volume control (you could control your PC volume with that or SDR# volume :))
- Stereo de-emphasis switch (no way of switching it from SDR# eather so :()
MagicLine
<add key="XDR" value="SDRSharp.XDR.XDRPlugin,SDRSharp.XDR" />
Exmplanation of MagicLine(if you want to write your own plugin someday)
<add key="Whatever-you-want-that-is-unique" value="NameSpace.EntryPoint,DLLName" />
Thank to Olivier Guillaume (f4cmb) for providing me with RDS Samples from Sony as without him RDS woldn't be possible