blob: 10ef7fe51a356dd1db90e1c588deb0f6fadb9ea7 [file] [log] [blame] [view]
Davide Pesavento9907cc12025-04-20 23:30:06 -04001# ndndissect
Junxiao Shib2ff5732015-06-26 14:09:02 -07002
Davide Pesavento9907cc12025-04-20 23:30:06 -04003**ndndissect** 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`
Davide Pesavento9907cc12025-04-20 23:30:06 -0400123. on another console, run `ndnpeek /localhost/demo/hello | ndndissect`
Junxiao Shib2ff5732015-06-26 14:09:02 -070013
14For more information, consult the manpage.