[ns] IEEE 802.11n simulation model for ns2.

2009-01-08 Thread Navidgs
Hi everybody, I am interested in working on IEEE 802.11n. But I could NOT find any simulation model or package of IEEE 802.11n for ns2. It would be grateful if you could send me the IEEE 802.11n simulation model for ns2 or its URL link that I could download it. Thanks, Navid -- View this mess

[ns] IEEE 802.11n simulation model for ns2. Click to flag this post

2009-01-08 Thread N. GS
Hi everybody, I am interested in working on IEEE 802.11n. But I could NOT find any simulation model or package of IEEE 802.11n for ns2. It would be grateful if you could send me the IEEE 802.11n simulation model for ns2 or its URL link that I could download it. Thanks, Navid **

Re: [ns] NAM does not run wireless simulation over ns 2

2009-01-08 Thread Luís Barreto
Hi there, In a wireless simulation for nam trace you have to use $ns namtrace-all-wireless $nf $val(x) $val(y) Hope it works, Luis On Thu, Jan 8, 2009 at 2:31 PM, Syed Faraz Hasan < faraz_hasa...@email.ulster.ac.uk> wrote: > > Hello ALL, > > I am trying to visualize the entire simulation usi

Re: [ns] segmentation fault

2009-01-08 Thread Mubashir Rehmani
Hi Dasari Mallikarjuna Look at this link to resolve the problem of segmentation fault. http://article.gmane.org/gmane.network.simulator.isi/2766/match=segmentation+fault Besides this, after making any changes in c++ code of ns2, do this: make clean make sudo make install Regards Mubashir Lip6,

[ns] segmentation fault

2009-01-08 Thread dasari mallikarjuna
I am using programs written by Lavina Jain et al (in ns-2). I have made some changes to the program and tried to run it.It is giving Segmentation fault. I removed the changes and again used make, still the problem is persisting. I had to re-install theoperating system (fedora linux) to remove

[ns] NAM does not run wireless simulation over ns 2

2009-01-08 Thread Syed Faraz Hasan
Hello ALL, I am trying to visualize the entire simulation using NAM. I open the .nam file in the finish procedure. I have associated CBR source with one of the nodes to make it send packets to another node. NAM executes properly at the beginning (but does not show nodes at all), as soon as the

Re: [ns] How to set up mobile nodes?

2009-01-08 Thread Syed Faraz Hasan
Thanks a lot Mubashir, heres the code set val(chan) Channel/WirelessChannel;#Channel Type set val(prop) Propagation/TwoRayGround ;# radio-propagation model set val(netif) Phy/WirelessPhy;# network interface type set val(mac)Mac/802_11

[ns] How to set up mobile nodes?

2009-01-08 Thread Syed Faraz Hasan
Hi all, I get an error which I have enclosed when I try setting up nodes in wireless scenarios. I have tried a lot of different things as suggested by other tutorials but get the same error everytime. When I delete the lines defining the nodes from the code, there are no error messages. Code t