Implementation of the packeting algorithm as proposed to Dr. Sojka. Produces two binaries that will encode/decode png images. Relies on the lodepng library.
git clone --recursive http://github.com/Cubium/PacketingAlgorithm
cd PacketingAlgorithm
cmake .
make