<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Apr 7, 2017, at 3:33 PM, Junxiao Shi <<a href="mailto:shijunxiao@email.arizona.edu" class="">shijunxiao@email.arizona.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Ahed<div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class=""><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;" class="">In a network scenario where every node is equipped with IEEE 802.15.4-based NDN:</span></div><div class=""><div id="divtagdefaultwrapper" dir="ltr" style="font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-size: 12pt; font-family: Calibri, Arial, Helvetica, sans-serif;" class=""><div style="margin-top: 0px; margin-bottom: 0px;" class="">1 - Is it possible to send a broadcast message (to send command or to advertise a service) to all the neighbor nodes.</div></div></div></blockquote><div class="">Yes, 802.15.4 MAC supports broadcast addressing. NDN packets can be transmitted over broadcast channel.</div><br class=""><blockquote type="cite" class=""><div class=""><div id="divtagdefaultwrapper" dir="ltr" style="font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-size: 12pt; font-family: Calibri, Arial, Helvetica, sans-serif;" class=""><div style="margin-top: 0px; margin-bottom: 0px;" class="">2-  H<span style="font-size: 12pt;" class="">ow can I get information on how to structure a broadcast message.</span></div></div></div></blockquote><div class="">The main concern is that 802.15.4’s MTU is 127 octets. You may send regular Interests with NDNLPv2 fragmentation and reassembly, but each Interest would use many lower layer frames.</div></div></div></div></div></blockquote><br class=""><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><div class="">Not necessarily, right?  It depends on the size of Interest packets. </div><div class="">An Interest packet does not have to be more than 100 bytes, especially if one does not use ascii-encoded names.</div><div class=""><br class=""></div></div></div></div><blockquote type="cite" class=""><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><div class=""><blockquote type="cite" class=""><div class=""><div id="divtagdefaultwrapper" dir="ltr" style="font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-size: 12pt; font-family: Calibri, Arial, Helvetica, sans-serif;" class=""><div style="margin-top: 0px; margin-bottom: 0px;" class="">3- I have also read about "<span class="">extensible command markers" of CCNx which might use "<span class="">%C1.M.S.neighborhood" to broadcast a message/invoke services (correct me if I am wrong), does NDN has similar extension, and how to do it (a reference or example should help).</span></span></div></div></div></blockquote><div class="">The NDN equivalent of “extensible command markers” is <a href="https://redmine.named-data.net/issues/2012" class="">MarkedComponent</a>. It’s not yet approved and not implemented.</div></div></div></div></div></blockquote><br class=""></div><div>Please let me make a modification to the above statement. </div><div><br class=""></div><div>1/ marked components are used all the time.  the real questions are how to identify the right types of name components, how many types would be needed</div><div><br class=""></div><div>2/ at the moment, all the NDN apps at this time use a name component as a type marker, this offers apps flexibility to define their own marked types, though a less efficient encoding than marked component.</div><div><br class=""></div><div>3/ my understanding of our current thinking is that we do plan to define marked name component once recurring marked components are identified.</div><div><br class=""></div><div>Lixia</div><div><br class=""></div><div><br class=""></div><div><br class=""></div></body></html>