blob: 506508232f4b1e1c3fdd158e52b490064205447d [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
8* [ping](tools/ping): test reachability between two nodes
9* [peek](tools/peek): transmit a single packet between a consumer and a producer
10
11See [INSTALL.md](INSTALL.md) for build instructions.
12
13Please file bug reports and feature requests on
14[ndn-tools Redmine site](http://redmine.named-data.net/projects/ndn-tools).
15You may contribute code on [NDN Gerrit](http://gerrit.named-data.net).
16GitHub pull requests are not accepted.