commit | fb13ee61b30b0e3535a7e1b5433f2215f4f6ad7a | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Jan 05 23:47:47 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 09 15:14:19 2014 -0800 |
tree | 103b122a454af2876d3f262b86c9a1f928b3a5cb | |
parent | fab95ed6e5f19adafd9215950d220d0bf9d1ae51 [diff] |
build: Disabling (temporary) compilation of binary-xml-wire-format.cpp The required data/interest/forwardingEntry set/get methods need to be embedded in BinaryXmlWireFormat class Change-Id: I2cf6a0dd28d43a78050b909ade857d1ca4d0e72c
NDN-CPP is a new implementation of a Named Data Networking client library written in C++ and C.
It is wire format compatible with NDNx and PARC's CCNx.
NDN-CPP is open source under a license described in the file COPYING. While the license does not require it, we really would appreciate it if others would share their contributions to the library if they are willing to do so under the same license.
See the file INSTALL for build and install instructions.
Please submit any bugs or issues to the NDN-CPP issue tracker: http://redmine.named-data.net/projects/ndn-cpp/issues
The library currently requires a remote NDN daemon, and has been tested with ndnd, from the NDNx package: https://github.com/named-data/ndnx .
Currently, the library has two APIs for developers:
1. The C++ API which follows the NDN Common Client Library API also used by ndn-js (JavaScript) and PyNDN (Python). 2. A core C library implementing lower-level encoding and communication. Applications should normally use the C++ API, but core C code will also function on embedded devices and other environments which don't have C++ support.