<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
NLSR sends periodic Hello messages.  You can check the code.<br class="">
<div class=""><br class="Apple-interchange-newline">
<span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; display: inline !important; float: none;" class="">Lan</span>
</div>
<div style=""><br class="">
<blockquote type="cite" class="">
<div class="">On Mar 4, 2020, at 12:57 PM, Md Ashiqur Rahman <<a href="mailto:marahman@email.arizona.edu" class="">marahman@email.arizona.edu</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div dir="ltr" class="">
<div class="gmail_default" style="font-size:small">Hello All,</div>
<div class="gmail_default" style="font-size:small"><br class="">
</div>
I’m trying to implement a periodic “HELLO” packet exchange in ndnSIM so that the NFD in each node can remember/detect recent neighbors. Any pointers or suggestions would be helpful. So far I could find this:
<a href="https://www.lists.cs.ucla.edu/pipermail/ndnsim/2015-January/001513.html" target="_blank" class="">
https://www.lists.cs.ucla.edu/pipermail/ndnsim/2015-January/001513.html</a>.<br class="">
<br class="">
<div class="">To be more specific, I was thinking that any node’s NFD would have a default Interest packet with
<font face="monospace" class="">/hello</font> prefix and would periodically send this interest, say each 1 second. This Interest would have an endpoint tag (I can do this with ndn-cxx to create a new tag, so the wire encoding/decoding is taken care of internally),
 so any node receiving a hello broadcast can get the <font face="monospace" class="">
endpointID</font> of the sender node.<span class="gmail_default" style="font-size:small"> This means, the NFD itself would create and send the HELLO Interest packet.</span>
<div class=""><br class="">
<div class="">
<div class="gmail_default" style="font-size:small">Best-</div>
<div class="gmail_default" style="font-size:small">Ashiq</div>
<br class="">
</div>
-- <br class="">
<div dir="ltr" data-smartmail="gmail_signature" class="">
<div dir="ltr" class="">
<div class="">
<div dir="ltr" class="">
<div class="">
<div dir="ltr" class="">
<div dir="ltr" class="">Md Ashiqur Rahman
<div class="">Research Associate, Network Research Lab<br class="">
<div class="">Dept. of Computer Science</div>
<div class="">The University of Arizona</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
_______________________________________________<br class="">
Nfd-dev mailing list<br class="">
<a href="mailto:Nfd-dev@lists.cs.ucla.edu" class="">Nfd-dev@lists.cs.ucla.edu</a><br class="">
http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev<br class="">
</div>
</blockquote>
</div>
<br class="">
</body>
</html>