[ns] Is there a clock

2010-06-18 Thread GRS Swaroop
Hi users, In ns2 is there any clock related to a node with some offset and skew parameters. GRS SWAROOP

[ns] Modified DSDV for Multiple Interface Support in NS-2

2010-06-18 Thread Mohit Tahiliani
Hello, The document named Adding multiple interface support in NS-2 prepared by Ramon Aguero Calvo and Jesus Perez Campo helps to incorporate multiple channel support to the core of the ns-2 simulator. There are few modifications required in the routing protocols such as DSDV, AODV and DSR to

[ns] MAODV ODMRP patch required (Urgent)

2010-06-18 Thread Waqas Siddiqui
Hi friends,   can anyone give me the patch for the protoclos MAODV ODMRP (On Demanad Multicast Routing Protocol) please help me in this regards. Regards,   Waqas Hassan Siddiqui MS in Computer Science (Networks) University West, Trollhattan, Sweden

[ns] Packet error

2010-06-18 Thread ahlam BCH
hi in my master project my objet is to study the impact of the packet error in routing protocol (AODV).So the object is to fixe a value of a packet error in my script TCl and to change this value and study the performance of the protocole. When i m doing some researchs i have found this : TCL

Re: [ns] Adhoc On demand QOS Routing (AQOR) protocol source code

2010-06-18 Thread ikenna ajere
Any positive response as rgds my request? pls this is urgent. Jereik --- On Fri, 18/6/10, ikePls hnna  ajer...@yahoo.co.uk wrote: From: ikenna ajere ajer...@yahoo.co.uk Subject: Adhoc On demand QOS Routing (AQOR) protocol source code To: ns-users@isi.edu Date: Friday, 18 June, 2010, 6:45

[ns] about seed value in CBRGEN.TCL

2010-06-18 Thread mobi faizy
Hi, Can any body tell me the role of *seed* value in *cbgen.tcl.* and what is the difference between *seed 0.0* and *seed 1.0.* Thanx

[ns] urgent help for change traffic

2010-06-18 Thread Mohsin Riaz Ch.
hello i change the following in tcl script ##configure traffic set i 0 set tcp($i) [new Agent/TCP] $tcp($i) set class_ 2 $tcp($i) set packetSize_ 1240 #create video traffic set ftp($i) [new Application/FTP] $ftp($i) set packetSize_ 4960 $ftp($i) set interval_ 0.1 $ftp($i) attach-agent

[ns] Does NS2 have support for Multi-Core Processors?

2010-06-18 Thread Yida Gao
Hi Everyone, I am running a Quad Core (AMD Phenom II X4 965) on Ubuntu 10.04, and I was wondering if NS2 supported multi-core processing. Thanks for the help.

[ns] Is there a clock

2010-06-18 Thread GRS Swaroop
What is that stime, rtime, beacon time and backoff timer in the file mac-timers.cc . If you dont mind please explain them . And by clock related to node I imply that if a node is created it has some attributes . Will it has a clock of its own in that attribute. If it is there what is the

[ns] NS2 basic execution

2010-06-18 Thread Prince George
hello.i want to know in NS2 where is the main() function which is required to compile and obtain the executables for the backend C++ codes.I am unable to search and find the main() function in NS2 which is the starting point of execution.