Wykres commitów

192 Commity (main)

Autor SHA1 Wiadomość Data
Wojciech Kaczmarski b3cd1cc85d
Merge pull request #26 from lwvmobile/lwvmobile4
PKT Encoder: Add Support for libsndfile .wav output and float symbol …
2024-06-11 17:24:10 +02: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 3bfe8ae61d
Update README.md
fifo updates
2024-06-02 15:21:24 +02: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 ca7ed49e9d submodule update 2024-01-26 10:11:40 +01:00
Wojciech Kaczmarski 1e14e4eeed
Update README.md 2024-01-24 13:01:59 +01:00
Wojciech Kaczmarski 718d1c4b9a
Update README.md 2024-01-24 13:01:09 +01: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 870aa36387
Update README.md 2023-12-30 11:34:42 +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
Wojciech Kaczmarski 4d005a7a73
Merge pull request #19 from redpfire/refactor/project-structure
Refactor project structure
2023-12-30 08:36:30 +01:00
Wojciech Kaczmarski f11eb14ba9 librarifiy complete
thanks DM4RCO and DO6SH!
2023-12-29 19:07:42 +01:00
redpfire febbaf8d06 docs(libm17): add basic readme 2023-12-29 19:07:18 +01:00
redpfire 78d2243f6b build(libm17): add Makefile 2023-12-29 19:07:10 +01:00
redpfire dabcd135cd chore(libm17): add gitignore 2023-12-29 19:06:58 +01:00
redpfire b4a5a23ae9 refactor(libm17): restructure the project 2023-12-29 19:06:40 +01:00
Wojciech Kaczmarski a50dbc0aa7 WIP librarify
fixed the rest of main .c files
2023-12-29 19:00:27 +01:00
Wojciech Kaczmarski e08b8c40ad WIP librarify
builds with no errors now
thanks DM4RCO :)
2023-12-29 18:42:59 +01:00
Wojciech Kaczmarski cc72c63cce WIP librarify
doesn't build yet
2023-12-29 16:14:41 +01:00
Wojciech Kaczmarski 7a43152c88 M17 library
compiles fine, but otherwise untested. should be OK
2023-12-28 14:44:23 +01:00
Clayton Smith 84eca87cec
Merge pull request #17 from argilo/remove-unistd
Remove usage of unistd.h
2023-11-16 19:57:14 -05:00
Clayton Smith 01ab95ee0b
Merge pull request #16 from argilo/fix-makefiles-2
Clean up makefiles
2023-11-16 19:53:22 -05:00
Clayton Smith a88957e3e4
Merge pull request #15 from argilo/fix-short-call
Fix handling of short call signs
2023-11-16 19:52:51 -05:00