sker65 / heatshrink-java

Java implementation of heatshrink compression algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

heatshrink-java

Java implementation of heatshrink compression algorithm

Build Status Coverage Status

Why

This library is a java port from the great heatshrink library by Scott Vokes https://spin.atomicobject.com/2013/03/14/heatshrink-embedded-data-compression/ that runs great on micro controllers because of very little memory usage.

When decompressing on an mcu you sometimes need to create compressed data on a normal PC, this is where this library could be used.

C-Sources

Original c sources can be found here https://github.com/atomicobject/heatshrink

About

Java implementation of heatshrink compression algorithm

License:GNU General Public License v3.0


Languages

Language:Java 100.0%