Wykres commitów

  • 50c163233f
    Merge c4d324b4da into 50ee0c0636 Alexandre Vaughan 2024-04-28 22:43:09 +0200
  • c4d324b4da fix: compile error on ubuntu + warnings Alexandre Vaughan 2024-04-28 22:31:41 +0200
  • 7fe5a6377a
    Merge fc87d96e3b into 50ee0c0636 Dhiru Kholia 2023-12-15 08:32:36 -0700
  • 6d14f02b14
    Merge f215ced9a2 into 50ee0c0636 Dhiru Kholia 2023-12-11 09:00:21 +0530
  • f215ced9a2 Restore 'free text' encoding support Dhiru Kholia 2023-12-11 07:33:11 +0530
  • 7d21e39684
    Merge 86eee8928b into 50ee0c0636 Dhiru Kholia 2023-11-15 21:39:54 +0530
  • 86eee8928b [RFC] Enable usage of externally supplied 'TONES DATA' Dhiru Kholia 2023-11-15 21:13:23 +0530
  • fc87d96e3b Fix compilation on Ubuntu Linux Dhiru Kholia 2023-11-15 21:13:23 +0530
  • 340e3e84f2
    Merge 54aad29d2d into 50ee0c0636 b4yuan 2023-10-31 08:24:10 +0200
  • 50ee0c0636
    Merge pull request #37 from kgoba/update_to_0_2 master 2.0 Kārlis Goba 2023-10-31 08:19:40 +0200
  • 54aad29d2d Add CodeQL Workflow for Code Security Analysis Brian 2023-10-29 15:37:40 -0400
  • 070b709186 Add CodeQL Workflow for Code Security Analysis Brian 2023-10-20 01:16:12 -0400
  • 24684c6362 Add CodeQL Workflow for Code Security Analysis Brian 2023-10-11 21:12:09 -0400
  • aaf9a4e231
    Merge 0ba5a57cab into 7d534db0db b4yuan 2023-06-20 16:09:24 -0400
  • 0ba5a57cab fix: possible integer overflow b4yuan 2023-06-20 16:04:32 -0400
  • f567d5b2ae
    Merge df7a3d8175 into 7d534db0db Pripyat Automations 2023-05-01 15:40:18 -0400
  • df7a3d8175 Patched to build shared library and install it Dangerous Devices 2023-05-01 15:38:18 -0400
  • 0600bdf4fe adding telemetry encoding support Rafal Rozestwinski 2023-03-27 18:40:50 +0200
  • f7b8f4a2d5 telemetry support Rafal Rozestwinski 2022-12-01 22:34:00 +0100
  • 5cf35031ac implementing telemetry frame packing Rafal Rozestwinski 2022-12-01 22:26:54 +0100
  • 5f512a2f89 Added Waterfall class and candidate search+decoding Karlis Goba 2022-08-15 12:22:58 +0300
  • aec8f7677a Added more files/dirs Karlis Goba 2022-08-12 23:30:52 +0300
  • d2b9790fd6 Added fine/coarse sync search Karlis Goba 2022-08-12 23:30:21 +0300
  • 2683de6c92 Updated decode processing Karlis Goba 2022-08-10 23:21:48 +0300
  • 56c0e34d95 Initial version of python decoder Karlis Goba 2022-08-09 11:41:49 +0300
  • 757948b33f Code sanitization Karlis Goba 2022-08-07 14:02:42 +0300
  • 62ee4533b5 Added relative dB lookup table (for SNR) Karlis Goba 2022-08-07 13:58:42 +0300
  • 62f7aeecac Added mag/phase data in waterfall and resynth function Karlis Goba 2022-08-03 16:01:52 +0300
  • aea0ed85b0 Added mag/phase data in waterfall and resynth function Karlis Goba 2022-08-03 15:57:03 +0300
  • a28593682e Naming consistency + time slot display in decode_ft8 Karlis Goba 2022-06-28 09:07:52 +0300
  • 7dc84b972a Naming consistency; removed legacy pack/unpack Karlis Goba 2022-06-26 10:47:46 +0300
  • 6f528128ee Added live decoding based on Portaudio Karlis Goba 2022-06-19 20:01:21 +0300
  • a05dbae957 Added initial message interface, moved demo/example code, initial portaudio support Karlis Goba 2022-06-16 12:28:07 +0300
  • 72754d02f0 Some code cleanup Karlis Goba 2022-05-11 15:33:26 +0300
  • f5f9bb299a Added SNR calculation again chrnadig 2022-05-06 18:18:37 +0200
  • e6076b6ed1 Changed pointer declarations, made some function static that should be chrnadig 2022-05-05 22:35:20 +0200
  • 7699003ade Reformatted code chrnadig 2022-05-05 22:14:38 +0200
  • e7184228b3 Removed LOG() macro chrnadig 2022-05-05 22:07:09 +0200
  • 3502d47cf0 Working version without SNR calculation chrnadig 2022-05-05 22:03:14 +0200
  • ea7604f936 New version of library with latest sources from kgoba chrnadig 2022-05-04 17:41:21 +0200
  • 58d93dd93a FT4 chrnadig 2022-05-04 11:05:35 +0200
  • 7d534db0db Added extern C around function prototypes for C++ compatibility Karlis Goba 2022-04-23 17:40:30 +0300
  • 201de2da44 Small changes to build libraries for Release chrnadig 2022-04-06 13:48:23 +0200
  • b3f792c1d9 Bugfix for NaN in SNR calculation chrnadig 2022-04-01 18:16:44 +0200
  • 7d10a21566 Added SNR calculation chrnadig 2022-04-01 16:45:42 +0200
  • e9d1d2a14d Small corrections so that universal library is built for correct SDK chrnadig 2022-03-01 15:08:39 +0100
  • cd0dc2eca3
    Merge pull request #20 from kholia/master Kārlis Goba 2022-02-06 21:28:43 +0200
  • 5fb933b0d4 Fix a memory leak in decode_ft8.c Dhiru Kholia 2022-02-06 13:30:01 +0530
  • 5816d6a72d Removed macOS Framework again chrnadig 2022-01-09 22:56:51 +0100
  • cefe749551
    Merge pull request #3 from Guenael/guenael Guenael, VA2GKA 2021-12-18 14:32:37 -0500
  • 1a21b9c767 fix: (i_tone >= 1) useless here, 0 alredy processed before Guenael 2021-12-18 14:29:06 -0500
  • bf1b8b9411 fix: (i_tone>=0) comp. always true because init=0 Guenael 2021-12-18 14:26:10 -0500
  • 95473cda53
    Merge pull request #17 from kholia/master Kārlis Goba 2021-12-18 09:59:19 +0200
  • 759f59d960 Allow compilation on Android as ISO C++ code Dhiru Kholia 2021-12-18 12:00:26 +0530
  • 8e7f7d3a51
    Merge 662e9f9b0d into e7c23cb46c Guenael, VA2GKA 2021-12-16 07:58:23 +0200
  • e7c23cb46c
    Update README.md Kārlis Goba 2021-12-14 22:14:10 +0200
  • 6fb6c2d5cd
    Update README.md Kārlis Goba 2021-12-14 22:10:13 +0200
  • 569d1f6c3e
    Update README.md Kārlis Goba 2021-12-14 22:07:53 +0200
  • cbc656c375 Added FT4 decoding Karlis Goba 2021-12-14 10:38:07 +0200
  • 927fae9d3a Updated the decoder from whole signal processing to frame processing Karlis Goba 2021-12-11 07:48:15 +0200
  • acea17221e Further steps towards FT4 decoding Karlis Goba 2021-12-08 23:33:52 +0200
  • 662e9f9b0d
    Merge pull request #2 from Guenael/guenael Guenael, VA2GKA 2021-12-05 18:04:25 -0500
  • d6526801a4 chore(CI): pulling submodel external code Guenael 2021-12-05 18:02:53 -0500
  • f941632d28 chore(makefile): install everything in libft8.a and spec clang Guenael 2021-12-05 17:51:21 -0500
  • be3682c14f chore(lib): using external repo for kissfft Guenael 2021-12-05 17:34:59 -0500
  • 27328fd0fa
    Merge pull request #1 from Guenael/guenael Guenael, VA2GKA 2021-12-05 17:26:30 -0500
  • d6f260e5f3 fix(decode_ft8.c): typo Guenael 2021-12-05 17:13:37 -0500
  • c1b0820a3d feat(CI): GitHub build pipeline (Action) added Guenael 2021-12-05 17:06:22 -0500
  • 26decf92f7 Added prefixes to ft8/ft4/ftx functions and clang-formatted code Karlis Goba 2021-11-17 10:31:01 +0200
  • 342d493943 Added macOS Framework as a target chrnadig 2021-11-08 21:58:59 +0100
  • 13f1fe7ea3 Finished library chrnadig 2021-11-08 21:44:37 +0100
  • 550f3dc29c
    Merge pull request #15 from kholia/master Kārlis Goba 2021-11-07 11:30:45 +0200
  • 23247aa471 Misc. fixes required on Ubuntu 21.04 (Linux) Dhiru Kholia 2021-11-07 14:34:24 +0530
  • c21ef4500b
    Merge pull request #14 from kholia/master Kārlis Goba 2021-11-07 10:31:40 +0200
  • cdb9c58412 Some scheme changes chrnadig 2021-11-03 12:24:44 +0100
  • b6339e3880 Extended .gitignore for macOS chrnadig 2021-11-02 11:55:12 +0100
  • 4eb045cc16 Created Xcode project chrnadig 2021-11-02 11:29:46 +0100
  • 7e9926f1bd Fix M_PI related compilation isues on Linux Dhiru Kholia 2021-11-01 16:38:26 +0530
  • 06ad32b75e
    Merge 6a93e69410 into ee9567ab1d BI4SQM/N5BBB 2021-10-09 20:23:48 +0800
  • 6a93e69410 Remove files that forget to delete with last commit Kimi Jin 2021-10-09 20:18:41 +0800
  • 46f0832952 Move decode/encode/test.c into apps folder and compile with libfft, libft8 library link Kimi Jin 2021-10-09 19:58:43 +0800
  • b095d79590 Move varible definition out of for() to avoid std=c99 error Kimi Jin 2021-10-09 18:50:06 +0800
  • 22b5299169 Change CXX to CC since it's pure c code Kimi Jin 2021-10-09 18:46:26 +0800
  • a762e4597a Move fft and ft8 to libs/libfft and libs/libft8, compiled as shared object lib(.so) Kimi Jin 2021-10-09 17:50:49 +0800
  • ee9567ab1d Minor tweaks for performance Karlis Goba 2021-08-18 11:07:12 +0300
  • 78c3e25a08 Added FT4 encoding Karlis Goba 2021-08-16 20:02:52 +0300
  • 456eefede4 Minor cleanup in encoding, more documentation Karlis Goba 2021-08-16 12:49:32 +0300
  • f7ca67be9f Further minor updates and cleanup Karlis Goba 2021-08-13 12:39:37 +0300
  • d46686bccc Merge branch 'master' of https://github.com/kgoba/ft8_lib Karlis Goba 2021-08-12 15:04:20 +0300
  • 67ff4b95e7 Improved decoding slightly Karlis Goba 2021-08-12 15:04:15 +0300
  • 5a44db939f
    Update README.md Kārlis Goba 2021-08-12 14:36:35 +0300
  • 89c1cd90ec Cleanup of code Karlis Goba 2021-08-12 14:32:49 +0300
  • 7d57d9e855 Merge branch 'master' of https://github.com/kgoba/ft8_lib Karlis Goba 2021-08-12 13:43:33 +0300
  • ac9510b993 Simplified decoder interface and decode_ft8.c Karlis Goba 2021-08-12 13:43:25 +0300
  • c0ad8145e5
    Update README.md Kārlis Goba 2021-08-11 00:17:16 +0300
  • 1690b55a62 Cleanup and a little documentation Karlis Goba 2021-08-10 13:37:54 +0300
  • 271756b4c7 Some cleanup Karlis Goba 2021-08-06 09:57:08 +0300
  • 74ff78663b Renaming constants to use less generic names Karlis Goba 2021-08-05 14:21:07 +0300
  • 3418b64b08 Fixed compilation errors Karlis Goba 2021-08-05 14:11:21 +0300
  • 5c33a6e8bb Renamed .cpp to .c Karlis Goba 2021-08-05 14:10:03 +0300