[ndnSIM] How many faces in node?

Spyridon (Spyros) Mastorakis spiros.mastorakis at gmail.com
Thu Apr 9 08:00:58 PDT 2015


You can install routes manually between adjacent nodes using the FibHelper. Take a look here:

http://ndnsim.net/2.0/helpers.html#manually-routes-fib-helper
https://github.com/NDN-Routing/ndnSIM/blob/master/examples/ndn-congestion-alt-topo-plugin.cpp#L118

--
Spyridon (Spyros) Mastorakis
Personal Website: http://cs.ucla.edu/~mastorakis/
Internet Research Laboratory
PhD Computer Science
UCLA




> On Apr 8, 2015, at 7:03 PM, 최원준 <wonjunchoi001 at gmail.com> wrote:
> 
> I am still waiting for your comment.
> I would like to make a simple coarse-grained broadcast approach to print all faces linked to specific node.
> The default fw staregy is best-route2 so I tried to print alll faces in AfterReceiveInterest function. 
> As you said, the Interest is being forwarded through a single face. how can I insert multiple faces(which is linked to the node) to FIB entry?
> 
> Wonjun, Choi





More information about the ndnSIM mailing list