<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<p dir="ltr">https://github.com/named-data/mini-ndn/blob/master/ndn/ndn_host.py#L102</p>
<p dir="ltr">https://github.com/named-data/mini-ndn/blob/master/ndn/nfd.py#L62</p>
<p dir="ltr">Ashlesh</p>
<div class="quote">On Nov 23, 2016 4:25 AM, Matteo Bertolino <Matteo.Bertolino@eurecom.fr> wrote:<br type="attribution">
<blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><font size="2"><span style="font-size:10pt"></span></font>
<div>Good morning,<br>
I would like to study how mini launch several NFD instance on its nodes.<br>
<br>
Where I open minindn script, I don't read something like "sudo nfd-start"  or<br>
"sudo /NFD/bin/nfd".<br>
<br>
<br>
I just read:<br>
<br>
nfdConfFile = "%s/nfd.conf" % install_dir<br>
     if os.path.isfile("/usr/local/etc/ndn/nfd.conf") == True:<br>
         shutil.copy2("/usr/local/etc/ndn/nfd.conf", nfdConfFile)<br>
     elif os.path.isfile("/usr/local/etc/ndn/nfd.conf.sample") == True:<br>
         shutil.copy2("/usr/local/etc/ndn/nfd.conf.sample", nfdConfFile)<br>
     else:<br>
         sys.exit("nfd.conf or nfd.conf.sample cannot be found in the  <br>
expected directory. Exit.")<br>
<br>
     call(["sudo", "sed", "-i", 's|default_level [A-Z]*$|default_level  <br>
$LOG_LEVEL|g', nfdConfFile])<br>
<br>
Where is the nfd started?<br>
<br>
Thanks!<br>
<br>
-------------------------------------------------------------------------------<br>
This message was sent using EURECOM Webmail: <a href="http://webmail.eurecom.fr">
http://webmail.eurecom.fr</a><br>
<br>
_______________________________________________<br>
Mini-NDN mailing list<br>
Mini-NDN@lists.cs.ucla.edu<br>
<a href="http://www.lists.cs.ucla.edu/mailman/listinfo/mini-ndn">http://www.lists.cs.ucla.edu/mailman/listinfo/mini-ndn</a><br>
</div>
</div>
</blockquote>
</div>
</body>
</html>