Hi
I work with K64 KDS and freertos
I need to compress a file who will be decompressed on a PC with winzip, winrar, 7zip and other usual tools.
I found compress/decompress library that generate unreadable files PC side
the most usefull i found is BCL
Basic Compression Library - an open source compression library (Huffman, RLE, LZ77, Rice, Shannon-Fa...
with many algorithms but unreadable...
there are zip libraries ?
should I do something else after the algorithm to obtain a readable zip?
Thank you in advance