[Ndn-interest] Help: problem in test driving mini-ndn

Somaya Adeeb Alshare saalshare18 at cit.just.edu.jo
Sun Dec 13 01:00:57 PST 2020


I am new to mini-ndn I have followed the steps in this link to install mini-ndn
http://minindn.memphis.edu/install.html

I have used the __   ./install.sh -a command to install minindn with all dependencies
the installation went successful and I ran this command
sudo python examples/mnndn.py

and the result was showing the minindn cli as shown in the attached screenshot.

the problem is when I try to run the pingall experiment through this command
sudo python examples/nlsr/pingall.py

to verify that everything is good, but I get an error says
 File "/home/somaya/Downloads/mini-ndn-master/minindn/helpers/ndnpingclient.py", line 45, in ping
    str.replace(prefix[1:], "/", "-")
TypeError: 'Host' object has no attribute '__getitem__'

as shown in the second screenshot I tried to cast the Host object to string to bypass the error and it worked but
the count was 0 instead of 50 as expected. I opened the files for all nodes, and it all says "no route" as shown in the
third screenshot. can anyone please help me figure it out because I can't seem to have a clue of the cause of the problem
especially that I am totally new to NDN.

thanks for your time.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndn-interest/attachments/20201213/aa42fd49/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot from 2020-12-13 10-13-05.png
Type: image/png
Size: 212619 bytes
Desc: Screenshot from 2020-12-13 10-13-05.png
URL: <http://www.lists.cs.ucla.edu/pipermail/ndn-interest/attachments/20201213/aa42fd49/attachment-0003.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot from 2020-12-13 10-13-23.png
Type: image/png
Size: 253661 bytes
Desc: Screenshot from 2020-12-13 10-13-23.png
URL: <http://www.lists.cs.ucla.edu/pipermail/ndn-interest/attachments/20201213/aa42fd49/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot from 2020-12-13 10-42-41.png
Type: image/png
Size: 400935 bytes
Desc: Screenshot from 2020-12-13 10-42-41.png
URL: <http://www.lists.cs.ucla.edu/pipermail/ndn-interest/attachments/20201213/aa42fd49/attachment-0005.png>


More information about the Ndn-interest mailing list