Work in Progress
libICNL is the reference implemenation for ICNLoWPAN. This implementation compiles to a static library and can easily be integrated into existing NDN and CCNx implementations.
To build this library, run cmake
from within the build
directory.
cd build
cmake ..
make
Currently, all static libraries reside in build/lib
.
It is planned to provide a combined static library.