- Home Page of ProjectGuideline.com ›
- Forums ›
- Get Help to do your B.E., and M.E., M.Tech., & M.S., Project in Ns2 ›
- How are mac802.11 packets traced in cmu-trace.cc?
Learner_ns2
Participant
Hi all,
I am working on the cmu-trace file to print the backoff values in the old/new trace files,
but I am unable to correctly figure out the logical link from the mac 802.11 packets traced into cmu-trace.cc code.
Could anyone help me regarding this,
Thanks in advance,
regards,
Learner_ns2
CharlesPandian
Keymaster
First learn about the ns2’s old and new trace formats.
And then search for suitable strings in the corresponding .cc files.
(carefully examine all the existing ‘fprintf’ commands in those files)
Hopefully, you will get your location to add your own trace events.