blob: daf3ddef400a2dbdc9b7b1455d9e2d66e5133d4e [file] [log] [blame] [view]
Junxiao Shi6ca48812015-03-26 23:14:19 -07001# NDN Essential Tools
2
Davide Pesavento786a7f22019-04-14 17:18:14 -04003![Language](https://img.shields.io/badge/C%2B%2B-14-blue.svg)
Davide Pesaventob5a57452016-09-20 19:18:25 +02004[![Build Status](https://travis-ci.org/named-data/ndn-tools.svg?branch=master)](https://travis-ci.org/named-data/ndn-tools)
Davide Pesavento786a7f22019-04-14 17:18:14 -04005![Latest Version](https://img.shields.io/github/tag/named-data/ndn-tools.svg?color=darkkhaki&label=latest%20version)
Davide Pesaventob5a57452016-09-20 19:18:25 +02006
Davide Pesavento786a7f22019-04-14 17:18:14 -04007**ndn-tools** is a collection of basic tools for [Named Data Networking](https://named-data.net/).
Junxiao Shi6ca48812015-03-26 23:14:19 -07008Tools in this collection include:
9
Davide Pesavento786a7f22019-04-14 17:18:14 -040010* [peek](tools/peek): transmit a single Interest/Data packet between a consumer
11 and a producer
12* [chunks](tools/chunks): segmented file transfer between a consumer and a producer
13* [ping](tools/ping): test reachability between two NDN nodes
14* [dump](tools/dump): capture and analyze live traffic on an NDN network
15* [dissect](tools/dissect): inspect the TLV structure of an NDN packet
16* [dissect-wireshark](tools/dissect-wireshark): Wireshark extension to inspect
17 the TLV structure of NDN packets
Junxiao Shi6ca48812015-03-26 23:14:19 -070018
Davide Pesavento786a7f22019-04-14 17:18:14 -040019## Installation
Junxiao Shi6ca48812015-03-26 23:14:19 -070020
Davide Pesavento786a7f22019-04-14 17:18:14 -040021See [`INSTALL.md`](INSTALL.md) for build instructions.
22
23## Reporting bugs
24
25Please submit any bug reports or feature requests to the
26[ndn-tools issue tracker](https://redmine.named-data.net/projects/ndn-tools/issues).
27
28## Contributing
29
30You're encouraged to contribute to ndn-tools! If you are new to the NDN
31software community, please read [`README-dev.md`](README-dev.md) and the
32[Contributor's Guide](https://github.com/named-data/NFD/blob/master/CONTRIBUTING.md)
33to get started.
34
35## License
36
37ndn-tools is an open source project licensed under the GPL version 3.
38See [`COPYING.md`](COPYING.md) for more information.