cube007
Full Member level 6
Hello,
For transferring data from a PC to an embedded System via Ethernet (UDP packets) I’m looking for a fast and efficient lossless data (de)compress algorithm in C and/or VHDL. At the moment I’m sending UDP frames with about 22kBytes from the PC to the embedded hardware. With a standard LZH (Lempel-Ziv-Huffman) algorithm the frames can be compressed down to 40%. The current implementation is derived from **broken link removed**. But the code is too slow.
Any recommendations are welcome.
Regards,
cube007
For transferring data from a PC to an embedded System via Ethernet (UDP packets) I’m looking for a fast and efficient lossless data (de)compress algorithm in C and/or VHDL. At the moment I’m sending UDP frames with about 22kBytes from the PC to the embedded hardware. With a standard LZH (Lempel-Ziv-Huffman) algorithm the frames can be compressed down to 40%. The current implementation is derived from **broken link removed**. But the code is too slow.
Any recommendations are welcome.
Regards,
cube007