[ns] Modifying 802.11 wireless Channel Propagation Delay

2006-05-05 Thread Bahman Kalantari Sabet
Hi, Does anyone know how I can change the wireless channel propagation delay. I have two mobile nodes, use FTP over TCP, with RTS-CTS mechanism. I want to increase the delay, so that every packet (including the control packets) passing the channel goes though this delay. Then I want to

[ns] R: Modifying 802.11 wireless Channel Propagation Delay

2006-05-05 Thread Marco Fiore
Look for the define line commanding the propagation delay of the wireless channel in mac/mac-802_11.h. Regards, Marco Fiore Messaggio originale Da: [EMAIL PROTECTED] Data: 5-mag-2006 9.49 AM A: ns-users@ISI.EDU Ogg: [ns] Modifying 802.11 wireless Channel Propagation Delay Hi,

Re: [ns] Modifying 802.11 wireless Channel Propagation Delay

2006-05-05 Thread Daniel Mahrenholz
Hi, Bahman Kalantari Sabet schrieb: Does anyone know how I can change the wireless channel propagation delay. I have two mobile nodes, use FTP over TCP, with RTS-CTS mechanism. I want to increase the delay, so that every packet (including the control packets) passing the channel goes

[ns] ns-allinone-2.1b8 installation problem

2006-05-05 Thread jaafer al-saraireh
Hi Please any one can help me. When I try to install ns-allinone-2.1b9 the following problems occurs and the installation is stopped. checking system version (for dynamic loading).. ./configure: line 5718: syntax error near unexpected token ')' ./configure: line 5718: OSF

Re: [ns] Relation Between CSThresh_, RXThresh_ , Distance, Pt_ and Reciever Sensivity in 802.11b

2006-05-05 Thread hamid reza
Dear All , I Read Many Comments on Archive and Ns Coding: I know that a Cross Over Paramete exist For differing Between Short and Long Distance Propagation Model on Using Two-RayGround Model. If Below of Cd Use Friis Equation but on higher than It uses Main Two-ray Ground Equation. The packet

[ns] best linux??

2006-05-05 Thread lewapryb
Hi everyone! Could You tell me which linux is best for installing ns-2.1b7a? I have FC4 and it doesn't work. Maybe changing linux , installing old version help?? Thanx a lot! Paul

[ns] please help in ODMRP

2006-05-05 Thread Pooja Vyavahare
hi, I m working on ODMRP of ns-2.1b8. The simulation is working properly but when i m running mcast_total.pl script to get the packet information the error is like CBR Logging error. I think the problem is because of the change in the trace format ns-2.1b8and ns-2.28. But actually i m not

[ns] please help for ODMRP

2006-05-05 Thread Pooja Vyavahare
hi, I m working on ODMRP of ns-2.1b8. The simulation is working properly but when i m running mcast_total.pl script to get the packet information the error is like CBR Logging error. I think the problem is because of the change in the trace format ns-2.1b8and ns-2.28. But actually i m not

Re: [ns] best linux??

2006-05-05 Thread Ritesh Maheshwari
did you try the allinone version? On 5/5/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi everyone! Could You tell me which linux is best for installing ns-2.1b7a? I have FC4 and it doesn't work. Maybe changing linux , installing old version help?? Thanx a lot! Paul -- Everything

Re: [ns] the neighbors in networks simulator,no one can help me?

2006-05-05 Thread Hai Nam
Hello, god.cc is used for wireless networks simulation in general. I don't know if IsNeighbor is used, but you can search for IsNeighbor in ~ns to verify that (grep -r ...). About AODV (and any wireless routing protocols that use HELLO message, I thinks), look at ~ns/aodv/aodv.cc, in the

[ns] TCL script/C++ code interaction... again!

2006-05-05 Thread Paul Kiddie
Hi all, Right I think im in a position to clarify my question a bit more now I've gotten a bit more deep and dirty with the workings of NS-2! What I've done is use the 'bind' command within the AODV constructor in the aodv.cc file to make a TCL variable called isMalicious_, and then in the

[ns] UMTS extension

2006-05-05 Thread jaafer al-saraireh
Hi everyone Please, can you tell me how install UMTS extension in ns-2.28. The are UMTS extension developed by Pablo Martin and Paula Ballester this extension have been working is 2.1b9a-gcc32 . But when I tried to install 2.1b9agcc32 there are problems occurs during instllation.

Re: [ns] Simulation of 802.21 and 802.16

2006-05-05 Thread wangard
Hi I want to simulate 802.21 - Media Independent Handover Services. And I want to simulate handover 802.11 and 802.21. If anyone has got any information about simulations of 802.21 or 802.16 please send it on address [EMAIL PROTECTED] . I'd be gratefull. regards A. Jordan

Re: [ns] developing new queue management

2006-05-05 Thread Ilyes Gouta
Hi, Did you check the TCL binding in the C++ part? The new class should have a new binding, not the same one as declared for drop-tail. Regards, Ilyes Gouta. Eduardo J. Ortega wrote: hi: Don't know if you received my last email, so I'll just write you again: I already have the OTCL

Re: [ns] Question about CSMA in 802.11

2006-05-05 Thread ma hui
Hi Ritesh, Thanks for your reply. I checked that function. My understanding is that ns-2 will extend the timer of channel busy whenever there is a received packet whose power is higher the CSThreshold (can be lower than RXthreshold). Is this understanding correct? Thanks! Hui end of