commit | 2b7b83185868c727350ec2066f4cb18394dbfb1a | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Fri Jun 16 03:43:24 2017 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Fri Jun 16 03:43:24 2017 +0000 |
tree | eecaac7f32bbfbc3bcf65faa05e63c4922c4ac8a | |
parent | 434fa4932037eda713a31ccbafe673a655e19ca7 [diff] |
handles: consolidate command prefix registrations Previously, each command handle performs prefix registrations separately, creating an excessive number of FIB entries in NFD. This commit consolidates those registrations into one place, and uses ndn::Face to dispatch Interests to command handlers. refs #2023 Change-Id: Ia74ff970797eceac4df260e84dec727952d96489
repo-ng is an implementation of a Named Data Networking data repository, and follows Repo protocol.
repo-ng uses ndn-cxx library as NDN development library, and uses sqlite3 as underlying storage.
repo-ng is an open source project licensed under GPL 3.0 (see COPYING.md
for more detail). We highly welcome all contributions to the repo-ng code, provided that they can licensed under GPL 3.0+ or other compatible license.
See the file INSTALL.md
for build and install instructions.
Please submit any bugs or issues to repo-ng issue tracker.