blob: 349e0d3542fa73c7238532dfc4422c304ca49dc3 [file] [log] [blame] [view]
Shuo Chen050fcad2014-03-12 15:45:54 -07001ndn-repo: A basic version of NDN repository
2---------------------------------------------------------------------------
3
4ndn_repo is an implementation of a Named Data Networking data repository.
5The ndn_repo follows Repo protocol of NDN. The specification of repo protocol is:
6
7http://redmine.named-data.net/projects/repo-ng/wiki
8
9ndn_repo uses [NDN-CPP-dev](https://github.com/cawka/ndn-cpp) library as NDN development library, and uses sqlite3 as underlying storage.
10
11The 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.
12
13ndn_repo is open source under a license described in the file COPYING. While the license
14does not require it, we really would appreciate it if others would share their
15contributions to the library if they are willing to do so under the same license.
16
17See the file INSTALL for build and install instructions.
18
19Please submit any bugs or issues to the ndn_repo issue tracker:
20
21http://redmine.named-data.net/projects/repo-ng/issues
22
23