<div dir="ltr"><div>Hi all,</div><div><br></div><div>I am new to ndnsim. I was working with the example <b>ndn-tree-tracers.cpp</b>. While running the simulation example (ndn-tree-tracers.cpp) I got some error which I am unable to resolve. I used different Consumer application instead of <b>ConsumerCbr</b> which resulted in following error.</div><div><br></div><div>/*</div><div>Waf: Entering directory `/home/aa/ndnsim/ns-3/build'</div><div>[1483/2861] Compiling src/ndnSIM/examples/new.cpp</div><div>[2791/2861] Linking build/src/ndnSIM/examples/ns3-dev-new-debug</div><div>Waf: Leaving directory `/home/aa/ndnsim/ns-3/build'</div><div>Build commands will be stored in build/compile_commands.json</div><div>'build' finished successfully (10.496s)</div><div>msg="Requested constructor for ns3::ndn::Consumer but it does not have one.", file=../src/core/model/type-id.cc, line=547</div><div>terminate called without an active exception</div><div>Command ['/home/aa/ndnsim/ns-3/build/src/ndnSIM/examples/ns3-dev-new-debug'] terminated with signal SIGIOT. Run it under a debugger to get more information (./waf --run <program> --command-template="gdb --args %s <args>").</div><div>*/</div><div><br></div><div><br></div><div>I replaced following line</div><div><br></div><div> ndn::AppHelper consumerHelper("ns3::ndn::ConsumerCbr");</div><div>With </div><div>ndn::AppHelper consumerHelper("ns3::ndn::Consumer");</div><div><br></div><div>Please guide me about how I can use the <b>ndn-conumer.cpp</b> as I wanted to make changes in Interest Packet and its following Data packet for it using this ndn-conumer.cpp?</div><div><br></div><div>Regards,</div><div> </div><div> MD</div></div>