Jakob Ketterl
e2873f3ef8
first version to use the new list implementation
...
* lots of events are not hooked up at the moment
* web config does not work
* changes made in the web config would probably not work either
2023-05-06 01:56:28 +02:00
Jakob Ketterl
ec1c3c17ad
offer combined appended + inserted event
2023-05-06 01:54:49 +02:00
Jakob Ketterl
c673f4bb47
add migration from dict to list
2023-05-06 00:26:00 +02:00
Jakob Ketterl
5297f67419
add support for active lists
2023-05-06 00:25:23 +02:00
Jakob Ketterl
701f39f836
add a flatten implementation
2023-05-06 00:20:37 +02:00
Jakob Ketterl
3b04688d1f
add list insertion; redo filter
2023-05-05 23:41:38 +02:00
Jakob Ketterl
5e60bda758
add filter implementation
2023-05-05 22:52:12 +02:00
Jakob Ketterl
25b229c4ba
Merge branch 'develop' into active_arrays
2023-05-05 17:30:36 +02:00
Jakob Ketterl
2a6a97774d
fix handling of underlying modulation
2023-05-04 21:10:06 +02:00
Jakob Ketterl
28ccf2e6f2
perform soapy driver feature checks using soapy_connector
2023-03-18 03:14:49 +01:00
Jakob Ketterl
949437c662
backport pickle detection from @luarvique
2023-03-18 00:51:58 +01:00
Jakob Ketterl
f0e6839816
update changelog
2023-03-17 23:18:13 +01:00
Jakob Ketterl
5d20157dca
add the option to configure waterfall auto levels on device and profile
...
level
2023-03-17 23:04:15 +01:00
Jakob Ketterl
4329025742
remove unused variable
2023-03-17 22:39:19 +01:00
Jason Gaunt
d58ad77da2
Added support for automatically enabling auto adjust waterfall levels - JBG
2023-03-17 22:35:42 +01:00
Jakob Ketterl
69ace3179e
enable IPv6 in the webserver if configured
2023-03-17 21:44:46 +01:00
Jakob Ketterl
51fd6b625b
add ipv6 setting to config
2023-03-17 20:18:19 +01:00
Jakob Ketterl
1209ed4e40
Merge branch 'underlying_mod' into develop
2023-03-17 19:59:12 +01:00
Jakob Ketterl
101d385c05
use bandpass from underlying mode if applicable
2023-03-17 17:47:11 +01:00
Jakob Ketterl
57f55bbdd5
Merge pull request #342 from bd5rv/develop
...
Add --no-http-keep-alive to wget's arguments
2023-03-10 21:11:31 +01:00
Michael Chen
e8ba61bb81
Add --no-http-keep-alive to wget's arguments
...
When downloading SDRPlay API from sdrplay.com'server, it reports 403 forbidden error when the environment variable https_proxy is set. Adding --no-http-keep-live argument to wget will make the download working.
2023-03-11 00:31:19 +08:00
Jakob Ketterl
258aebd0c3
correctly handle bookmarks with underlying mode in receiver
2023-02-28 17:07:13 +01:00
Jakob Ketterl
a54a5fd560
allow underlying mode to be specified in bandplan
2023-02-28 15:30:31 +01:00
Jakob Ketterl
cb5b2e64af
change chunking to work with actual byte-sizes
2023-02-22 17:23:11 +01:00
Jakob Ketterl
685b9970d2
switch frequency field to 5 bytes to support QO-100
2023-02-22 16:19:18 +01:00
Jakob Ketterl
c385a8f6b1
update changelogs
2023-02-22 14:13:01 +01:00
Jakob Ketterl
aa60b9d4a7
add msk144decoder to docker build
2023-02-21 19:50:44 +01:00
Jakob Ketterl
bff09e3363
add msk144decoder to recommended packages
2023-02-21 17:42:33 +01:00
Jakob Ketterl
774f8bd91a
remove debugging messages
2023-02-21 17:41:55 +01:00
Jakob Ketterl
b1684908a4
remove todo
2023-02-19 16:18:49 +01:00
Jakob Ketterl
ed76fd7606
add MSK144 service demodulator
2023-02-19 16:18:08 +01:00
Jakob Ketterl
7b3f212ccb
improve error handling during service initialization
2023-02-19 16:14:08 +01:00
Jakob Ketterl
216a3db45d
add MSK144 to list of pskreporter modes
2023-02-16 19:47:46 +01:00
Jakob Ketterl
c16de474c6
route msk144 data to the wsjt message panel
2023-02-14 18:45:51 +01:00
Jakob Ketterl
afcd8277d1
add MSK144 parsing
2023-02-14 18:36:17 +01:00
Jakob Ketterl
525b70d495
add msk144 frequencies
2023-02-14 15:40:20 +01:00
Jakob Ketterl
f58023f3e5
add msk144demodulator chain
2023-02-14 15:39:59 +01:00
Jakob Ketterl
252edb7a5a
add feature detection
2023-02-14 15:38:33 +01:00
Jakob Ketterl
2993cc4279
update wsjt-x homepage url
2023-02-14 15:37:37 +01:00
Jakob Ketterl
cc4f3c6c1d
correctly commit patch?
2023-01-28 19:23:46 +01:00
Jakob Ketterl
0de597481c
update to wsjt-x 2.6.1
2023-01-28 19:13:10 +01:00
Jakob Ketterl
2342bb5d29
update WSJT-X download location
2023-01-28 17:36:45 +01:00
Jakob Ketterl
b1ac8caf9b
replace with a more robust state engine implementation
2023-01-28 16:37:32 +01:00
Jakob Ketterl
b31581dc80
implement active list transformation
2022-12-14 01:22:48 +01:00
Jakob Ketterl
f73c62c5df
change the list notification interface
2022-12-14 01:07:20 +01:00
Jakob Ketterl
e7e5af9a53
add a test for listener removal
2022-12-12 17:42:16 +01:00
Jakob Ketterl
c7d2a5502c
add first shot at active list implementation
2022-12-12 17:39:07 +01:00
Jakob Ketterl
59759fa79d
move tests to match folder structure
2022-12-12 16:06:15 +01:00
Jakob Ketterl
d79a1396a6
change name for sdrplay device in default config
2022-12-11 23:54:35 +01:00
Jakob Ketterl
1e6e7528b5
add a pseudo-input to display the sdr device type
2022-12-11 23:48:56 +01:00