Hello!
I´m looking for some solution to compress data in my application. I´m designing a system with TM4C129 device, and I should compress collected data to transmit them.
I´m trying to use ZLIB (http://www.zlib.net/), but it´s not working. The software enters into a loop in one of the internal functions and never gets out...
Does anyone could give me some clues?
Thank you!