Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 266 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 266 Bytes

Network Nodes

At each network node execute the following commands:

./listen.sh &
./nodeinfo.sh &
python3 bestorigin.py

In addition, at the NDN Consumer node run the consumer.sh script in order to start sending Interest packets.

./consumer.sh &