blob: 70d245807a117dfd7f54be858d6532091c21013f [file] [log] [blame] [view]
Junxiao Shib2ff5732015-06-26 14:09:02 -07001# ndn-dissect
2
3**ndn-dissect** is an NDN packet format inspector.
Davide Pesaventoa420e972021-02-25 00:56:25 -05004It reads zero or more NDN packets from either an input file or the standard
5input, and displays the Type-Length-Value (TLV) structure of those packets
6on the standard output.
Junxiao Shib2ff5732015-06-26 14:09:02 -07007
8Usage example:
9
Davide Pesaventoa420e972021-02-25 00:56:25 -0500101. start NFD on the local machine
112. run `echo 'HELLO WORLD' | ndnpoke /localhost/demo/hello`
123. on another console, run `ndnpeek /localhost/demo/hello | ndn-dissect`
Junxiao Shib2ff5732015-06-26 14:09:02 -070013
14For more information, consult the manpage.