ncutils (Network Coding Utilities)

From the author’s description:

This project is composed by three libraries:

ncutils-java and ncutils-c: these two libraries provide slow but flexible functions to implement network coding ideas both in pure Java and C.
ncutils-codec: this library provides an implementation of random network coding over F2^8. This library is faster than the above but is less flexible. It includes native code to accelerate both encoding and decoding.

Source: https://code.google.com/p/ncutils/

Leave a Reply

Your email address will not be published. Required fields are marked *