LO
logykk/odmsg
ODMSG Alpha
Message encoded/decoder using ODZip.
Building
clone the git project and you can build using either cmake, make, gcc/clang.
Option 1 (recommended); CMake (make):
mkdir build
cd build
cmake ..
makeOption 2; Using provided makefile:
mv Makefile.bak Makefile
makeOption 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.cDisclaimer
This project is in early alpha