blob: eda9d2bf3195cfc5054c94fd8555f3e7a3240dc7 [file] [log] [blame] [view]
Junxiao Shi6ca48812015-03-26 23:14:19 -07001# NDN Essential Tools
2
3**ndn-tools** is a collection of essential tools for
4[Named Data Networking](http://named-data.net/).
5These tools are recommended to be installed on all NDN nodes.
6Tools in this collection include:
7
Junxiao Shi6ca48812015-03-26 23:14:19 -07008* [peek](tools/peek): transmit a single packet between a consumer and a producer
Junxiao Shi00aa1812015-06-27 19:27:16 -07009* [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
Alexander Afanasyev6fbb7b42015-08-10 11:53:49 -070012* [dissect-wireshark](tools/dissect-wireshark): Wireshark extension to inspect TLV structure of NDN
13 packets
Yingdi Yu0a312e52015-07-22 13:14:53 -070014* [pib](tools/pib): a service to manage the public information of keys and publish certificates
Junxiao Shi6ca48812015-03-26 23:14:19 -070015
16See [INSTALL.md](INSTALL.md) for build instructions.
17
18Please file bug reports and feature requests on
19[ndn-tools Redmine site](http://redmine.named-data.net/projects/ndn-tools).
20You may contribute code on [NDN Gerrit](http://gerrit.named-data.net).
21GitHub pull requests are not accepted.