blob: b1912d0cd93ec1cdf9d039b4f5e4ec49442acef6 [file] [log] [blame] [view]
# repo-ng: Next generation NDN repository
![Language](https://img.shields.io/badge/C%2B%2B-14-blue.svg)
[![Build Status](https://travis-ci.org/named-data/repo-ng.svg?branch=master)](https://travis-ci.org/named-data/repo-ng)
**repo-ng** is an implementation of a Named Data Networking (NDN) data repository,
and follows the [Repo protocol](https://redmine.named-data.net/projects/repo-ng/wiki/Repo_Protocol_Specification).
repo-ng uses [ndn-cxx](https://github.com/named-data/ndn-cxx) as the NDN development
library, and [sqlite](https://www.sqlite.org/) as the underlying storage engine.
## Installation
See [`INSTALL.md`](INSTALL.md) for build instructions.
## Reporting bugs
Please submit any bug reports or feature requests to the
[repo-ng issue tracker](https://redmine.named-data.net/projects/repo-ng/issues).
## Contributing
We greatly appreciate contributions to the repo-ng code base, provided that they are
licensed under the GPL 3.0+ or a compatible license (see below).
If you are new to the NDN software community, please read the
[Contributor's Guide](https://github.com/named-data/.github/blob/master/CONTRIBUTING.md)
to get started.
## License
repo-ng is an open source project licensed under the GPL version 3.
See [`COPYING.md`](COPYING.md) for more information.