<div dir="ltr"><div><div>Hi dear MiniNdn team<br><br>I am interested in using MiniNdn for an initial basic experiment between three nodes: a consumer , a forwarder and a producer.  It is highly possible that I am missing something,  but the consumer is not receiving the data from the producer.  <br><br></div>Could I ask for some advice of how this could be achieved by using MiniNdn?   <br></div><br><div><div><div><div><br></div><div><u>Some details below:<br></u></div><div><br></div><div>1.- Topology:  c <-> f <-> p<br><br></div><div>  where  c = consumer, f = forwarder, p =producer<br></div><div><br></div><div>2.- ExperimentClass:<br></div><div><br><div style="margin-left:40px"><div style="margin-left:40px"><span style="color:rgb(0,0,255)">from ndn.experiments.experiment import  Experiment<br><br>class Experiment1(Experiment):<br>    def __init__(self,args):<br>        Experiment.__init__(self, args)       <br>    def run(self):<br>        if <a href="http://host.name" target="_blank">host.name</a> == "p":<br>              host.cmd("echo test1 | ndnpoke /ndn/edu/p &")<br>        if <a href="http://host.name" target="_blank">host.name</a> == "c":<br>              print host.cmd("ndnpeek -p /ndn/edu/p")<br>Experiment.register("peek-poke", Experiment1)<br></span></div></div></div><div><br></div><div>3.- Running as root:<br><br></div><div><span style="color:rgb(0,0,255)">#./install.sh -i; minindn --experiment=peek-poke --ctime=20  ndn_utils/topologies/three-</span><span style="color:rgb(0,0,255)">nodes.conf<br></span><br></div><div>4.- "NLSR has successfully converged"<br><br></div><div><br></div><div>Thank you in advance for your time and help<br><br></div><div>Regards<br></div><div>Percy<br></div></div></div></div></div>