commit | 984ad1948d1d36ad238c5b257c2dadeb3ea975dc | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri May 02 19:11:15 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri May 09 19:09:24 2014 -0700 |
tree | 231a95b387bd2bdef1868e0d1cf81304016303f3 | |
parent | ee8bb1e1eda034bf31b54b94dd98b7270e66a037 [diff] |
face: Finalizing separation between registerPrefix and setInterstFilter New registerPrefix and setInterestFilter methods allow distinct operations of registering with local NDN forwarder (e.g., using RIB management protocol) and setting up application-specific OnInterest call dispatch using InterestFilters. Change-Id: I7e4f069da131a21574a2fd9cd20e8703c34e7008 Refs: #1275
ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives that can be used to implement various NDN applications. The library is currently being used as part of the following projects:
See the file docs/INSTALL.rst
for build and install instructions.
Please submit any bugs or issues to the ndn-cxx issue tracker: http://redmine.named-data.net/projects/ndn-cxx/issues
Extensive documentation of the library is available on the library's homepage: http://www.named-data.net/doc/ndn-cxx/
ndn-cxx is an open source project licensed under BSD license. For more information about the license, refer to 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.