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