Jakob Ketterl
d0e148c805
add some basic infrastructure for acarsdec
2023-09-08 16:44:15 +02:00
Jakob Ketterl
095bdf38bf
more work on extracting airplane infos
2023-09-08 15:38:48 +02:00
Jakob Ketterl
4ba7152893
json parser can handle bytes natively
2023-09-05 23:28:46 +02:00
Jakob Ketterl
da53c5907a
let's get some locations up on the map
2023-09-05 23:25:32 +02:00
Jakob Ketterl
e934a3935c
add dumpvdl2 basic infrastructure
2023-09-04 19:02:43 +02:00
Jakob Ketterl
f794f285f3
add some basic infrastructure for hfdl
2023-09-03 23:48:56 +02:00
Jakob Ketterl
33030b38e9
keep bandpass off per default; sync settings correctly for initial
...
modulation
2023-09-03 18:27:05 +02:00
Jakob Ketterl
0c6de7cf2a
first shot at decoding ISM data with rtl_433
2023-09-01 23:37:40 +02:00
Jakob Ketterl
ce6029fe94
use unions for compatibility with older versions of python
2023-08-30 01:56:39 +02:00
Jakob Ketterl
21455c1b23
add a LineBasedModule for the common task of parsing line-by-line input
2023-08-29 01:56:27 +02:00
Jakob Ketterl
a3407c71aa
move the detection of deleted properties to where the events are wired
2023-08-29 00:02:44 +02:00
Jakob Ketterl
e109149b92
improve the chain insert() api
2023-08-28 23:39:50 +02:00
Jakob Ketterl
37ee7796db
added option to run demodulator without bandpass
2023-08-25 21:12:13 +02:00
Jakob Ketterl
cafdb3a9f2
add the option to disable the scondary fft
2023-08-24 22:00:59 +02:00
Jakob Ketterl
c7fbc8202b
move to better location
2023-08-24 19:34:20 +02:00
Jakob Ketterl
f7bb1427cc
check if sample rate is even valid
2023-08-24 19:03:43 +02:00
Jakob Ketterl
25ae3359ea
parse and display some information
2023-08-23 00:40:24 +02:00
Jakob Ketterl
10337f7db8
add message parsing
2023-08-22 21:16:38 +02:00
Jakob Ketterl
387d94b4ce
add dump1090 demodulator (raw message only for now)
2023-08-22 19:59:00 +02:00
Jakob Ketterl
ce1ad5ce02
move the logging writer for general use
2023-08-22 19:42:04 +02:00
Jakob Ketterl
063023564b
add empty demodulator (for modes that don't produce any usable audio)
2023-08-22 19:41:24 +02:00
Jakob Ketterl
154897ab3f
use a lowpass as a matched filter for pocsag
2023-08-22 01:52:34 +02:00
Jakob Ketterl
4eae45ddbf
move direwolf module into the direwolf namespace
2023-08-21 23:24:43 +02:00
Jakob Ketterl
32fcfad4d5
use the new execmodule where appropriate
2023-08-21 23:18:58 +02:00
Jakob Ketterl
69d9a5ae79
introduce a filter for d-star
2023-08-21 23:12:10 +02:00
Jakob Ketterl
c1bfb480e7
tweak timing recovery parameters
2023-08-21 17:30:07 +02:00
Jakob Ketterl
8ee5edc9f2
add a lowpass to improve decoding performance
2023-08-16 17:07:18 +02:00
Jakob Ketterl
473929ce97
introduce rtty mode
2023-08-15 16:42:59 +02:00
Jakob Ketterl
c3ebb0d2c5
update timingrecovery api
2023-08-10 21:29:18 +02:00
Jakob Ketterl
90955819bf
improve handling of codecserver errors
2023-07-02 00:43:54 +02:00
Jakob Ketterl
1fb0f24956
replace dc blocker with the csdr version
2023-06-30 11:58:05 +02:00
Jakob Ketterl
774f8bd91a
remove debugging messages
2023-02-21 17:41:55 +01:00
Jakob Ketterl
afcd8277d1
add MSK144 parsing
2023-02-14 18:36:17 +01:00
Jakob Ketterl
f58023f3e5
add msk144demodulator chain
2023-02-14 15:39:59 +01:00
Jakob Ketterl
90ed47a115
move pocsag demodulator to digiham to fix import problems
2022-11-10 22:43:08 +01:00
Jakob Ketterl
46c78f6463
avoid demodulator concurrency
...
* this frees up resources used by the current demodulator before
starting a new one
* this addresses an issue where users of single-channel AMBE sticks
could not seamlessly switch between digital modes
2021-12-23 16:32:51 +01:00
Jakob Ketterl
40c68933e1
add preliminary parsing and display of M17 metadata
2021-12-21 21:18:17 +01:00
Jakob Ketterl
4ce3816f48
show codecserver errors in the client
2021-12-13 13:26:47 +01:00
Jakob Ketterl
33c8e34456
use the resume call before pumping data from a reader
2021-10-26 16:40:38 +02:00
Jakob Ketterl
8cce5bd889
add metrics for pocsag
2021-10-01 00:52:32 +02:00
Jakob Ketterl
1e57fb4609
expect a broken pipe
2021-09-30 23:04:59 +02:00
Jakob Ketterl
c3917c61d3
fix audio compression switching
2021-09-28 17:46:18 +02:00
Jakob Ketterl
25e2a8013e
parser typing
2021-09-28 00:27:01 +02:00
Jakob Ketterl
757ec01ea4
clientReader is not used any more
2021-09-28 00:14:53 +02:00
Jakob Ketterl
a07480fd9a
remove old csdr code
2021-09-27 18:53:49 +02:00
Jakob Ketterl
909a969e04
restore wfm deemphasis tau functionality
2021-09-27 17:46:19 +02:00
Jakob Ketterl
edace3d451
work on some todos
2021-09-27 17:29:51 +02:00
Jakob Ketterl
cbcba5807f
restore PSK decoding
2021-09-23 18:43:41 +02:00
Jakob Ketterl
83d01553e3
use "Optional" in typing
2021-09-20 17:24:10 +02:00
Jakob Ketterl
f2a97415b9
more localized imports
2021-09-20 16:55:17 +02:00