Files
ndn-tools/tools/dissect
Davide Pesavento 105cd9e3a2 Parameters => ApplicationParameters
Refs: #4658
Change-Id: I8b69ab5e27612eecf068c6bf0ddb4b434cc29824
2019-04-08 19:00:01 -04:00
..
2015-06-26 14:09:02 -07:00

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.