1
0
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:
hexameron
2014-12-03 18:41:38 +00:00
parent acdc87ccc5
commit 4ef7857aa5
11 changed files with 54 additions and 56 deletions
+1 -1
View File
@@ -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) :
+2 -2
View File
@@ -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) :
+4 -4
View File
@@ -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) :