Skip to content

Java implementation of heatshrink compression algorithm

License

Notifications You must be signed in to change notification settings

sker65/heatshrink-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages