commit | 29c77fe4b33c9ec48004e15ec358263c52e5ea7b | [log] [tgz] |
---|---|---|
author | Shuo Chen <chenatu2006@gmail.com> | Tue Mar 18 11:29:41 2014 -0700 |
committer | Shuo Chen <chenatu2006@gmail.com> | Tue Apr 15 16:00:57 2014 +0800 |
tree | 7145f4e4b7cb3e2760a86a2c1f098f9f5512aeb3 | |
parent | ba793e9b3a8a15067d13e9c4c541c5c3a5eba447 [diff] |
ndn-handle: insert, insert status check command Also, BaseHandle takes reference instead of pointer Change-Id: Ife53fcebe52c99252e418a46d7361bae8e638bdf
ndn_repo is an implementation of a Named Data Networking data repository. The ndn_repo follows Repo protocol of NDN. The specification of repo protocol is:
http://redmine.named-data.net/projects/repo-ng/wiki
ndn_repo uses NDN-CPP-dev library as NDN development library, and uses sqlite3 as underlying storage.
The security model and access control have not been decided in current version. The insertion and deletion commands are signed interests, but they can all be validated.
ndn_repo 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_repo issue tracker: