Files
ndn-tools/tools/dissect/README.md
T
Junxiao Shi b2ff573fc4 dissect: add README and manpage
refs #2931

Change-Id: Ia0418fbf50725f004ceb09bcff9a55fb6136a70c
2015-06-26 14:09:02 -07:00

481 B

ndn-dissect

ndn-dissect is an NDN packet format inspector. It reads zero or more NDN packets from either an input file or the standard input, and displays the Type-Length-Value (TLV) structure of those packets on the standard output.

Usage example:

  1. start NFD on local machine
  2. execute echo 'HELLO WORLD' | ndnpoke ndn:/localhost/demo/hello
  3. on another console, execute ndnpeek ndn:/localhost/demo/hello | ndn-dissect

For more information, consult the manpage.