Wykres commitów

175 Commity (e54d68a6e50fe510d79590f7108583c7fa175db2)

Autor SHA1 Wiadomość Data
lwvmobile e54d68a6e5 Update to use tinier-aes .h file found on that dev branch; 2024-06-19 12:07:31 -04:00
lwvmobile a0673a8082 Delete m17-coder-sym-debug (integrated into m17-coder-sym);
.gitignore .txt files, remove m17-coder-sym-debug;
2024-06-19 10:19:09 -04:00
lwvmobile ffbe510dde Add Command Line Scanning (WIP);
Seperate Usage From CLI Scan;

parse_raw_key_string for key entry reading;
2024-06-19 09:58:09 -04:00
lwvmobile 9fd6231c90 More Scrambler Cleanup and Fixes; 2024-06-19 07:38:41 -04:00
lwvmobile e42d4cf90a Rework Scrambler Mode to use constantly perpetuating SEED value;
Consolidate m17-coder-sym-debug code into m17-coder-sym (eliminate duplicate code);
2024-06-19 07:15:06 -04:00
lwvmobile 180d2e1835 Cleanup Some Code; 2024-06-19 06:22:02 -04:00
lwvmobile f28c1ae6ee Fixes to m17-coder-sym to get enc to work when using flowgraph; 2024-06-17 14:23:07 -04:00
lwvmobile 2cc010c293 Merge branch 'main' into aes-test 2024-06-17 12:24:11 -04:00
lwvmobile f240f76a79 Add Scrambler Mode to m17-coder-sym.c; Need to Test Enc Modes in the flowgraph; 2024-06-17 12:19:35 -04:00
Wojciech Kaczmarski 53213a3066
streamer .grc update 2024-06-17 17:58:29 +02:00
lwvmobile 9c2861af77 coder-sym: Fix IV loading to include byte that wasn't loading properly; 2024-06-17 08:49:33 -04:00
lwvmobile 855918529f Misc Output Tweaks on coder-sym-debug; Fix IV Loading on coder-sym. 2024-06-17 07:36:40 -04:00
lwvmobile 652f219f1d Add Scrambler Mode to m17-coder-sym-debug; 2024-06-16 21:26:17 -04:00
lwvmobile 6deee453e8 Add Debug m17-coder-sym for debugging AES Encryption to Float Output to be decrypted by M17-FME (Working!); 2024-06-16 20:23:07 -04:00
lwvmobile 20c759d885 Update Submodule to tinier-aes and changes to coder to use its wrapper function; 2024-06-16 12:16:09 -04:00
lwvmobile 82c777e238 Merge branch 'user_input_string' into test 2024-06-16 12:06:22 -04:00
lwvmobile 7280cf0f7e Packet Encoder: Fix num_bytes>=25 to num_bytes>25 so when a frame or remainder is exactly 25, it is still the final frame, and produces the EOT bit; 2024-06-15 13:03:41 -04:00
Wojciech Kaczmarski c16c142047 WIP AES encryption 2024-06-12 16:43:15 +02:00
lwvmobile 65b1f62e51 User Input Strings for SMS and Raw Hex Octets; README Update; Misc Output Formatting Tweaks; 2024-06-12 05:10:29 -04:00
lwvmobile 0571d44f5e :) 2024-06-11 11:12:04 -04:00
lwvmobile 1de9d711eb PKT Encoder: Add Support for libsndfile .wav output and float symbol output files compatible with packet decoder; Fix terminating byte inclusion;
README to include mentions for m17-fme and cross compatibility use;
2024-06-10 03:52:33 -04:00
Wojciech Kaczmarski aba9d25e4d fifo fix 2024-06-02 14:22:57 +02:00
Wojciech Kaczmarski d7c38c2c0e fixed framing bug 2024-06-02 14:15:42 +02:00
Wojciech Kaczmarski 04562f843f
Update test-enc-dec.sh
typo fix
2024-06-01 14:57:09 +02:00
Wojciech Kaczmarski b3a1cfe90e added missing #define
- removed -L flag from the Makefile
2024-06-01 14:03:25 +02:00
Wojciech Kaczmarski 6a65289b21 libm17 submodule update
- removed redundant Makefile entry
2024-06-01 10:37:50 +02:00
Wojciech Kaczmarski 3ceff08654 migrated to libm17 2024-01-24 12:39:09 +01:00
Wojciech Kaczmarski 37bae09a97 sped up L2-norm computation 2024-01-19 18:07:01 +01:00
Wojciech Kaczmarski 4c88abf31f typo fix 2024-01-14 18:07:23 +01:00
Wojciech Kaczmarski 47dae3c230 added soft bit (de)randomizer too 2024-01-14 18:05:07 +01:00
Wojciech Kaczmarski f657d03527 wrapped up symbol slicing function 2024-01-14 17:55:17 +01:00
Wojciech Kaczmarski 7a30b90e15 added new function
- unpack_LICH()
2024-01-09 12:07:05 +01:00
Wojciech Kaczmarski a6c75950e6 added new functions
- soft_bit_NOT()
- reorder_soft_bits()
2024-01-09 11:05:06 +01:00
Wojciech Kaczmarski e71b3546cb wrapped up a few more functions 2024-01-08 18:08:30 +01:00
Wojciech Kaczmarski 33c381ab9b unit tests
- symbol map bugfix
2024-01-08 14:32:08 +01:00
Wojciech Kaczmarski b1c4b62f27 Makefile fix for the new, single header file 2024-01-08 07:34:45 +01:00
Wojciech Kaczmarski b2bfd472d5
Merge pull request #21 from maitbot/single-header-file
Single header file
2024-01-08 07:29:47 +01:00
Wojciech Kaczmarski c392be03b3
Merge pull request #20 from maitbot/hex-constant
Hex constant
2024-01-08 07:27:38 +01:00
Wojciech Kaczmarski 5145711d92
Update README.md 2024-01-07 11:03:18 +01:00
A. Maitland Bottoms c4287118a9 use the single include file 2024-01-06 23:05:41 -05:00
A. Maitland Bottoms 6d2e3038d5 single header file
Simplify by combining many header files into one m17.h.
2024-01-06 22:46:42 -05:00
A. Maitland Bottoms 1832a8eda5 hex constant
Rather than newer standards-version binary constant.
2024-01-06 21:48:55 -05:00
Wojciech Kaczmarski 1c6a39d679 endianness fix in`decode_callsign_bytes()` 2024-01-06 18:07:36 +01:00
Wojciech Kaczmarski 282f986994 cleanup - callsign encoding/decoding functions 2024-01-06 17:44:00 +01:00
Wojciech Kaczmarski 5cf820845d got rid of stdio.h
- point 1 of #8 is done
- fixed EoT marker
- added 'install' Makefile section for the libm17
2024-01-05 17:34:07 +01:00
Wojciech Kaczmarski d582dbd14a -Wall for libm17 2024-01-03 12:37:54 +01:00
Wojciech Kaczmarski 81060d11fc
params update 2024-01-03 10:14:28 +01:00
Wojciech Kaczmarski c7bad8d71e
Update math.c
improved `soft_bit_XOR()` - removed unnecessary divisions
2024-01-03 09:21:29 +01:00
Wojciech Kaczmarski 72f01c6321 fixed all m17-* demo apps 2023-12-30 10:44:24 +01:00
Wojciech Kaczmarski 663fab8e9d added missing -lm
sqrt() -> sqrtf()
2023-12-30 10:11:51 +01:00