Looking for a GZIP lib

Discussion to talk about software related topics only.
Post Reply
SeeCwriter
Posts: 605
Joined: Mon May 12, 2008 10:55 am

Looking for a GZIP lib

Post 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?
Post Reply