<div dir="ltr">Hi,<div><br></div><div>I would like to install the consumer helper on all nodes which begin with "consumer", so I tried the following though receive a segfault. Is there a way I can find and match all nodes beginning with a certain name?</div>
<div><br></div><div><div>  // Consumer</div><div>  ndn::AppHelper consumerHelper ("ns3::ndn::ConsumerZipfMandelbrot");</div><div>  // Consumer will request /prefix/0, /prefix/1, ...</div><div>  consumerHelper.SetPrefix ("/producer1");</div>
<div>  consumerHelper.SetAttribute ("Frequency", StringValue ("10")); // 10 interests a second</div><div>  consumerHelper.SetAttribute("Randomize",    StringValue ("uniform"));</div>
<div>  consumerHelper.Install (Names::Find<Node>("consumer*"));</div></div><div><br></div><div><br></div><div>Thanks,</div><div>Josh</div></div>