Skip to main content
AKuma.2442
Associate II
December 2, 2019
Question

Data convert in to zip format

  • December 2, 2019
  • 2 replies
  • 732 views

hi i want to compress the text file in to .zip format and save this in to SD card, could you please tell me any one know about any library that available to do compressing

i want .zip, i found some library to do gzip

please suggest me, Thanks in advance

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
December 2, 2019

Mark Adler posted a deflate.c implementation, as I recall. I've used the inflate() counter part for years.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
AKuma.2442
Associate II
December 9, 2019

Thank you for your replay,

i used this library but we are not getting any output,

is STM32 F411 support compression to .zip? or need of OS?