GSOC2025AqmEvaluation: Difference between revisions
Jump to navigation
Jump to search
Davidzylin (talk | contribs) No edit summary |
Davidzylin (talk | contribs) |
||
Line 19: | Line 19: | ||
= Resources = | = Resources = | ||
* AQM Evaluation Suite [[https://dl.acm.org/doi/abs/10.1145/3067665.3067674 Paper]] [[https://aqm-eval-suite.github.io/ Implementation]] | |||
* [https://tools.ietf.org/html/rfc7928 RFC 7928] | |||
* [https://www.nsnam.org/docs/models/html/traffic-control-layer.html Traffic Control Model in ns-3] |
Revision as of 16:50, 24 May 2025
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 2025 projects
Project Overview
- Project Name: Upgrade the AQM Evaluation Suite for ns-3
- Student: David Lin
- Mentors: Mohit Tahiliani and Tom Henderson
- Google Page: LINK
- Project Proposal: LINK
- Project Goals: The AQM Evaluation Suite is an automated framework based on RFC 7928 that simplifies simulation setup, topology creation, traffic generation, execution, and results visualization of AQM algorithms in ns-3. Originally developed in 2017 and maintained until 2019, the suite now needs an upgrade to: (1) Migrate its build system from waf to CMake (2) Integrate support for state-of-the-art AQM algorithms and enhanced ECN functionalities (3) Update simulation examples to reflect modern traffic control models (4) Package and publish the suite on the ns-3 App Store
- Repository: LINK
- About Me: I'm a CS undergrad student at the University of Toronto. I've been deeply passionate about computer network and systems in general, it's my honour to work with such a wonderful community like ns-3!
Milestones
Weekly Update
Resources
- AQM Evaluation Suite [Paper] [Implementation]
- RFC 7928
- Traffic Control Model in ns-3