Actions
Task #1498
openCommand-line tool to print out names of stored data
Start date:
04/17/2014
Due date:
% Done:
0%
Estimated time:
Description
With old repo, I was extensively using ndnnamelist
command to list names of data packets stored in the repo. I would like to have similar function in ndn-repo-ng as well.
Updated by Junxiao Shi over 10 years ago
ndnnamelist
command relies on Name Enumeration Protocol which is not defined in repo-ng.
Updated by Alex Afanasyev over 10 years ago
No. This command never relied on this protocol. What it did it simply opened the specified file and go through the content, parsing each packet and printing out name.
I would like to have at least some trivial app/script that open sqlite3 database, issues the correct query to get names of all data packets stored, and prints out names of these packets.
Actions