commit | 78c78cc91acd1c703885cf59a402be39bbe25f95 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Fri Jun 19 15:53:53 2015 -0700 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Fri Jun 19 15:53:53 2015 -0700 |
tree | ee685459668b47461a7036fc24088f455b14af82 | |
parent | e5adbfd3165e7c2eba665ee9d348eb95646cbb81 [diff] |
dissect: improve dissect program This commit improves ndn-dissect program as follows: * Functions are organized into NdnDissect class. * The class is placed into namespace ndn::dissect. * The main function is moved to main.cpp. * Indentation is provided by ndn::util::IndentedStream. * Command line parsing uses Boost.Program_options. * -h and -V command line options are supported. refs #2848 Change-Id: Ib12584f455910128662ed3f59631d13db52a2cf8
ndn-tools is a collection of essential tools for Named Data Networking. These tools are recommended to be installed on all NDN nodes.
Tools in this collection include:
See INSTALL.md for build instructions.
Please file bug reports and feature requests on ndn-tools Redmine site.
You may contribute code on NDN Gerrit. GitHub pull requests are not accepted.