helpers: RepoCommandParameter and RepoCommandResponse data structures

Change-Id: I9809e44b8216b026468fbf33265eff3009d87404
6 files changed
tree: 03f05d5cf867185c10e2ff72996cbdc7a441819d
  1. .waf-tools/
  2. helpers/
  3. ndn-handle/
  4. server/
  5. storage/
  6. tests/
  7. .gitignore
  8. AUTHORS
  9. COPYING
  10. INSTALL.md
  11. README.md
  12. waf
  13. wscript
README.md

ndn-repo: A basic version of NDN repository

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:

http://redmine.named-data.net/projects/repo-ng/issues