From agawande at memphis.edu Thu Oct 8 09:39:27 2015 From: agawande at memphis.edu (Ashlesh Gawande (agawande)) Date: Thu, 8 Oct 2015 16:39:27 +0000 Subject: [Mini-NDN] Questions about MiniNDN In-Reply-To: References: Message-ID: Hi Olivera Make sure ndntools are installed on the computer. Once the mininet cli is up wait for some time to NLSR to converge (about 30 seconds) and issue: mininet> a ndnpingserver /ndn/edu/a & mininet> b ndnping -c3 /ndn/edu/b If you need to ping two nodes at the same time you would have to do it via code. See: https://github.com/named-data/mini-ndn/blob/master/ndn/experiments/pingall_experiment.py and https://github.com/named-data/mini-ndn/blob/master/ndn/experiments/experiment.py Ashlesh ________________________________ From: Kotevska, Olivera Sent: Thursday, October 8, 2015 11:24 AM To: Ashlesh Gawande (agawande) Subject: Questions about MiniNDN Dear, My name is Olivera and I'm guest researcher at NIST. I'm trying to understand how MiniNDN works and I have a problem how to ping two nodes using ndnping and send a packet between them. Can you explain me how to use ndnping inside MiniNDN with default topology which is a b c d. Thank you in advance, we appreciate your help. Olivera -------------- next part -------------- An HTML attachment was scrubbed... URL: From agawande at memphis.edu Thu Oct 8 11:59:08 2015 From: agawande at memphis.edu (Ashlesh Gawande (agawande)) Date: Thu, 8 Oct 2015 18:59:08 +0000 Subject: [Mini-NDN] Questions about MiniNDN In-Reply-To: References: , Message-ID: Did you install mini-ndn (sudo ./install.sh -i, in the mini-ndn folder) after putting your experiment under ndn/experiments/? To use your topology do: sudo minindn mytopologyfilename (must be in the folder where you are executing from) --otheroptions Ashlesh ________________________________ From: Kotevska, Olivera Sent: Thursday, October 8, 2015 1:39 PM To: Ashlesh Gawande (agawande) Cc: Khoussi, Siham Subject: RE: Questions about MiniNDN Hi Ashlesh, Thank you a lot for your quick response, it was very helpful. A have a few other questions, I tried python examples multiple-failure, pingall and failure, and I didn't have any problems. But when I created a new script (example-name) following this steps https://github.com/named-data/mini-ndn/blob/master/docs/EXPERIMENTS.md, I'm getting an error that experiment doesn't exists. Also this examples are using the default topology how I can change it to use the topology that I created. Thank you. Best, Olivera From: Ashlesh Gawande (agawande) [mailto:agawande at memphis.edu] Sent: Thursday, October 08, 2015 12:39 PM To: Kotevska, Olivera ; mini-ndn at lists.cs.ucla.edu Subject: Re: Questions about MiniNDN Hi Olivera Make sure ndntools are installed on the computer. Once the mininet cli is up wait for some time to NLSR to converge (about 30 seconds) and issue: mininet> a ndnpingserver /ndn/edu/a & mininet> b ndnping -c3 /ndn/edu/b If you need to ping two nodes at the same time you would have to do it via code. See: https://github.com/named-data/mini-ndn/blob/master/ndn/experiments/pingall_experiment.py and https://github.com/named-data/mini-ndn/blob/master/ndn/experiments/experiment.py Ashlesh ________________________________ From: Kotevska, Olivera > Sent: Thursday, October 8, 2015 11:24 AM To: Ashlesh Gawande (agawande) Subject: Questions about MiniNDN Dear, My name is Olivera and I'm guest researcher at NIST. I'm trying to understand how MiniNDN works and I have a problem how to ping two nodes using ndnping and send a packet between them. Can you explain me how to use ndnping inside MiniNDN with default topology which is a b c d. Thank you in advance, we appreciate your help. Olivera -------------- next part -------------- An HTML attachment was scrubbed... URL: