C++ implementation of an NDN data repository

Clone this repo:

Branches

  1. cf9feb4 ci: python3-minimal is insufficient by Davide Pesavento · 4 weeks ago master
  2. 8ccb1d2 build: update waf to version 2.0.27 by Davide Pesavento · 10 weeks ago
  3. 43cf7c4 ci: add missing dependency by Davide Pesavento · 3 months ago
  4. 4fb8430 ci: minimize installed libboost packages by Davide Pesavento · 3 months ago
  5. 143f39d build: sync default CXXFLAGS and DEFINES with ndn-cxx by Davide Pesavento · 4 months ago

repo-ng: Next generation NDN repository

Language CI

repo-ng is an implementation of a Named Data Networking (NDN) data repository, and follows the Repo protocol.

repo-ng uses ndn-cxx as the NDN development library and sqlite as the underlying storage engine.

Installation

See INSTALL.md for build instructions.

Reporting bugs

Please submit any bug reports or feature requests to the repo-ng issue tracker.

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 to get started.

License

repo-ng is free software distributed under the GNU General Public License version 3. See COPYING.md for details.