Simulate Random MAC Protocol in NS2 (Part I)

In this network project, we would need to:

  • Write an simulator using TCL
  • Add an new MAC protocol to NS2
  • Analyze the simulation results

Let's tackle them one by one. In this post, we'll mainly focus on the simulator part.

more ...