Alexander Afanasyev | e1e6f2a | 2014-04-25 11:28:12 -0700 | [diff] [blame] | 1 | repo-ng: Next generation of NDN repository |
| 2 | ========================================== |
Shuo Chen | 050fcad | 2014-03-12 15:45:54 -0700 | [diff] [blame] | 3 | |
Alexander Afanasyev | e1e6f2a | 2014-04-25 11:28:12 -0700 | [diff] [blame] | 4 | **repo-ng** is an implementation of a Named Data Networking data repository. The |
| 5 | **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 | |
Alexander Afanasyev | e1e6f2a | 2014-04-25 11:28:12 -0700 | [diff] [blame] | 9 | **repo-ng** uses [ndn-cxx](https://github.com/named-data/ndn-cxx) library as NDN |
Shuo Chen | 478204c | 2014-03-18 18:27:04 -0700 | [diff] [blame] | 10 | development library, and uses sqlite3 as underlying storage. |
Shuo Chen | 050fcad | 2014-03-12 15:45:54 -0700 | [diff] [blame] | 11 | |
Alexander Afanasyev | e1e6f2a | 2014-04-25 11:28:12 -0700 | [diff] [blame] | 12 | **repo-ng** is an open source project licensed under GPL 3.0 (see `COPYING.md` for more |
| 13 | detail). We highly welcome all contributions to the repo-ng code, provided that they can |
| 14 | licensed under GPL 3.0+ or other compatible 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 |