f4exb
|
31c7ebf36c
|
Enumerate file and sdrdaemon plugins the new way
|
2017-11-02 03:42:59 +01:00 |
|
f4exb
|
9a055c643b
|
Store device category (type) in the SamplingDevice structure
|
2017-11-01 20:06:33 +01:00 |
|
f4exb
|
7370eba0f7
|
Bumped version to v3.8.0
|
2017-11-01 14:58:36 +01:00 |
|
f4exb
|
66b06dcd08
|
Added Rx/Tx indicator, channel index and claiming device set index to the SamplingDevice struct used for device enumeration
|
2017-11-01 10:37:00 +01:00 |
|
f4exb
|
2deccbc259
|
LimeSDR: have still a 1ms delay after start/stop stream as it makes the Tx gain setting a bit more fluid
|
2017-10-30 03:02:45 +01:00 |
|
f4exb
|
c3de895301
|
Removed direct reference to the DeviceSinkAPI in the sink GUIs. Removed DeviceSourceAPI forward declaration in source GUI headers
|
2017-10-30 02:54:22 +01:00 |
|
f4exb
|
35391e0d66
|
Removed GLSpectrum getter from DeviceSinkAPI
|
2017-10-30 01:11:35 +01:00 |
|
f4exb
|
e8fb70096c
|
LimeSDR: fixed lockup problem by moving start/stop stream from thread run method to start/stop work methods
|
2017-10-29 18:38:04 +01:00 |
|
f4exb
|
c7e7bf3480
|
PlutoSDR support restored again fixing Rs and Tx living together
|
2017-10-29 14:51:56 +01:00 |
|
f4exb
|
2c4a748ebe
|
PlutoSDR support removed again
|
2017-10-29 12:02:24 +01:00 |
|
f4exb
|
08b3ebd305
|
PlutoSDR output: fixed transmission of samples
|
2017-10-29 03:58:51 +01:00 |
|
f4exb
|
69f5afd057
|
Removed PlutoSDR Tx support
|
2017-10-28 12:26:17 +02:00 |
|
f4exb
|
31d0334ddb
|
LimeSDR: updated documentation
|
2017-10-28 05:40:26 +02:00 |
|
f4exb
|
83e5dc5951
|
LimeSDR: reduced delay after LMS_StartStream and LMS_StopStream to 0.1s
|
2017-10-27 01:10:22 +02:00 |
|
f4exb
|
46ec8e17d2
|
LimeSDR: cleaned up apply settings method code removing obsolete suspend/resume threads logic
|
2017-10-27 01:00:51 +02:00 |
|
f4exb
|
8ddc852239
|
LimeSDR: introduced a 0.5s delay after LMS_StartStream and LMS_StopStream and cleaned up some commented code
|
2017-10-27 00:53:34 +02:00 |
|
f4exb
|
7ca778038e
|
LimeSDR: paint stream status icon in green only if stream is active. If stream is inactive but a valid status is obtained it is paint in blue
|
2017-10-27 00:22:58 +02:00 |
|
f4exb
|
9f765a9732
|
LimeSDR: changes that reflect discussion on MyriadRF discourse forum but does not solve the stream concurrency problem
|
2017-10-26 23:57:56 +02:00 |
|
f4exb
|
ca14e41e1c
|
LimeSDR: use LMS_GetSampleRate to get the actual rates when MsgReportBuddyChange comes from an opposite buddy
|
2017-10-26 01:47:43 +02:00 |
|
f4exb
|
124404aa18
|
LimeSDR still unreliable but comitting as is
|
2017-10-26 00:48:50 +02:00 |
|
f4exb
|
e9af2f6dff
|
LimeSDR: suspend buddy threads only around calls to LMS_SetupStream or LMS_DestroyStream. In output plugin move them back to open/close (undoes #50)
|
2017-10-25 22:20:30 +02:00 |
|
f4exb
|
8b93c5f48d
|
LimeSDR: pass center frequency change to buddies of same type
|
2017-10-25 01:38:39 +02:00 |
|
f4exb
|
cd5f0c361a
|
LimeSDR: apply settings: suspend/resume own thread
|
2017-10-25 01:23:48 +02:00 |
|
f4exb
|
b5c0eb9f9d
|
LimeSDR: reverted changes of commit 78490ff : reinstated the apply settings forced at start time
|
2017-10-25 00:23:12 +02:00 |
|
f4exb
|
78490ffff0
|
LimeSDR: removed applySettings from start sequence as it has nothing to do here
|
2017-10-24 08:37:32 +02:00 |
|
f4exb
|
2572f2be84
|
LimeSDR: removed obsolete message. Only stop current side threads if changing center frequency
|
2017-10-24 02:41:54 +02:00 |
|
f4exb
|
238c8d312e
|
LimeSDR: device sample rate and hardware decimation/interpolation handling fix and simplification
|
2017-10-24 02:20:57 +02:00 |
|
f4exb
|
1b95457d96
|
Device source and sink APIs: removed direct reference to main window
|
2017-10-22 23:50:10 +02:00 |
|
f4exb
|
fa77ca3fb6
|
Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split
|
2017-10-22 19:12:43 +02:00 |
|
f4exb
|
a61348948a
|
LimeSDR and BladeRF output: do not resize sample FIFO to a fixed value in the thread constructor
|
2017-10-15 17:37:53 +02:00 |
|
f4exb
|
91903dc87e
|
FileSink SDRdaemonSink: fixed segfault when message queue to GUI is not available
|
2017-10-14 07:40:16 +02:00 |
|
f4exb
|
0eab0fdb20
|
DeviceSampleSink: removed output queue to GUI
|
2017-10-14 07:34:00 +02:00 |
|
f4exb
|
ca674efb24
|
FileSink output: force settings at startup and on deserialize
|
2017-10-14 07:28:57 +02:00 |
|
f4exb
|
2d27235769
|
HackRF output: force settings at startup and on deserialize
|
2017-10-14 07:13:57 +02:00 |
|
f4exb
|
6b1f0cc2fd
|
BladeRF output: force settings at startup and on deserialize
|
2017-10-14 07:10:42 +02:00 |
|
f4exb
|
ccd2e04f0b
|
LimeSDR output: force settings at startup and on deserialize
|
2017-10-14 06:30:31 +02:00 |
|
f4exb
|
dcfdffaf49
|
LimeSDR output: suspend/resume buddies threads before/after start/stop
|
2017-09-30 20:25:20 +02:00 |
|
f4exb
|
d524378d8e
|
LimeSDR: put the code to suspend buddies in one place
|
2017-09-30 20:07:08 +02:00 |
|
f4exb
|
c4bad4d834
|
CRLF problem
|
2017-09-28 14:07:41 +02:00 |
|
f4exb
|
0b6eb2129a
|
Reset PluginInstanceGUI to its original name
|
2017-09-26 00:22:08 +02:00 |
|
f4exb
|
d9d1b8bfec
|
FunCube Pro input: implemented transverter feature
|
2017-09-25 20:16:25 +02:00 |
|
f4exb
|
37d44038f4
|
PlutoSDR output: implemented transverter feature
|
2017-09-25 19:11:13 +02:00 |
|
f4exb
|
d77f3ad72e
|
PlutoSDR: Remove from device enumeration if device is not accessible. Bumped version to 3.7.2
|
2017-09-23 03:46:01 +02:00 |
|
f4exb
|
dc2b705807
|
PlutoSDR: updated documentation
|
2017-09-21 21:26:28 +02:00 |
|
f4exb
|
e127952c19
|
LimeSDR output: added documentation
|
2017-09-20 22:32:16 +02:00 |
|
f4exb
|
871f0eeb22
|
LimeSDR output: limit interpolation factor to 32
|
2017-09-20 22:31:42 +02:00 |
|
f4exb
|
752ceab420
|
PlutoSDR: fixed warnings and use smaller Rx block to get smoother waterfall
|
2017-09-20 20:52:41 +02:00 |
|
f4exb
|
d1061a3c2f
|
LimeSDR: Rx/Tx interaction
|
2017-09-20 18:25:54 +02:00 |
|
f4exb
|
a81ea47da3
|
PlutoSDR output: change arrows direction to indicate interpolation
|
2017-09-20 00:53:30 +02:00 |
|
f4exb
|
37300fb5ae
|
LimeSDR output: added dB units on attenuation value display
|
2017-09-20 00:47:34 +02:00 |
|