GSOC2024DHCPv6FinalReport: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{TOC}} Back to GSoC 2024 projects") |
No edit summary |
||
Line 2: | Line 2: | ||
Back to [[Summer_Projects#Google_Summer_of_Code_2024 | GSoC 2024 projects]] | Back to [[Summer_Projects#Google_Summer_of_Code_2024 | GSoC 2024 projects]] | ||
= Project Overview = | |||
* '''Project Name:''' DHCPv6 | |||
* '''Student:''' [mailto:kavyabhat@gmail.com Kavya Bhat] | |||
* '''Mentors:''' Tommaso Pecorella, Alberto Gallegos Ramonet, Manoj Kumar Rana | |||
The project aimed to implement DHCP for IPv6 (DHCPv6), which is used in IPv6 networks for address configuration on devices, and allows for central management of the network. ns-3 has a model for DHCP but currently does not have an implementation for DHCPv6, and the goal is to add functionality for this protocol. |
Revision as of 18:32, 19 August 2024
Main Page - Roadmap - Summer Projects - Project Ideas - Developer FAQ - Tools - Related Projects
HOWTOs - Installation - Troubleshooting - User FAQ - Samples - Models - Education - Contributed Code - Papers
Back to GSoC 2024 projects
Project Overview
- Project Name: DHCPv6
- Student: Kavya Bhat
- Mentors: Tommaso Pecorella, Alberto Gallegos Ramonet, Manoj Kumar Rana
The project aimed to implement DHCP for IPv6 (DHCPv6), which is used in IPv6 networks for address configuration on devices, and allows for central management of the network. ns-3 has a model for DHCP but currently does not have an implementation for DHCPv6, and the goal is to add functionality for this protocol.