Files
ndn-tools/tools/peek/README.md
T
Davide Pesavento db9613e5fd Minor README improvements; fix outdated URLs
Change-Id: Ia57f83892471ad85a2301ba4c8ab3df144581000
2023-01-21 02:22:27 -05:00

527 B

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. run echo 'HELLO WORLD' | ndnpoke /localhost/demo/hello
  3. in another terminal, run ndnpeek -p /localhost/demo/hello

For more information on these programs, consult their respective manpages.