commit | 3fd14f077624d357f8465b567b0725780d811402 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Mar 26 14:34:39 2014 -0700 |
committer | Shuo Chen <chenatu2006@gmail.com> | Sat Mar 29 13:09:27 2014 +0800 |
tree | 0fd0ef5f343046ad15f11ca2f43fd76b61c8341b | |
parent | 050fcad4f5796aa0bb7ba8e8edb8cbceb1b1923f [diff] |
build: Create build environment Change-Id: I6c65db1513f8917d10518a12c29e330aabeda89b
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: