<div dir="ltr">Hi,<div><br></div><div>Following the idea of exchanging information between the consumer and the producer, what's the difference between creating a ndn::lp::Packet or a ndn::TagHost? Which method should I use?</div><div><br></div><div><br></div><div>I saw older posts (<a href="http://www.lists.cs.ucla.edu/pipermail/nfd-dev/2017-February/002260.html">this</a>, and <a href="http://www.lists.cs.ucla.edu/pipermail/nfd-dev/2016-February/001536.html">this</a>), but this methods are for CachePolicy and NextHopFaceIdTag. I want to send a string "Hello" (type Name actually).</div><div><br></div><div>In line with what Ashlesh did, I added the following lines at Consumer (<a href="https://github.com/named-data/ndn-cxx/blob/master/examples/consumer.cpp#L42">https://github.com/named-data/ndn-cxx/blob/master/examples/consumer.cpp#L42</a>), but need help with the commented lines.</div><div><br></div><div>    ndn::lp::Packet lpPacket;<br></div><div>    // add string ("Hello") to lpPacket</div><div>    // send lpPacket</div><div><br></div><div>And then I'll need to read that packet in the producer.</div><div><br></div><div><br></div><div>Thanks again for your help.</div><div><br></div><div><br></div></div>