[ns] How are bandwidth constraints added in AOMDV in NS2?

2010-06-08 Thread Spy
Hi, Do anyone know how bandwidth constraints added in AOMDV in NS2?

[ns] ns-2.34 Wireless MAC Parameters for IEEE802.11b, 802.11g and 802.11n

2010-06-08 Thread Mustafa Kamal
Hello everyone, I am using ns-2.34 with 80211Ext+PhyExt and by default ns-2 is ported with IEEE 802.11a and 802.11p MAC parameters with default values. I was wondering what will be values for IEEE 802.11b and 802.11g? I've found few values in http://hpds.ee.ncku.edu.tw/~smallko/ns2/11b.htm

[ns] Ad hoc Network RTS/CTS procedure

2010-06-08 Thread El hadi Cherkaoui
Dear NS users, Just a basic question about Ad hoc networks... what's the part of code in NS2 in which a node can reach an other node ... I mean where the procedure RTS/CTS in done (in which class, which method)?? Thank you. Regards  

[ns] how to calculate convergence time

2010-06-08 Thread Muhammad Faiz
Hi dear All, I want to calculate the convergence time of AODV , DSDV and TORA routing protocols. Help me in this regrad Muhammad Mubasher Faiz Master program in Computer Science University West Trolhattan,Sweden.

[ns] help me to run TORA routing protocol

2010-06-08 Thread mobi faizy
Dear All, I am using NS 2.31 , but *TORA* is not working properly. Can anyone help me in this regard. Regards,

Re: [ns] how to use awk to analyze packet collision probability? (lingqiw)

2010-06-08 Thread ashish tiwari
Hi lingqiw as I am understanding you want to know percentage of data packet loss right, if this is case then you can use simple AWK code e.g BEGIN { sendLine=0; recvLine=0; -- --- } { # CALCULATE PACKET DELIVERY FRACTION if (( $1 == s) ( $35