Named data networking flow demonstration in Node.
The following software must be installed in the system for this project to work.
1. Named Data Networking Forwading Daemon (NFD)
2. Ndn-ccx (NDN C++ library)
1. npm install
The project tries to demonstrate data fetch and publish between a producer and consumer in NDN. We are assuming to be both the producer and consumer.
- Run the producer
node producer.js
- Run the consumer
node consumer.js