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 |
Andrea Tosatto | 672b9a7 | 2016-01-05 16:18:20 +0100 | [diff] [blame] | 9 | * [chunks](tools/chunks): segmented file transfer between a consumer and producer |
Junxiao Shi | 00aa181 | 2015-06-27 19:27:16 -0700 | [diff] [blame] | 10 | * [ping](tools/ping): test reachability between two nodes |
| 11 | * [dump](tools/dump): analyze traffic on wire |
| 12 | * [dissect](tools/dissect): inspect TLV structure of NDN packet format |
Alexander Afanasyev | 6fbb7b4 | 2015-08-10 11:53:49 -0700 | [diff] [blame] | 13 | * [dissect-wireshark](tools/dissect-wireshark): Wireshark extension to inspect TLV structure of NDN |
| 14 | packets |
Yingdi Yu | 0a312e5 | 2015-07-22 13:14:53 -0700 | [diff] [blame] | 15 | * [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] | 16 | |
| 17 | See [INSTALL.md](INSTALL.md) for build instructions. |
| 18 | |
| 19 | Please file bug reports and feature requests on |
| 20 | [ndn-tools Redmine site](http://redmine.named-data.net/projects/ndn-tools). |
| 21 | You may contribute code on [NDN Gerrit](http://gerrit.named-data.net). |
| 22 | GitHub pull requests are not accepted. |