blob: b0da01a963cf2678f025cd1f9d307d5f7790f4d1 [file] [log] [blame] [view]
Junxiao Shib2ff5732015-06-26 14:09:02 -07001# ndn-dissect
2
3**ndn-dissect** is an NDN packet format inspector.
4It reads zero or more NDN packets from either an input file or the standard input,
5and displays the Type-Length-Value (TLV) structure of those packets on the standard output.
6
7Usage example:
8
91. start NFD on local machine
102. execute `echo 'HELLO WORLD' | ndnpoke ndn:/localhost/demo/hello`
113. on another console, execute `ndnpeek ndn:/localhost/demo/hello | ndn-dissect`
12
13For more information, consult the manpage.