tree: cb6418601882fb49c17905d58d1c05702224fe5f [path history] [tgz]
  1. ndnpeek/
  2. ndnpoke/
  3. README.md
  4. wscript
tools/peek/README.md

ndnpeek and ndnpoke

ndnpeek and ndnpoke are a pair of programs to respectively request and serve a single Data packet.

  • ndnpeek is a consumer program that sends one Interest and expects one Data.
  • ndnpoke is a producer program that serves one Data in response to an Interest.

Usage example:

  1. start NFD
  2. execute echo 'HELLO WORLD' | ndnpoke /localhost/demo/hello
  3. in another terminal, execute ndnpeek -p /localhost/demo/hello

For more information, consult the manpages of these programs.