/libICNL

Reference Implementation for ICNLoWPAN

Primary LanguageCGNU Lesser General Public License v2.1LGPL-2.1

libICNL

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.