Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 490 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 490 Bytes

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.