Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 751 Bytes

File metadata and controls

22 lines (18 loc) · 751 Bytes
layout default
title tinyPack

TinyPack provides data compression algorithms for TinyOS.

It seems that most data compression algorithms require several kilobytes of memory to achieve useful compression. TinyPack is aimed at data compression algorithms that require at most hundreds of bytes. Currently two variants of LZSS have been implemented. If you know of other existing data compression implementations for sensor networks, or algorithms worth implementing please let me know.

Download

The source is freely available. It is licensed under the Apache License, Version 2.0.