Global Routing for Ipv6: Difference between revisions
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
== New Classes == | == New Classes == | ||
=== Model === | === Model === | ||
ipv6-candidate-queue.cc <br /> | |||
ipv6-candidate-queue.h <br /> | |||
ipv6-global-route-manager.cc <br /> | |||
ipv6-global-route-manager.h <br /> | |||
ipv6-global-route-manager-impl.cc <br /> | |||
ipv6-global-route-manager-impl.h <br /> | |||
ipv6-global-router-interface.cc <br /> | |||
ipv6-global-router-interface.h <br /> | |||
ipv6-global-routing.cc <br /> | |||
ipv6-global-routing.h <br /> | ipv6-global-routing.h <br /> | ||
=== Helper === | === Helper === | ||
ipv6-global-routing-helper.cc <br /> | |||
ipv6-global-routing-helper.h <br /> | ipv6-global-routing-helper.h <br /> | ||
== Project Timeline == | == Project Timeline == |
Revision as of 14:20, 6 June 2011
NSOC2011Global Routing for Ipv6
- Student: Atishay Jain
- Mentors: Tom Henderson and Mitch Watrous
Objective
This project provides the Dynamic Routing for Ipv6 in ns-3. Currently Ipv6 implements only Static Routing and List Routing. The Global Routing implementations of Ipv4 will be extended to support the Ipv6 support as well.
The Open Shortest Path First(OSPF) Dynamic Routing algorithm has only been implemented yet in ns-3.
The specifications for OSPF Global Routing(OSPFv3) is provided in RFCs: RFC 2740 and RFC 5340.
Inheritance
New Classes
Model
ipv6-candidate-queue.cc
ipv6-candidate-queue.h
ipv6-global-route-manager.cc
ipv6-global-route-manager.h
ipv6-global-route-manager-impl.cc
ipv6-global-route-manager-impl.h
ipv6-global-router-interface.cc
ipv6-global-router-interface.h
ipv6-global-routing.cc
ipv6-global-routing.h
Helper
ipv6-global-routing-helper.cc
ipv6-global-routing-helper.h
Project Timeline
About Me
I am a pre-final year undergraduate at Institute of Technology - BHU, Varanasi, India in the Dept of Computer Engineering.