Skip to content
CharithaS edited this page Mar 13, 2017 · 1 revision

This is a wiki for the Implementation of Load Delay Controller in ns-3

Weekly Progress

Week 1 (March 07 - 13, 2017)

  • Completed reading the paper on LDC and understood how LDC works taking into the account the load factor in addition to queueing delay.
  • Went through the ns-2 code of LDC and mapped the methods and variables to ns-3.
  • Implemented all the methods of LDC in ns-3.
  • Successfully compiled LDC and pushed the code to the github repository.