Commit Graph

37 Commits (92474f4435b85dc2c3d01d3b6abb7ab4c9dc0301)

Author SHA1 Message Date
Jean-Michel Friedt a89375c442 correct decoder message display conditions 2025-02-01 08:42:04 +01:00
Jean-Michel Friedt 76ba939083 apply correction from https://github.com/M17-Project/M17_Implementations/pull/42/files#diff-b70d863aff08d3519351784ae36df8866bed18e23e5f03afae6a064e2f2cfa29 2025-01-17 19:48:02 +01:00
Jean-Michel Friedt f9d2d7c7b1 add scrambler key field in decoder block 2024-12-24 08:59:07 +01:00
Jean-Michel Friedt 87557953a9 linking with C library and replace enum interface to GRC with native type (int) 2024-12-23 12:48:03 +01:00
Jean-Michel Friedt 0167eedd45 indent all code 2024-12-23 06:26:03 +01:00
Jean-Michel Friedt 914f32789b add encoder_type to decoder block 2024-12-22 19:56:26 +01:00
Jean-Michel Friedt 1bbd406e28 merge all crypto functions to decoder 2024-12-22 18:46:29 +01:00
Jean-Michel Friedt d88782d9f0 add AES key callback functions to decoder 2024-12-22 17:24:22 +01:00
Jean-Michel Friedt 434391fef3 SignedStr on decoder 2024-06-20 18:52:23 +02:00
Jean-Michel Friedt b7036eab41 user selectable callsign decoding + improved meta information display 2024-06-19 19:15:09 +02:00
Jean-Michel Friedt 7f73fd459a add counter 2024-06-07 15:46:18 +02:00
Jean-Michel Friedt bdd5bac520 tested noisy channel loopback demo 2024-06-07 11:47:19 +02:00
Jean-Michel Friedt 7b21ad66c1 revert to generic block rather than interpolating block: functional on RX 2024-06-07 10:21:25 +02:00
Jean-Michel Friedt ec7246136e testing branch 2024-05-19 10:39:11 +02:00
Jean-Michel Friedt 0158cab22e update to match new lib structure 2024-01-27 08:16:28 +01:00
Jean-Michel Friedt da21ce007b erroneous symbol replacement during decoder update, corrected and now functional 2023-12-31 10:21:02 +01:00
Jean-Michel Friedt a051f8e6d1 remove compilation warning 2023-12-30 18:53:55 +01:00
Jean-Michel Friedt 3783375979 try to match closely *-sym.c 2023-12-30 18:51:19 +01:00
Jean-Michel Friedt cf1b8b96fb update to library version of M17_Implementations 2023-12-30 18:10:36 +01:00
Jean-Michel Friedt 443cfb36ef define default threshold value in GRC flowgraph and remove unnecessary comments 2023-09-28 11:52:13 +02:00
Jean-Michel Friedt 5989edb9cc dynamic threshold selection 2023-09-28 08:23:02 +02:00
Jean-Michel Friedt 612645ac49 update xcorr with euclidian distance 2023-09-22 20:40:41 +02:00
Clayton Smith a7a79457c8 Make the look-back buffer a member variable 2023-09-13 09:16:39 -04:00
Clayton Smith c4f7d1a42e Null-terminate the callsign 2023-09-13 09:14:52 -04:00
Clayton Smith a170c37c18 Correct CODE_STD value 2023-09-13 09:14:07 -04:00
Jean-Michel Friedt d8b2139411 move local variables to member variables of the m17_decoder_impl class + update examples to GNU Radio 3.10.7.0 2023-09-13 14:07:49 +02:00
Jean-Michel Friedt ba64565ce0 correct indentation of debug parts 2023-03-23 15:23:43 +01:00
Jean-Michel Friedt 9729cddb25 output stream assignement out of the debug test 2023-03-23 15:20:22 +01:00
Jean-Michel Friedt bb64f0ae1c add decoder Threshold as a user-tunable parameter + loopback example 2023-03-07 12:11:02 +01:00
Jean-Michel Friedt 04cb49377e separate Control and Data debug to avoid flooding GNU Radio Companion during tests 2023-03-02 08:18:22 +01:00
Jean-Michel Friedt 8bd63448d9 comment on constants 2023-02-28 17:03:59 +01:00
Jean-Michel Friedt efcfcd3720 set constants for code statistics 2023-02-28 16:37:28 +01:00
Jean-Michel Friedt 79d73aad14 replace xcorr with normalized xcorr 2023-02-28 16:17:29 +01:00
Jean-Michel Friedt 6a4a02c076 output data stream 2023-02-22 14:01:11 +01:00
Jean-Michel Friedt cf99c8674c add debug flag to decoder and coder function of GNU Radio 3.10 2023-02-21 19:03:23 +01:00
Jean-Michel Friedt 69d41f9794 match new file layout 2023-02-20 20:14:34 +01:00
Jean-Michel Friedt a0fe3e643e initial commit GNU Radio 3.10 2023-02-20 18:27:58 +01:00