<div dir="ltr"><div>Hi All,</div><div><br></div><div>I am trying to implement the following code, which is used to make a consumer get the data it wants through a different prefix.</div><div><br></div><div>ndn::StrategyChoiceHelper::InstallAll("/","localhost/nfd/strategy/broadcast");<br></div><div><br></div><div>ndn::AppHelper consumerHelper("ns3::ndn::ConsumerCbr");<br></div><div>consumerHelper. SetPrefix ("/prefix1");</div><div>consumerHelpler. Install (node.get(0));</div><div><br></div><div>ndn::AppHelper producerHelper("ns3::ndn::Producer");<br></div><div>producerHelper.SetPrefix("/prefix0");</div><div>producerHelper.install(node.get(1));</div><div><br></div><div>ndn::AppHelper producerHelper1("ns3::ndn::Producer");</div><div>producerHelper1.SetPrefix("/prefix1");</div><div>producerHelper1.install(node. get(2));</div><div><br></div><div>Through the producer's log, the node 2 can respond to the data. However, the consumer's log shows that "[INFO ] NACK received for: /prefix1/%FE%09, reason: NoRoute"</div><div><br></div><div>I am wondering if it is because I did the wrong script? <br></div><div><br></div><div>Thanks!</div><div>Shuai<br></div><div><br></div><div><br></div></div>