1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-11-14 20:23:29 -05:00

1962 Commits

Author SHA1 Message Date
f4exb
802aae7c11 websocket spectrum: added listening address and port to websocket spectrum server information. Fixed setting of listening address 2020-05-06 17:01:59 +02:00
f4exb
cd511ad104 REST API: added listening address and port to websocket spectrum server information. Generated code 2020-05-06 17:01:23 +02:00
f4exb
a9bd87074d REST API: added listening address and port to websocket spectrum server information 2020-05-06 17:00:35 +02:00
f4exb
7d076e5c9c Websocket spectrum: server implementation 2020-05-06 09:50:43 +02:00
f4exb
37de6d4bb7 REST API: implemented GUI code for /sdrangel/deviceset/{deviceSetIndex}/spectrum/settings (PUT,PATCH) and /sdrangel/deviceset/{deviceSetIndex}/spectrum/server (POST,DELETE) 2020-05-06 01:38:23 +02:00
f4exb
9c459a47a5 GLSpectrum settings rename m_averagingNb to m_averagingValue for better consistency and ensure synchronization with m_averagingIndex 2020-05-06 01:36:58 +02:00
f4exb
c633250fe5 REST API: implemented GUI code for /sdrangel/deviceset/{deviceSetIndex}/spectrum/settings (GET) and /sdrangel/deviceset/{deviceSetIndex}/spectrum/server (GET) 2020-05-05 18:58:18 +02:00
f4exb
0bfea9df22 REST API: GLSpectrumSettings: updated with new fields. Generated code 2020-05-05 18:54:28 +02:00
f4exb
e0b9af218a REST API: GLSpectrumSettings: updated with new fields 2020-05-05 18:53:27 +02:00
f4exb
2db3ece8a8 REST API: generated code 2020-05-05 11:37:11 +02:00
f4exb
803db3c8dc REST API: removed invert field from GLSpectrumSettings and added /sdrangel/deviceset/{deviceSetIndex}/spectrum/settings and /sdrangel/deviceset/{deviceSetIndex}/spectrum/server end points 2020-05-05 11:35:36 +02:00
f4exb
75a75732da Websocket spectrum: updated plugins 2020-05-05 03:24:10 +02:00
f4exb
094fdad9ea GLSpectrum settings: removed confusing invert indicator and added ssb and usb 2020-05-04 18:39:24 +02:00
f4exb
8364354094 Websocket spectrum: pass timestamp in payload meta 2020-05-04 15:54:24 +02:00
f4exb
096043af5c Websocket spectrum: removed passing of ref level and power range 2020-05-04 15:34:16 +02:00
f4exb
956528ea2b Websocket spectrum: fixed spectrum sending 2020-05-04 15:28:33 +02:00
f4exb
67ceeeb171 SpectrumVis: remove now useless configure method 2020-05-02 01:30:28 +02:00
f4exb
d399e2fdc8 Websocket spectrum: implemented start/stop server from spectrum GUI 2020-05-02 00:35:47 +02:00
f4exb
b8f566b8a1 Websocket spectrum: Websocket spectrum settings dialog implementation taking settings into account 2020-05-01 11:06:56 +02:00
f4exb
22782bc51b GLSpectrum GUI: removed m_averagingMaxScale from settings 2020-05-01 05:33:44 +02:00
f4exb
8a1969adaa SpectrumVis: release previous FFT engine allocation from FFT factory only if allocated once. Fixes issue #515 2020-05-01 04:57:25 +02:00
f4exb
6ed6eff5f7 FFTFactory: add mutex for thread safety. Implements issue #514 2020-05-01 04:56:04 +02:00
f4exb
f8e59ef82e SpectrumVis: removed message queue parameter from configure method 2020-05-01 02:23:26 +02:00
f4exb
58ae939798 SpectrumVis: removed own configureDSP 2020-05-01 02:16:20 +02:00
f4exb
0dcce3ce66 SpectrumVis: use GLSpectrumSettings 2020-05-01 02:12:30 +02:00
f4exb
05f9a9ae8d Fixed GLSpectrumSettings 2020-04-30 14:42:57 +02:00
f4exb
b29a458e57 Websocket spectrum: adapted plugins 2020-04-30 09:57:05 +02:00
f4exb
9bb5185f9c Websocket spectrum: first implementation 2020-04-29 17:41:17 +02:00
f4exb
fcb9cf05cb Removed SpectrumVis from GUI dependency 2020-04-28 18:44:03 +02:00
f4exb
9b6bdac9a2 LimeSDR MIMO: REST API implementation 2020-04-27 18:25:54 +02:00
f4exb
f7c5c98550 XTRX MIMO: implemented REST API 2020-04-20 00:53:37 +02:00
f4exb
91552225ee FFTW engine: corrected debug print format 2020-04-19 19:19:31 +02:00
f4exb
81f158c7f2 Fixed some warnings from Mac ports compilation 2020-04-19 06:13:32 +02:00
f4exb
56e70454ae BladeRF2: REST API: implemented actions: generated code 2020-03-30 19:51:02 +02:00
f4exb
cfaed1db1d REST API: removed useless SWGDevicesetApi files 2020-03-25 22:03:50 +01:00
f4exb
6d2f2410af FFT factory: limit default preallocation up to 1k 2020-03-15 19:59:56 +01:00
f4exb
298a5aadc5 MSVC compatibility 2020-03-15 11:58:19 +01:00
f4exb
9ea831e526 Fixed FFT factory new plan allocation and effectively grab fftw-file option in the main parser 2020-03-14 06:40:38 +01:00
f4exb
d88cfff33a FFT Engine: added a reuse flag to disable reuse system with the FFT factory 2020-03-13 07:46:08 +01:00
f4exb
2bae4a15df FFT correlator: use FFT factory 2020-03-12 15:34:32 +01:00
f4exb
8912826332 FFT factory: corrected sequence type and added debug message 2020-03-12 15:32:46 +01:00
f4exb
39128c089c FFT factory: implementation base 2020-03-12 06:27:38 +01:00
f4exb
495ffda42c Added fftwf-wisdom option to specify FFTW wisdom file 2020-03-11 18:19:56 +01:00
f4exb
a72dfd6535 REST API: bumped to version 5.3.0 2020-03-10 14:34:58 +01:00
f4exb
18aa9ffbc2 REST API device and channel actions: extension of record action: implementation 2020-03-10 05:23:19 +01:00
f4exb
beee7a7a78 REST API device and channel actions: extension of record action: swagger generated code 2020-03-10 05:22:51 +01:00
f4exb
36aeb6798c REST API device and channel actions: FileSource: added seek millis - generated code 2020-03-09 21:38:42 +01:00
f4exb
801ead642a REST API device and channel actions: fixes to implementation 2020-03-09 19:56:09 +01:00
f4exb
ecfc71afa8 REST API device and channel actions: fixes to generated code 2020-03-09 08:45:11 +01:00
f4exb
15e3125ce9 REST API device and channel actions: add ChannelActions.yaml to resources file 2020-03-09 08:44:32 +01:00