Junxiao Shi | 6ca4881 | 2015-03-26 23:14:19 -0700 | [diff] [blame] | 1 | # NDN Essential Tools |
| 2 | |
| 3 | **ndn-tools** is a collection of essential tools for |
| 4 | [Named Data Networking](http://named-data.net/). |
| 5 | These tools are recommended to be installed on all NDN nodes. |
| 6 | Tools in this collection include: |
| 7 | |
Junxiao Shi | 6ca4881 | 2015-03-26 23:14:19 -0700 | [diff] [blame] | 8 | * [peek](tools/peek): transmit a single packet between a consumer and a producer |
Junxiao Shi | 00aa181 | 2015-06-27 19:27:16 -0700 | [diff] [blame] | 9 | * [ping](tools/ping): test reachability between two nodes |
| 10 | * [dump](tools/dump): analyze traffic on wire |
| 11 | * [dissect](tools/dissect): inspect TLV structure of NDN packet format |
Yingdi Yu | 0a312e5 | 2015-07-22 13:14:53 -0700 | [diff] [blame^] | 12 | * [pib](tools/pib): a service to manage the public information of keys and publish certificates |
Junxiao Shi | 6ca4881 | 2015-03-26 23:14:19 -0700 | [diff] [blame] | 13 | |
| 14 | See [INSTALL.md](INSTALL.md) for build instructions. |
| 15 | |
| 16 | Please file bug reports and feature requests on |
| 17 | [ndn-tools Redmine site](http://redmine.named-data.net/projects/ndn-tools). |
| 18 | You may contribute code on [NDN Gerrit](http://gerrit.named-data.net). |
| 19 | GitHub pull requests are not accepted. |