Compression with K64

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Compression with K64

2,334 次查看
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

 

标签 (1)
2 回复数

2,128 次查看
PO220
Contributor IV

Thanks

0 项奖励
回复

2,128 次查看
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 项奖励
回复