heatshrink

Data compression library for embedded/real-time systems

brewmacoslinux
Try with needOr install directly
Source

About

Data compression library for embedded/real-time systems

Commands

heatshrink

Examples

Compress a file using heatshrink$ heatshrink -e -i input.txt -o input.txt.hsz
Decompress a heatshrink-compressed file$ heatshrink -d -i input.txt.hsz -o input.txt
Compress with custom window size (8-15 bits)$ heatshrink -e -w 12 -i input.txt -o input.txt.hsz