<div dir="ltr">Hi Adhy<br><div><div class="gmail_extra"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><div><div><div><br></div>- Consumer application sends out Interest to the network in the form:<br></div>/my_prefix/c_latitude/c_<wbr>longitude/SeqNo/Timestamp/<wbr>Nonce<br><br></div>- The producer application registers the prefix "/my_prefix" and replies with data in the form:<br></div>/my_prefix/p_latitude/p_<wbr>longitude/SeqNo/Timestamp<br><br></div>The Interests currently timeout.<br></div></div></div></div></div></blockquote><div><br></div><div>Interest name must be a prefix of Data name in order to be satisfied by Data.<br></div><div>This Interest name is not a prefix of Data name, so it times out.<br><br></div><div>Generally, producer should respond with Data that has the same name as Interest, and place any additional fields in the Data payload. It is also possible to place additional fields in the Data name, <i>after</i> the original Interest name, i.e. <span style="font-family:monospace,monospace">/my_prefix/c_latitude/c_longitude/SeqNo/Timestamp/Nonce/p_latitude/p_</span><wbr><span style="font-family:monospace,monospace">longitude</span></div><div><br></div><div> Yours, Junxiao<br></div></div></div></div></div>