[ndnSIM] Fib for Wifi and P2P

Marzieh Babaeianjelodar babaeim at clarkson.edu
Mon Jul 31 07:22:41 PDT 2017


Dear ndnSIM friends,

I have made two simple scenarios, one with P2P and the other with Wifi based on the scenarios inside the examples folder and they have 3 nodes. 
I ran them and printed the fib table for both of them, and they look different.

This is for p2p:

FIB content on: Node 0
----------------------------------------------------------------------------------------------
|            prefix            |             face             |           towards            |
----------------------------------------------------------------------------------------------
|              /               | netdev://[00:00:00:00:00:01 <netdev://[00:00:00:00:00:01>] |                              |
----------------------------------------------------------------------------------------------
|      /localhost/nfd/rib      |         internal://          
----------------------------------------------------------------------------------------------
|        /localhost/nfd        |         internal://          
----------------------------------------------------------------------------------------------

FIB content on: Node 1
----------------------------------------------------------------------------------------------
|            prefix            |             face             |           towards            |
----------------------------------------------------------------------------------------------
|              /               | netdev://[00:00:00:00:00:02 <netdev://[00:00:00:00:00:02>] |                              |
|                              | netdev://[00:00:00:00:00:03 <netdev://[00:00:00:00:00:03>] |                              |
----------------------------------------------------------------------------------------------
|      /localhost/nfd/rib      |         internal://          
----------------------------------------------------------------------------------------------
|        /localhost/nfd        |         internal://          
----------------------------------------------------------------------------------------------

FIB content on: Node 2
----------------------------------------------------------------------------------------------
|            prefix            |             face             |           towards            |
----------------------------------------------------------------------------------------------
|              /               | netdev://[00:00:00:00:00:04 <netdev://[00:00:00:00:00:04>] |                              |
----------------------------------------------------------------------------------------------
|      /localhost/nfd/rib      |         internal://          
----------------------------------------------------------------------------------------------
|        /localhost/nfd        |         internal://          
----------------------------------------------------------------------------------------------
|           /prefix            |          appFace://          
----------------------------------------------------------------------------------------------

and this is for wifi:
FIB content on: Node 0
----------------------------------------------------------------------------------------------
|            prefix            |             face             |           towards            |
----------------------------------------------------------------------------------------------
|              /               | netdev://[00:00:00:00:00:01 <netdev://[00:00:00:00:00:01>] |                              |
----------------------------------------------------------------------------------------------
|      /localhost/nfd/rib      |         internal://          
----------------------------------------------------------------------------------------------
|        /localhost/nfd        |         internal://          
----------------------------------------------------------------------------------------------

FIB content on: Node 1
----------------------------------------------------------------------------------------------
|            prefix            |             face             |           towards            |
----------------------------------------------------------------------------------------------
|              /               | netdev://[00:00:00:00:00:02 <netdev://[00:00:00:00:00:02>] |                              |
----------------------------------------------------------------------------------------------
|      /localhost/nfd/rib      |         internal://          
----------------------------------------------------------------------------------------------
|        /localhost/nfd        |         internal://          
----------------------------------------------------------------------------------------------

FIB content on: Node 2
----------------------------------------------------------------------------------------------
|            prefix            |             face             |           towards            |
----------------------------------------------------------------------------------------------
|              /               |          appFace://           netdev://[00:00:00:00:00:03 <netdev://[00:00:00:00:00:03>] |                              |
----------------------------------------------------------------------------------------------
|      /localhost/nfd/rib      |         internal://          
----------------------------------------------------------------------------------------------
|        /localhost/nfd        |         internal://          
----------------------------------------------------------------------------------------------

I was wondering why they act differently?

Best Regards,
Marzieh


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20170731/ee8c700a/attachment.html>


More information about the ndnSIM mailing list