mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 07:24:44 -04:00
SSB over TCP.
This commit is contained in:
@@ -11,7 +11,7 @@ const PluginDescriptor FCDPlugin::m_pluginDescriptor = {
|
||||
QString("(c) John Greb"),
|
||||
QString("http://funcubedongle.com"),
|
||||
true,
|
||||
QString("http://www.oz9aec.net/index.php/funcube-dongle")
|
||||
QString("github.com/hexameron/rtl-sdrangelove")
|
||||
};
|
||||
|
||||
FCDPlugin::FCDPlugin(QObject* parent) :
|
||||
|
||||
@@ -8,11 +8,11 @@
|
||||
|
||||
const PluginDescriptor RTLSDRPlugin::m_pluginDescriptor = {
|
||||
QString("RTL-SDR Input"),
|
||||
QString("---"),
|
||||
QString("1.0"),
|
||||
QString("(c) librtlsdr Authors (see source URL)"),
|
||||
QString("http://sdr.osmocom.org/trac/wiki/rtl-sdr"),
|
||||
true,
|
||||
QString("http://cgit.osmocom.org/cgit/rtl-sdr")
|
||||
QString("github.com/hexameron/rtl-sdrangelove")
|
||||
};
|
||||
|
||||
RTLSDRPlugin::RTLSDRPlugin(QObject* parent) :
|
||||
|
||||
@@ -8,11 +8,11 @@
|
||||
|
||||
const PluginDescriptor V4LPlugin::m_pluginDescriptor = {
|
||||
QString("V4L Input"),
|
||||
QString("---"),
|
||||
QString("(c) librtlsdr authors"),
|
||||
QString("http://sdr.osmocom.org/trac/wiki/rtl-sdr"),
|
||||
QString("3.18"),
|
||||
QString("(c) 2014 John Greb"),
|
||||
QString("http://palosaari.fi/linux/"),
|
||||
true,
|
||||
QString("http://cgit.osmocom.org/cgit/rtl-sdr")
|
||||
QString("github.com/hexameron/rtl-sdrangelove")
|
||||
};
|
||||
|
||||
V4LPlugin::V4LPlugin(QObject* parent) :
|
||||
|
||||
Reference in New Issue
Block a user