Task #3302
closedinfoedit: import from NFD-integ
0%
Description
Import infoedit
tool from NFD-integration-tests repository.
infoedit
is a tool to programmatically edit a Boost.PropertyTree saved in Boost INFO format.
It's useful for modifying NFD configuration files with a shell script.
It works better than sed
or awk
because it understands Boost INFO format.
A drawback for infoedit
is that it does not preserve comments, but this limitation is minor in automated modification scenario.
Updated by Junxiao Shi almost 9 years ago
- Status changed from New to Rejected
20151105 conference call rejects this issue: infoedit
is essential, but it's not NDN.
We agree that infoedit
can be pulled out and placed into a separate repository.
Updated by Junxiao Shi almost 9 years ago
I have copied infoedit
to https://github.com/NDN-Routing/infoedit.
A simple Makefile
for Ubuntu 14.04 is added.
I don't plan to spend more time on this.
Updated by Junxiao Shi almost 9 years ago
- Related to Feature #3387: infoedit: install from GitHub added