[ns] MAC layer implementation

2013-05-26 Thread Gomathi Rajamanickam
Hi, I am doing my project in MAC layer. I want to form a neighbor table for each node in MAC layer. Please any one help me how to form neighbor list in MAC layer? Regards, R. Gomathi

Re: [ns] after installing ns2

2013-05-26 Thread knudfl
@etudiante : Nam is a separate application, an animation tool for viewing network simulation traces http://www.isi.edu/nsnam/nam/ If you think you have a successful build of 'nam', and if 'nam' is in your PATH, you can open the nam GUI with : $ nam The most common ways for using nam : 1) $ nam

Re: [ns] plese, I need tcl file of ZRP for multiple scenario

2013-05-26 Thread knudfl
Besides the six zrp.tcl you have from zrp-examples-2012.tar.bz2 https://docs.google.com/file/d/0B7S255p3kFXNNmJSTERpQTY4Slk/edit?usp=sharing ... you can do 1) generate some new examples with the "ns2 script generator" NSG2.1 http://mohittahiliani.blogspot.dk/2009/10/tcl-script-generator.html ( $ j

[ns] time handler function

2013-05-26 Thread Zeinab Rezaiefar
Hi friends, I want to implement back off time . I mean I want a node received a packet do not do anything for especial time( for example 1 second)and then checks if it receives same packet do not broadcast it. for it I should use time handler function. but i do not know how to invoke time in a