Compression with K64

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Compression with K64

1,238 Views
PO220
Contributor IV

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

 

Labels (1)
2 Replies

1,032 Views
PO220
Contributor IV

Thanks

0 Kudos

1,032 Views
TICS_Fiona
NXP Employee
NXP Employee

Hi

We do not supply the file compression library on K64 in KDS and FreeRTOS.  For compression algorithm and its open source, please search them in the book or resources for algorithms .Hope these links could help:

http://dotnetzip.codeplex.com/

http://sevenzipsharp.codeplex.com/

http://icsharpcode.github.io/SharpZipLib/

Best Regards
Fiona Kuang
TIC - Technical Information Center

0 Kudos