hamnet70/impl
Thomas Kolb 725a0ffd21 Ignore the squelch while receiving a packet
Before this commit, samples could be dropped during packet reception, which for
sure destroys the current packet and potentially the following one. Now samples
are stored even if the squelch „closes“, and decoding will potentially fail due
to high noise, but not due to missing samples.
2024-07-19 22:11:29 +02:00
..
src Ignore the squelch while receiving a packet 2024-07-19 22:11:29 +02:00
test Implement a packet queue (incl. tests) 2024-07-11 23:23:18 +02:00
utils visualizer: make it optional to dup JSON to file 2024-05-28 08:59:06 +02:00
.gitignore Initial commit: infrastructure 2021-10-17 19:25:42 +02:00
CMakeLists.txt Add new files to CMakeLists.txt 2024-07-18 22:57:22 +02:00
compile_flags.txt Initial commit: infrastructure 2021-10-17 19:25:42 +02:00
make.sh make.sh: allow passing parameters to make 2024-01-03 17:29:05 +01:00
setup_tundev.sh setup_tundev: limit TX queue len to 16 2024-07-19 21:59:38 +02:00