<div dir="ltr"><div>Hello,</div><div><br></div><div><div><div><div>In my application scenario, since ndnSIM does not yet support the TCP/UDP face creation (<a href="http://redmine.named-data.net/issues/2371" target="_blank">http://redmine.named-data.net/issues/2371</a>), I have built the network topology by establishing P2P links between the nodes. I then get the faceId from the P2P link using a NetDevice. Used a modified version of the function outlined here: <a href="http://www.lists.cs.ucla.edu/pipermail/ndnsim/2015-December/002293.html">http://www.lists.cs.ucla.edu/pipermail/ndnsim/2015-December/002293.html</a></div></div></div></div><div><br></div><div><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">   </span><span class="" style="color:rgb(0,134,179);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">uint32_t</span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre"> </span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">faceId = ndnStack-></span><span class="" style="color:rgb(0,134,179);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">getFaceByNetDevice</span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">(netDevice)-></span><span class="" style="color:rgb(0,134,179);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">getId</span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">();</span></div><br>To find the faceId for the next hop (adjacent node) using the configured faceUri, the NFD does not return anything since it does not recognize the faceUri.<br><br>One way is to get this faceId from the P2P link again but I do not know if this will work. Does this also mean that it completely get away from the underlying NFD transport services? I want to know if P2P link works on top of NFD or not?<br><br>As ndnSIM does not yet support TCP/UDP faces, what alternative does it provide to use the underlying NFD and its transport services?<br><br>Thanks,<br>/anil.</div>