Hi everyone, I'm working on a VANET simulation project. I am trying to simulate a VANET however i couldn't figure out how to manipulate the parameters in IEEE802-11p.tcl.
I googled and found that the whole file could be loaded in a "variable". The code i found is: set val(sc) "IEEE802-11p.tcl" source $val(sc); # load 802.11p configuration file However, i couldn't find any information on how to access the parameters mentioned inside the file. I need to vary the Contention window so rather than changing it in the file how can i do it from my tcl file. I'm using ns-2.34 on Fedora 17. I would really appreciate your help. -- *Regards,* *Pratik*