ndnpeek and ndnpoke are a pair of programs to request and make available for retrieval of 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:
- start NFD on local machine
- execute
echo 'HELLO WORLD' | ndnpoke ndn:/localhost/demo/hello
- on another console, execute
ndnpeek -p ndn:/localhost/demo/hello
For more information, consult manpages of these programs.