1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-07-24 16:42:24 -04:00
Commit Graph

9648 Commits

Author SHA1 Message Date
Anton Kotenko
3a6fb11a4c Demod Analyzer plugin: channel selection via api
Problem: It's not possible to select channel in Demod Analyzer feature
via api.

Solution:
Add new "action" into
POST /sdrangel/featureset/feature/{featureIndex}/actions
endpoint
2024-01-21 13:51:41 +01:00
Edouard Griffiths
9bfeddfea5
Merge pull request #1954 from srcejon/freq_scanner
Sat Tracker: Update default TLEs to latest URLs.
2024-01-17 16:08:56 +01:00
srcejon
86f1024733 Sat Tracker: Update default TLEs to latest URLs. Add GUI error if TLEs not downloaded. 2024-01-17 11:45:36 +00:00
Edouard Griffiths
9ce5653beb
Merge pull request #1952 from anton-kotenko/master
fix SIGSEGV on /sdrangel/deviceset/{deviceSetIndex}/channel/{channelIndex}/settings endpoint
2024-01-15 08:49:03 +01:00
Anton Kotenko
2a47ab2e60 Fix failure due to access by null pointer
Editing FrequencyScanner via api fails due to null pointer.
Failure happens when swagger generated setValue method is called for
complicated/nested structure on the object with is created by
constructor, but not initialized by the ::init method.

Solution:
1. Call init on newly created object
2. Proactively fix this for all types of settings objects
2024-01-14 14:34:49 +01:00
f4exb
6bdc54835e Restore Appveyor Docker build 2024-01-07 02:04:37 +01:00
Edouard Griffiths
024924f6b5
Merge pull request #1946 from srcejon/freq_scanner
Couple of bug fixes
2024-01-04 23:41:10 +01:00
srcejon
14430bcb48 #1944 - Fix frequency calculation for SSB spectrum 2024-01-04 17:05:10 +00:00
srcejon
d496744c2a File Input: Fix seeking over .wav header 2024-01-04 16:14:00 +00:00
f4exb
d259443203 Windows buid: changed Boost archive repository 2024-01-02 08:44:27 +01:00
f4exb
5dcf7f7d40 Updated versions and changelogs 2023-12-31 19:16:27 +01:00
f4exb
01c1edefe0 Appveyor build: remove Docker image build (2) 2023-12-27 12:33:28 +01:00
f4exb
b0d74d5e5f Appveyor build: remove Docker image build 2023-12-27 12:31:33 +01:00
Edouard Griffiths
2747b61402
Merge pull request #1940 from srcejon/freq_scanner
Star Tracker: Handle negative flux values in .srd file.
2023-12-27 04:47:58 +01:00
srcejon
30924a0c5d Handle negative flux values in .srd file. 2023-12-26 21:08:32 +00:00
Edouard Griffiths
3be8815340
Merge pull request #1937 from srcejon/freq_scanner
Pager UDP packet update
2023-12-25 23:47:10 +01:00
Edouard Griffiths
99496ffa30
Merge pull request #1935 from tomtastic/disable-lame-frontend-build
Disable build of LAME frontend
2023-12-25 11:43:18 +01:00
srcejon
97847425bb For #1936 - Use separate date/time fields and prefix address with leading 0. 2023-12-23 10:38:58 +00:00
Tom Matthews
a079587859
Disable build of LAME frontend
We dont need it, and LAME 3.100 frontend binaries fail to build on MacOS currently with
```parse.c:417:34: error: call to undeclared function 'id3tag_set_comment_ucs2'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]```
2023-12-20 08:18:43 +00:00
f4exb
bb406ca9a8 AudioCATSISO: adapt to newer versions of Hamlib. Fixes #1919 2023-12-15 21:40:50 +01:00
f4exb
86a1d15eba Frequency Scanner: handle change of I/Q stream in tracked channels 2023-12-14 21:57:49 +01:00
f4exb
a9a6c672ec Frequency Scanner: give more space to channel power display 2023-12-14 21:57:49 +01:00
f4exb
c5e9da7004 Frequency scanner: set device frequency for both Rx and MIMO devices 2023-12-14 21:57:49 +01:00
f4exb
5ed6f060a0 Frequency Scanner: allow scanning channels of a MIMO device 2023-12-14 21:57:49 +01:00
Edouard Griffiths
5ab23dac45
Merge pull request #1929 from srcejon/freq_scanner
Pager Demod: Add null terminator in UDP packets
2023-12-14 17:22:02 +01:00
srcejon
84848124fd Fix #1928. Add null-terminator between strings. 2023-12-14 12:13:51 +00:00
Edouard Griffiths
a8e50b77c8
Merge pull request #1926 from srcejon/freq_scanner
File Input: Start file browser in directory of last file selected.
2023-12-13 19:24:37 +01:00
srcejon
46c7206b42 Start file browser in directory of last file selected. 2023-12-13 13:33:31 +00:00
f4exb
c2a2977587 AM demod: extend squelch limit to -120 dB 2023-12-11 01:49:11 +01:00
f4exb
68601d6947 SSB demod: better algorithm for AGC limitation. For #1918 2023-12-11 01:49:11 +01:00
f4exb
f98800702c Fixed some AGC issues 2023-12-11 01:49:11 +01:00
f4exb
4e25f4d678 Removed useless AGC clamping 2023-12-11 01:49:11 +01:00
f4exb
aee055e883 SSB demod: added FIR LP filter after AGC to smooth out sharp peaks 2023-12-11 01:49:11 +01:00
f4exb
d97f92dcc3 Fixed AudioNetSink stereo handling 2023-12-11 01:49:11 +01:00
Edouard Griffiths
609fff1bd6
Merge pull request #1916 from srcejon/freq_scanner
Radiosonde CSV header fix
2023-12-07 16:46:29 +01:00
srcejon
ebb0872092 Don't bother trying to make an dmg. 2023-12-07 11:33:41 +00:00
srcejon
726fd98828 Merge branch 'freq_scanner' of https://github.com/srcejon/sdrangel into freq_scanner 2023-12-07 09:53:29 +00:00
srcejon
ae04412e88 SDRPlayV3 on Mac: Update library path so is works with API 3.12.1. 2023-12-07 09:53:20 +00:00
srcejon
bad53f90c4 #1915. Remove space in CSV header. 2023-12-07 09:50:09 +00:00
Edouard Griffiths
cb97263129
Merge pull request #1914 from srcejon/freq_scanner
Instant Replay
2023-12-06 15:24:34 +01:00
srcejon
30497b5204 More fixes for Mac build 2023-12-06 13:08:09 +00:00
srcejon
720630c2fb Remove tabs. 2023-12-06 10:53:28 +00:00
srcejon
c30af7f39f Fix gcc warnings. 2023-12-06 10:14:01 +00:00
srcejon
2ac7cfd800 Add replay support to Lime Input 2023-12-06 10:09:46 +00:00
srcejon
238a40b9e0 Allow replay time offset to be set by ctrl+left click in waterfall. 2023-12-06 10:09:30 +00:00
Edouard Griffiths
364dfc1fc5
Merge pull request #1911 from srcejon/freq_scanner
Map: Support multiple frequencies and specify which device to tune
2023-12-06 03:41:49 +01:00
srcejon
8240d0a9d5 Try to fix Mac build, again. 2023-12-05 12:48:14 +00:00
srcejon
8d37579076 Add support for setting center frequency on Tx devices. 2023-12-05 12:34:15 +00:00
srcejon
b16206068a Prevent crash that can occur if preset type is unknown. 2023-12-05 12:33:45 +00:00
srcejon
d989561df5 Use common code for creating and processing device and channel Ids. 2023-12-05 12:32:53 +00:00