[ndnSIM] Modifying FIB structure

Spyridon (Spyros) Mastorakis mastorakis at cs.ucla.edu
Fri Oct 18 11:14:47 PDT 2019


Take a look at the following.

FIB structure: https://github.com/named-data-ndnSIM/NFD/blob/NFD-0.6.5-ndnSIM/daemon/table/fib.cpp
Example of forwarding strategy: https://github.com/named-data-ndnSIM/NFD/blob/NFD-0.6.5-ndnSIM/daemon/fw/best-route-strategy2.cpp

Thanks,

Spyridon (Spyros) Mastorakis
Assistant Professor
Computer Science Department
University of Nebraska, Omaha
Peter Kiewit Institute Room 175A
https://sites.google.com/site/spyridonmastorakis

> On Oct 15, 2019, at 8:39 AM, Sunil Jha via ndnSIM <ndnsim at lists.cs.ucla.edu> wrote:
> 
> I want to modify FIB structure in ndnSIM.I want to add timestamps corresponding to each name prefix in it. How can i do that?Which files needs to be modified?
> I am working on project named "Packet forwarding strategy in NDN". For forwarding i want to use timestamps(as best route strategy) to forward interest packets and compare the latest packet delay for forwarding of future interest packets.
> 
> Thank you 
> 



More information about the ndnSIM mailing list