Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/named-data/repo-ng
NDN repo in C++ (deprecated, use ndn-python-repo)
https://github.com/named-data/repo-ng
cpp ndn sqlite storage
Last synced: 5 days ago
JSON representation
NDN repo in C++ (deprecated, use ndn-python-repo)
- Host: GitHub
- URL: https://github.com/named-data/repo-ng
- Owner: named-data
- License: gpl-3.0
- Created: 2014-04-10T02:13:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-21T18:08:06.000Z (4 months ago)
- Last Synced: 2024-07-21T19:58:45.292Z (4 months ago)
- Topics: cpp, ndn, sqlite, storage
- Language: C++
- Homepage:
- Size: 1.52 MB
- Stars: 15
- Watchers: 11
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.md
- Authors: AUTHORS.md
Awesome Lists containing this project
- awesome-starred - named-data/repo-ng - NDN repo in C++ (deprecated, use ndn-python-repo) (cpp)
README
# repo-ng: Next generation NDN repository
![Language](https://img.shields.io/badge/C%2B%2B-17-blue)
[![CI](https://github.com/named-data/repo-ng/actions/workflows/ci.yml/badge.svg)](https://github.com/named-data/repo-ng/actions/workflows/ci.yml)**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 GNU GPL version 3 or a compatible license.
If you are new to the NDN software community, please read our [Contributor's Guide](
https://github.com/named-data/.github/blob/main/CONTRIBUTING.md) to get started.## License
repo-ng is free software distributed under the GNU General Public License version 3.
See [`COPYING.md`](COPYING.md) for details.