<div dir="ltr">Dear NDN researchers,<div><br></div><div>I have added an additional attribute(metadata) to an Interest and a data packet. </div><div>Currently, I use it like this below</div><div><br></div><div><a href="https://github.com/NDNUtils/NDNSIM/blob/master/src/ndnSIM/apps/ndn-consumer.cpp#L188-L191">https://github.com/NDNUtils/NDNSIM/blob/master/src/ndnSIM/apps/ndn-consumer.cpp#L188-L191</a><br></div><div><div><br></div><div>Name myName;</div><div>myName.append("AB");</div><div>shared_ptr<Name> uidName = make_shared<Name>(myName);</div><div>uidName->appendSequenceNumber(seq);</div></div><div><br></div><div>However, this way seems to be so primitive.</div><div>I believe that there must be a way to set my additional attribute in the script file.</div><div><br></div><div>Can any of you tell me how to use this additional attribute in a script file?</div><div>I hope this is simple to do it.</div><div><br></div><div>Best wishes,</div><div><br></div><div>inchan hwang</div></div>