blob: e5cebec6479b0961189a61c1b8b0aae5911a5725 [file] [log] [blame] [view]
Davide Pesavento27906452019-01-25 01:34:33 -05001# repo-ng: Next generation of NDN repository
Shuo Chen050fcad2014-03-12 15:45:54 -07002
Davide Pesavento3c29d632017-09-23 01:52:19 -04003[![Build Status](https://travis-ci.org/named-data/repo-ng.svg?branch=master)](https://travis-ci.org/named-data/repo-ng)
Shuo Chen050fcad2014-03-12 15:45:54 -07004
Davide Pesavento3c29d632017-09-23 01:52:19 -04005**repo-ng** is an implementation of a Named Data Networking data repository,
6and follows the [Repo protocol](https://redmine.named-data.net/projects/repo-ng/wiki/Repo_Protocol_Specification).
Shuo Chen050fcad2014-03-12 15:45:54 -07007
Davide Pesavento3c29d632017-09-23 01:52:19 -04008**repo-ng** uses the [ndn-cxx](https://github.com/named-data/ndn-cxx) library
9as 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
13the repo-ng code, provided that they can licensed under GPL 3.0+ or other
14compatible license.
Shuo Chen050fcad2014-03-12 15:45:54 -070015
Shuo Chen478204c2014-03-18 18:27:04 -070016See the file `INSTALL.md` for build and install instructions.
Shuo Chen050fcad2014-03-12 15:45:54 -070017
Davide Pesavento3c29d632017-09-23 01:52:19 -040018Please submit any bugs or issues to the
19[repo-ng issue tracker](https://redmine.named-data.net/projects/repo-ng/issues).