Page 1 of 1

Looking for a GZIP lib

Posted: Thu Feb 11, 2021 12:59 pm
by SeeCwriter
I'm looking for a GZIP library for my NB project. It has nothing to do with a webpage. Right now the MOD54415 receives a compressed file via tcp and stores it in nonvolatile memory until a host asks for it. Eventually I would like to decompress the file but I haven't found a way to do it. All the libraries I've found are for Visual Studio or Linux or python, etc. Is there a generic c/c++ library for GZIP available?