Libicnet

From fd.io
Revision as of 10:38, 23 February 2017 by Muscariello (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

ConsumerSocket/ProducerTransport API: data transport library for ICN

This library is designed to provide a transport layer for applications willing to communicate using an ICN protocol stack. It also provides some useful tools showing how to use the library.

Dependencies

  • libboost-system-dev
  • libparc
  • libccnx-common
  • long-bow

Build the library

For building the library, from the root folder of the project:

 $ mkdir build && cd build
 $ cmake ..
 $ make

If you do not want to build the tools:

 $ mkdir build && cd build
 $ cmake -D BUILD_TESTS=OFF ..
 $ make

Install the library

For installing the library:

 $ cd build
 $ sudo make install

Platforms

Libicnet has been tested in:

- Ubuntu 16.04 (x86_64)
- Debian Testing
- MacOSX 10.12