Commit Graph

154 Commits (28ebd2ad598f106cb1ab4221087ced0fd1409ef2)

Author SHA1 Message Date
Jean-Michel Friedt 28ebd2ad59 sync bindings 2024-12-24 10:01:07 +01:00
Jean-Michel Friedt e5a61c6949 sync bindings 2024-12-24 09:52:04 +01:00
Jean-Michel Friedt 9383df833a udpate M17_Implementations version 2024-12-24 09:49:41 +01:00
Jean-Michel Friedt 94d4633b97 update GRC example 2024-12-24 09:01:42 +01:00
Jean-Michel Friedt f9d2d7c7b1 add scrambler key field in decoder block 2024-12-24 08:59:07 +01:00
Jean-Michel Friedt 203850491b add scrambler key field in encoder block 2024-12-24 08:40:12 +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 0c63ce4213 update doc bindings 2024-12-23 06:41:40 +01:00
Jean-Michel Friedt eee82a0cd6 update bindings 2024-12-23 06:33:05 +01:00
Jean-Michel Friedt 0167eedd45 indent all code 2024-12-23 06:26:03 +01:00
Jean-Michel Friedt 3f90b090b2 update GRC examples with new interfaces 2024-12-22 20:03:18 +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 ad6425ca3a private key management 2024-12-22 16:31:47 +01:00
Jean-Michel Friedt 2096b1c79b indent 2024-12-22 13:58:46 +01:00
Jean-Michel Friedt 3993071522 replace int with encr_type enum 2024-12-22 13:54:14 +01:00
Jean-Michel Friedt c4c656d32f merge M17_Implementations/SP5WWP/m17-coder/m17-coder-sym.c into lib/m17_coder_impl: compiles but logic still remains to be checked 2024-12-22 10:53:03 +01:00
Jean-Michel Friedt f903603135 update M17_Implementations version 2024-12-22 09:57:34 +01:00
Jean-Michel Friedt 4622460f49 update CMakeLists.txt path 2024-12-22 09:57:13 +01:00
Wojciech Kaczmarski 4503c273ab
rx freq as a variable 2024-09-24 13:36:53 +02:00
Wojciech Kaczmarski e6bbb6cdc5
rtl-sdr receiver flowgraph update 2024-09-19 17:24:16 +02:00
Jean-Michel Friedt 434391fef3 SignedStr on decoder 2024-06-20 18:52:23 +02:00
Jean-Michel Friedt e1c8bf73f8 getting ready for AES and ECC, not yet implemented 2024-06-20 18:01:32 +02:00
Jean-Michel Friedt 3e11b7bf45 getting ready for AES and ECC, not yet implemented 2024-06-20 17:57:55 +02:00
Jean-Michel Friedt b7036eab41 user selectable callsign decoding + improved meta information display 2024-06-19 19:15:09 +02:00
Wojciech Kaczmarski 161688ce20
Update m17_m17_coder.block.yml 2024-06-10 10:12:58 +02:00
Jean-Michel Friedt e50e2cc614 update screenshort with proper loopback parameters 2024-06-09 12:57:35 +02:00
Jean-Michel Friedt c4920f4f38 document Meta field 2024-06-09 12:56:27 +02:00
Jean-Michel Friedt f13211eb53 Merge branch 'main' of https://github.com/M17-Project/gr-m17 2024-06-09 12:52:22 +02:00
Jean-Michel Friedt 307e3b3a3a update examples to make them functional demonstrations of gr-m17 features with default settings 2024-06-09 12:52:08 +02:00
Wojciech Kaczmarski cc6040e495
Update m17_m17_coder.block.yml
doc update
2024-06-09 11:44:32 +02:00
Wojciech Kaczmarski 71e6a471ad
Update m17_m17_decoder.block.yml
doc update
2024-06-09 10:55:23 +02:00
Jean-Michel Friedt f203626194 add dependencies in README 2024-06-09 10:01:19 +02:00
Jean-Michel Friedt 8b7cfae0be handle the case of META empty string 2024-06-08 18:22:56 +02:00
Jean-Michel Friedt 8f17989622 handle the case of META empty string 2024-06-08 18:21:38 +02:00
Wojciech Kaczmarski c81f5e75ce
Update m17_coder_impl.cc
changed formatting
2024-06-08 17:40:32 +02:00
Jean-Michel Friedt c5d513a9f2 decode META as UTF-8 array if binary 2024-06-08 17:20:19 +02:00
Jean-Michel Friedt 63c4e8f641 decode META as UTF-8 array if binary 2024-06-08 17:18:56 +02:00
Jean-Michel Friedt 9a3c06b6ba decode META as UTF-8 array if binary 2024-06-08 17:18:01 +02:00
Wojciech Kaczmarski 84c7c66b3d
Update m17_coder_impl.cc
changed transmission type display format
2024-06-08 17:17:01 +02:00
Jean-Michel Friedt 694f0d9e2d decode META as UTF-8 array if binary 2024-06-08 17:12:51 +02:00
Jean-Michel Friedt 39bd884b96 char display as hex 2024-06-08 16:21:59 +02:00
Jean-Michel Friedt ea3249dc9b handle null byte in meta string 2024-06-08 16:03:48 +02:00
Jean-Michel Friedt 82c50c8e04 type -> data 2024-06-08 15:19:56 +02:00
Jean-Michel Friedt 2f49621981 split all callback functions to a single parameter assembled as a mask + pulldown menus on loopback example 2024-06-08 14:56:56 +02:00
Wojciech Kaczmarski 8d5dcb7a96
Update m17_coder_impl.cc
TYPE formatting fix
2024-06-08 13:05:24 +02:00
Jean-Michel Friedt bf7bb4ab68 updated option tree in GRC 2024-06-08 12:54:12 +02:00
Jean-Michel Friedt 1c20bb3848 audio coder benchmark to assess M17 proper operation 2024-06-08 12:42:05 +02:00
Jean-Michel Friedt 6b2a781328 add audio coder test demo 2024-06-08 08:54:48 +02:00