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