commit | 0541cf43920b8915d5f0a05b3c7da61ea7cb9901 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 02 19:10:37 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Jan 03 13:03:18 2014 -0800 |
tree | a9f642df690f32b87d3a234a4a5b710b61f247ca | |
parent | 7eb64f19222a10788f199e03572708376b66b0f7 [diff] |
build: Conditional check for C++11 and add ability to use system's boost instead of bundled version 1. C++11 is enabled by default and can be disabled with --without-c++11 (or --with-c++11=no) 2. Use of system's boost libraries can be requested with --with-system-boost. By default, the bundled version of boost is used when necessary. Refs #1065 (http://redmine.named-data.net/issues/1065) Change-Id: I823b67c62764c80476aedf41335dd69e7687f47b
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.