Junxiao Shi | 6ca4881 | 2015-03-26 23:14:19 -0700 | [diff] [blame] | 1 | # NDN Essential Tools |
| 2 | |
Davide Pesavento | b5a5745 | 2016-09-20 19:18:25 +0200 | [diff] [blame^] | 3 | [](https://travis-ci.org/named-data/ndn-tools) |
| 4 | |
Junxiao Shi | 6ca4881 | 2015-03-26 23:14:19 -0700 | [diff] [blame] | 5 | **ndn-tools** is a collection of essential tools for |
| 6 | [Named Data Networking](http://named-data.net/). |
| 7 | These tools are recommended to be installed on all NDN nodes. |
| 8 | Tools in this collection include: |
| 9 | |
Junxiao Shi | 6ca4881 | 2015-03-26 23:14:19 -0700 | [diff] [blame] | 10 | * [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] | 11 | * [chunks](tools/chunks): segmented file transfer between a consumer and producer |
Junxiao Shi | 00aa181 | 2015-06-27 19:27:16 -0700 | [diff] [blame] | 12 | * [ping](tools/ping): test reachability between two nodes |
| 13 | * [dump](tools/dump): analyze traffic on wire |
| 14 | * [dissect](tools/dissect): inspect TLV structure of NDN packet format |
Alexander Afanasyev | 6fbb7b4 | 2015-08-10 11:53:49 -0700 | [diff] [blame] | 15 | * [dissect-wireshark](tools/dissect-wireshark): Wireshark extension to inspect TLV structure of NDN |
| 16 | packets |
Yingdi Yu | 0a312e5 | 2015-07-22 13:14:53 -0700 | [diff] [blame] | 17 | * [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] | 18 | |
| 19 | See [INSTALL.md](INSTALL.md) for build instructions. |
| 20 | |
| 21 | Please file bug reports and feature requests on |
| 22 | [ndn-tools Redmine site](http://redmine.named-data.net/projects/ndn-tools). |
| 23 | You may contribute code on [NDN Gerrit](http://gerrit.named-data.net). |
| 24 | GitHub pull requests are not accepted. |