<div dir="ltr">Greetings again, ndnSIM friends,<div><br></div><div>Sorry to bother you all again.  As I tackle this simulator and all the different files and such, I'm finding it somewhat overwhelming at times.  So I hope you can understand if I'm asking silly questions.</div><div><br></div><div>Here's my naive thought:</div><div><br></div><div>I should be able to just go into the ndnSIM/ns-3/src/ndnSIM/examples directory, copy one of the files, say <b>ndn-tree-cs-tracers </b>to <b>ndn-tree-cs2-tracers</b> (note that 2 in the name).</div><div><br></div><div>Then, I did notice that if I move up a couple directories and run ./waf --run=ndn-tree-cs2-tracers it does seem to work.</div><div><br></div><div>Is this the directory we should always work out of?  Will Waf always find the file even if I make my own custom directory?</div><div><br></div><div><b>Also, </b>it looks like most (all?) of the examples on the ndnSIM site<i> use the Old Content store.</i>  Is this still recommended, or can we freely use the NDF version now with no serious issues?  The previous e-mails seem to imply this.</div><div><br></div><div>-----------------------------</div><div><br></div><div><b>I tried commenting out the SetOldContentStore </b>lines and added a call to SetContentStore:</div><div><br></div><div><div><b>ndnHelper.SetContentStore ("ns3::ndn::cs::Lru",</b></div><div><b>                           "MaxSize", "10000");</b></div></div><div><b><br></b></div><div>When I move up a couple directories and run ./wra --run=ndn-tree-cs2-tracers, I get an error saying that "<b>SetContentStore is not a member of ns3::ndn::StackHelper"</b>, but it's right there in your documentation.</div><div><br></div><div>I'm very confused and just trying to get my feet wet with the actual code before I dive in.  </div><div><br></div><div>Thanks!</div><div><br></div><div>John</div></div>