f4exb
fee2c5065d
API: report running state for feature plugins with run action
2021-10-23 21:24:25 +02:00
f4exb
920fa82022
Implemented run action API in relevant feature plugins
2021-10-22 02:01:33 +02:00
f4exb
9f42957585
DATV modulator: API enhancements and GUI cosmetic fixes
2021-10-20 23:01:44 +02:00
f4exb
33f4e17ef5
API: added SigMFFileSinkActions in mapper
2021-10-12 23:14:16 +02:00
f4exb
d68641df0e
API: added missing files for on line documentation
2021-10-12 22:30:43 +02:00
Jon Beniston
60b500f56c
Fix gcc warnings
2021-10-12 12:17:57 +01:00
Jon Beniston
1de5a38d6b
Fix gcc warnings
2021-10-12 12:10:12 +01:00
Jon Beniston
fbef25884e
Add Radio Astronomy plugin
2021-10-12 11:31:14 +01:00
Jon Beniston
05fce637bc
Add support for message pipes from features to channels
2021-10-12 11:18:29 +01:00
Jon Beniston
cddc8c9b83
Star Tracker updates.
...
Plot Sun and Moon on sky temperature chart.
Plot markers on Galactic line-of-sight chart.
Create animations from Galactic line-of-sight chart.
Allow weather at antenna location to be downloaded from openweathermap.org
Allow target to be entered as Galactic longitude / latitude.
Add azimuth and elevation offsets to support scans around targets.
Add S7, S8 and S9 targets.
Refactor some code from GUI to main plugin, so computed values can be used in other plugins.
2021-10-12 11:07:56 +01:00
f4exb
00b3ae29d9
GS232 Controller API: added serial devices to report + fixes
2021-10-04 02:11:27 +02:00
f4exb
f5e14f6502
GS232 Feature: rename targets as sources. API: created GS232 report and fixed missing source name in get settings
2021-10-03 23:15:15 +02:00
f4exb
ca931c171f
WebAPIAdapter: some cleanup
2021-10-03 12:39:46 +02:00
f4exb
59937d9a1c
SatelliteTracker: use device set index. API: fixed doppler channels
2021-10-03 12:12:39 +02:00
f4exb
3e6fe8afef
Fixed pointer initialization. Fixes #1000
2021-09-26 11:51:03 +02:00
f4exb
17869f2dac
API: Features: correct feature set and feature indexes replacing device and channel indexes respectively
2021-09-17 00:52:08 +02:00
f4exb
e8ed80167c
API: added index in FeatureSet structure
2021-09-16 21:20:03 +02:00
f4exb
b0c35d22b8
API: added PUT, PATCH, POST /sdrangel/featureset/{featureSetIndex}/preset
2021-09-05 22:12:26 +02:00
f4exb
e1c3726a27
API: added GET /sdrangel/featurepresets and DELETE /sdrangel/featurepreset
2021-09-04 05:58:06 +02:00
f4exb
e87930ae1b
APT demod: API: fixed APT demod settings mappings. Fixes #995
2021-09-02 05:51:47 +02:00
f4exb
95f5e9ec7a
API: added feature sets in the instance summary
2021-08-31 23:53:13 +02:00
f4exb
8d68fa5231
API: added /sdrangel/features (GET) to get the list of available feature plugins
2021-08-29 00:48:35 +02:00
f4exb
0ec7ec414d
SDRplay V3: added device type in API report
2021-08-25 15:27:06 +02:00
f4exb
786d753ec9
SDRPlayV3: correct API hardware ID
2021-08-25 15:03:30 +02:00
f4exb
e2286cc741
API: /sdrangel/featureset (POST, DELETE) fully implemented
2021-08-21 20:09:57 +02:00
f4exb
d07f7fbb8a
API: /sdrangel/featureset (POST, DELETE) implemetned with 202 but messages are not processed yet
2021-08-21 13:14:48 +02:00
f4exb
a36867af66
API: /sdrangel/featuresets (GET) implemented and /sdrangel/featureset (POST, DELETE) implemented returning 501
2021-08-21 12:42:57 +02:00
f4exb
963ce326f6
GLScopeGUI: fixed UI blocking and added missing trace offset serialization/deserialization. Fixes #969
2021-08-09 02:21:12 +02:00
f4exb
79c1796cfe
Spectrum markers: implemented persistency (serialization/deserialization) using spectrum settings
2021-08-08 04:28:22 +02:00
f4exb
ab314c814d
Spectrum markers: moved to sdrbase
2021-08-07 19:45:48 +02:00
f4exb
deafa0833b
Spectrum markers: implemented histogram markers display enable
2021-08-05 21:11:50 +02:00
Andreas Baulig
e8a8ef6f3d
Switch FileRecord timestamp resolution to milliseconds
2021-08-04 14:12:24 +00:00
f4exb
c92fdd1c55
ScopeVis: allow Projection cache only if in single stream mode
2021-07-15 18:29:19 +02:00
f4exb
95923e8b8d
ScopeVis: never use projection cache. Fixes #872
2021-07-15 17:05:16 +02:00
f4exb
989de2ab65
ScopeVis: fixed multiple stream input. Fixes #872
2021-07-13 17:28:21 +02:00
f4exb
f66eaa5b8f
Added some missing swagger files for documentation
2021-07-12 19:58:44 +02:00
f4exb
0f146d33a6
ScopeVis: fixes
2021-07-12 19:37:45 +02:00
f4exb
ede1ef0151
ScopeVis: do not save / restore time offset in the settings
2021-07-11 18:02:05 +02:00
f4exb
785ff0ed12
ScopeVis: added missing mutex locks in message handling. May fix #955
2021-07-11 10:45:17 +02:00
Jon Beniston
ade4246ac2
Add Pager demodulator plugin that supports POCSAG as per #738
2021-07-09 12:06:23 +01:00
f4exb
ac88d6e0f6
Added missing doc swagger yaml files
2021-07-04 00:16:43 +02:00
f4exb
f8a63d051d
Call init for TestMISettings as it contains a list of objects
2021-07-04 00:15:55 +02:00
Jon Beniston
3e1523b220
Call init for PerTesterSettings as it contains a list of strings
2021-07-03 08:12:12 +01:00
f4exb
f80b47854c
Satellite Tracker: invoke init on swagger Satellite Tracker settings since it contains a list. Fixes #948
2021-07-02 23:50:40 +02:00
Jon Beniston
beeb91f1da
Add SatelliteTracker to webapirequestmapper to partially fix #948
2021-07-02 15:37:11 +01:00
f4exb
3c50274d1a
Demod Analyzer: allow complex input. Fixes #932
2021-06-30 19:40:04 +02:00
f4exb
0d4da317b3
Demod Analyzer: fixed sample rate handling. Fixes #931
2021-06-29 21:47:27 +02:00
f4exb
e642e23d48
RadioClock: added missing doc swagger yaml file
2021-06-27 12:00:30 +02:00
f4exb
f886f7d400
Scope GUI: refactor amp offset
2021-06-27 10:10:28 +02:00
f4exb
70167c0ed8
Scope GUI: refactor amp scale
2021-06-27 01:52:42 +02:00