Page 1 of 1

tar.gz or other compression

Posted: Wed Oct 27, 2010 12:04 pm
by k1mgy
Data compression (for transmission from an SB70LC to a remote host) is useful and desirable for my application.

The RTL's do not offer any compression utility (that I can find).

Anyone out there (here) who has dealt with this? Did you end up creating your own compression tool?

Re: tar.gz or other compression

Posted: Thu Oct 28, 2010 4:51 pm
by greengene
we use a simple compression implementation of lzo. it is a gnu, gpl, package. their site is:
/*
* NOTE:
* the full LZO package can be found at
* http://wildsau.idv.uni-linz.ac.at/mfx/lzo.html
*/
it had a few anti-aliasing type compile warnings under nb, but all has worked flawlessly.

Re: tar.gz or other compression

Posted: Fri Oct 29, 2010 4:19 pm
by lgitlitz
greengene,
Thanks for that info on the compression. The link you gave did not work but I was able to find the main page here:
http://www.oberhumer.com/opensource/lzo/
I also successfully tested the miniLZO on a MCF5270 platform:
http://www.oberhumer.com/opensource/lzo ... .03.tar.gz

Be aware that this compression software distributed under the terms of the GPL v2+.

-Larry

Re: tar.gz or other compression

Posted: Sat Nov 06, 2010 7:31 am
by greengene
thanks for correcting the link.
i just did a cut-n-paste from the code and who would
ever expect that a comment was no longer current ;-))