GitHunt

ODMSG Alpha

Message encoded/decoder using ODZip.

Building

clone the git project and you can build using either cmake, make, gcc/clang.

mkdir build
cd build
cmake ..
make

Option 2; Using provided makefile:

mv Makefile.bak Makefile
make

Option 3; build directly with gcc/clang:

gcc -std=c17 -O2 -Wall -Wextra -o odmsg main.c compress.c decompress.c lz_hashchain.c odz_util.c

Disclaimer

This project is in early alpha

Languages

C92.2%CMake7.8%

Contributors

MIT License
Created November 20, 2025
Updated November 21, 2025
logykk/odmsg | GitHunt