1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-11-12 01:00:28 -05:00

1536 Commits

Author SHA1 Message Date
f4exb
ffeeb874f8 BladeRF2: generalize scale support in range queries 2020-09-15 08:41:43 +02:00
f4exb
79b321952e BladeRF2: fixed global gain setting. Fixes issue #630 2020-09-14 23:41:12 +02:00
f4exb
4dfa29a936 Test Source: fixed worker lifecycle. Fixes issue #626 2020-09-11 00:30:15 +02:00
f4exb
e03be9d6f4 Remote Input: multicast: REST API implementation 2020-08-26 21:46:21 +02:00
f4exb
f875f675d4 Remote Input: updated documentation 2020-08-26 20:02:19 +02:00
f4exb
033a2a0431 Remote Input: added option to join a multicast group. Implements #611 2020-08-26 18:52:36 +02:00
f4exb
d15e559e54 FileInput: calculate file record length down to the microsecond. Implements #614 2020-08-26 00:16:35 +02:00
Felix Schneider
afb4aab440 Clean up iq sampling fix 2020-08-20 10:15:24 +02:00
Felix Schneider
b672827dc8 Open both I and Q channels on plutosdr and change the inputthread accordingly 2020-08-20 10:15:14 +02:00
f4exb
78deb533ec AirspyHF: use transfer->ctx to pass this object address 2020-08-16 10:21:03 +02:00
f4exb
41ea9e1ab6 Airspy: use transfer->ctx to pass this object address 2020-08-16 10:20:55 +02:00
f4exb
2e492186cd SigMF: fixed compiler warnings 2020-08-14 00:15:54 +02:00
f4exb
ee741a48f2 Fixed deleted TestSourceInput destructor 2020-08-08 20:55:04 +02:00
f4exb
fddc5a66e8 Removed file recording function from device plugins 2020-08-08 11:53:56 +02:00
f4exb
965b041db3 Renamed FileSink plugin to FileOutput 2020-08-04 00:42:58 +02:00
f4exb
2099e5d962 SoapySDR: prepend the driver name to the device label so it can be differentiated if handled by SoapySDR remote 2020-08-03 21:37:21 +02:00
f4exb
780f4893a1 SigMF file sink: updated documentation 2020-07-18 04:22:30 +02:00
f4exb
23351b6d94 RemoteInput; do not stop UDP handler when stopping else it blocks the restart. Fixes issue #563 2020-07-13 00:15:40 +02:00
f4exb
646d74c81c TestSource: refactored Thread to Worker object moved to thread. Equivalent to FileInput changes 2020-07-12 02:55:24 +02:00
f4exb
352d6db931 AirspyHF: refactored Thread to Worker object moved to thread. Equivalent to FileInput changes 2020-07-12 02:55:17 +02:00
f4exb
c429b03f32 Airspy: refactored PerseusInputThread to PerseusInputWorker object moved to thread. Equivalent to FileInput changes 2020-07-12 02:55:10 +02:00
f4exb
cdc35d0b33 Perseus: refactored PerseusInputThread to PerseusInputWorker object moved to thread. Equivalent to FileInput changes 2020-07-12 02:55:03 +02:00
f4exb
7109c3b80d FileInput: removed center frequency and sample rate from the settings since it should come from the file header 2020-07-11 22:06:32 +02:00
f4exb
c6ed2f2675 SigMF File Input: refactored FileInputThread to FileInputWorker object moved to thread. This is the equivalent of what was done for FileInput 2020-07-11 09:42:48 +02:00
f4exb
d4de16df74 FileInput: some code cosmetic changes 2020-07-11 07:02:03 +02:00
f4exb
aac6f4368c File Input: refactored FileInputThread to FileInputWorker object moved to thread (contribution from Vort). Fixes #562 2020-07-11 07:01:53 +02:00
f4exb
40e638a785 Remote input buffer size rework: dynamically allocated number of decoder slots. Implements #534 2020-06-28 08:17:39 +02:00
f4exb
a655e8d705 Remote input buffer size rework: dynamically allocatable number of decoder slots 2020-06-28 07:19:20 +02:00
f4exb
9f5d531545 Remote input buffer size rework: member name changes. Adjust sample sink fifo size from sample rate 2020-06-28 06:56:21 +02:00
f4exb
750d0afce7 RTL-SDR bias tee. Updated documentation 2020-06-27 06:28:12 +02:00
f4exb
3c2a01c6e9 RTL-SDR bias tee. Implements #533 2020-06-27 06:13:48 +02:00
f4exb
0c0171f8bf IQ swap: updated plugins GUI 2020-06-23 05:04:41 +02:00
f4exb
ba51f321fe IQ swap: updated plugins documentation 2020-06-23 05:02:00 +02:00
f4exb
836ba63c72 IQ swap: REST API: implementation in plugins 2020-06-22 02:10:35 +02:00
f4exb
24aa55027c IQ swap: initial implementation in non MIMO plugins 2020-06-21 11:46:08 +02:00
f4exb
8ee477de52 SigMF file input: documentation 2020-06-18 06:19:23 +02:00
f4exb
51ee64f0c1 SigMF file input: GUI: implemented full frequency range display with 10's of GHz 2020-06-18 06:19:05 +02:00
f4exb
19bea3ff29 SigMF file input: fixed total samples calculation 2020-06-18 06:18:03 +02:00
f4exb
3fc326d7ed SigMF file input: REST API: implemented actions and fixes 2020-06-17 01:39:10 +02:00
f4exb
4c9d447bf3 SigMF file input: fixed negative sample rate handling. UI enhancemens 2020-06-15 02:51:01 +02:00
f4exb
baf57d0723 SigMF file input: first commit 2020-06-14 23:09:19 +02:00
f4exb
00d70b65aa SigMF recoding: first implementation of recording with RTLSDR 2020-06-01 10:41:27 +02:00
f4exb
22a886fba9 FileRecordInterface: true dynamic allocation 2020-05-30 21:21:51 +02:00
f4exb
122ff28c41 FileRecordInterface: basic implementation 2020-05-30 19:24:40 +02:00
f4exb
02da05ddc9 PlutoSDR: fixed handling of open device status. Fixes issue #510 2020-05-20 09:48:24 +02:00
f4exb
fb4d81bff3 LimeSDR input: updated documentation 2020-04-27 22:43:56 +02:00
f4exb
e62af95d46 Fixed incorrect frequency display when transverter is engaged. Fixes issue #509 2020-04-25 12:25:50 +02:00
f4exb
bfaafac7c6 XTRX: REST API: fixed wrong setting object 2020-04-20 00:52:57 +02:00
f4exb
5ff291ee84 LimeSDR: revised labels and tooltips for antenna select. Fixes issue #506 2020-04-19 12:52:32 +02:00
f4exb
81f158c7f2 Fixed some warnings from Mac ports compilation 2020-04-19 06:13:32 +02:00