Davide Pesavento | 2790645 | 2019-01-25 01:34:33 -0500 | [diff] [blame] | 1 | # repo-ng: Next generation of NDN repository |
Shuo Chen | 050fcad | 2014-03-12 15:45:54 -0700 | [diff] [blame] | 2 | |
Davide Pesavento | 3c29d63 | 2017-09-23 01:52:19 -0400 | [diff] [blame] | 3 | [](https://travis-ci.org/named-data/repo-ng) |
Shuo Chen | 050fcad | 2014-03-12 15:45:54 -0700 | [diff] [blame] | 4 | |
Davide Pesavento | 3c29d63 | 2017-09-23 01:52:19 -0400 | [diff] [blame] | 5 | **repo-ng** is an implementation of a Named Data Networking data repository, |
| 6 | and follows the [Repo protocol](https://redmine.named-data.net/projects/repo-ng/wiki/Repo_Protocol_Specification). |
Shuo Chen | 050fcad | 2014-03-12 15:45:54 -0700 | [diff] [blame] | 7 | |
Davide Pesavento | 3c29d63 | 2017-09-23 01:52:19 -0400 | [diff] [blame] | 8 | **repo-ng** uses the [ndn-cxx](https://github.com/named-data/ndn-cxx) library |
| 9 | as NDN development library, and sqlite3 as underlying storage. |
| 10 | |
| 11 | **repo-ng** is an open source project licensed under the GPL 3.0 (see |
| 12 | `COPYING.md` for more details). We highly welcome all contributions to |
| 13 | the repo-ng code, provided that they can licensed under GPL 3.0+ or other |
| 14 | 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 | |
Davide Pesavento | 3c29d63 | 2017-09-23 01:52:19 -0400 | [diff] [blame] | 18 | Please submit any bugs or issues to the |
| 19 | [repo-ng issue tracker](https://redmine.named-data.net/projects/repo-ng/issues). |