<div dir="ltr">Hello everyone, <div><br></div><div>I am looking to have an extra field in my packet - both Interest & ContentObject - that would allow me to keep a list of faces for further use. </div><div><br></div><div>This field may need to be updated at the Consumer and the Forwarding strategy - exclude the security logic here, please.</div><div><br></div><div>So, I have updated my Interest & ContentObject classes accordingly as well as the ndnsim.cc file. I have also included some related stuff in the Consumer and Forwarding strategy to be able to update the list along the way. I am trying to have this field as another Name type. However, I do get an error message when I run the simulation: i.e. </div><div><p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="">terminate called after throwing an instance of 'boost::exception_detail::clone_impl<ns3::ndn::error::Name>'</span></p>
<p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="">  what():  std::exception</span></p><p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><br></p><p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="font-family:arial,sans-serif;font-size:small">Eventhough, I have tried to include everything that involves the creation of naming into a try{..}catch{..} case, I still get that message which does not help me finding what am I doing wrong. I have also used gdb to debug and I get no related messages.</span></p><p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="font-family:arial,sans-serif;font-size:small"><br></span></p><p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="font-family:arial,sans-serif;font-size:small">Any ideas/help/direction on what I am be doing wrong or how to proceed with this?</span></p><p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="font-family:arial,sans-serif;font-size:small"><br></span></p><p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="font-family:arial,sans-serif;font-size:small">p.s. I am using the v.1 of the ndnSIM code. </span></p><p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="font-family:arial,sans-serif;font-size:small"><br></span></p><p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="font-family:arial,sans-serif;font-size:small">Thanks anyways,</span></p><p style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo"><span style="font-family:arial,sans-serif;font-size:small">Andriana. </span></p></div></div>