[ns] Help me to run simple-wireless.tcl in NS 2.28

2007-10-17 Thread SuNiL SoNi
Hello all, I want to run simple-wireless.tcl in ns 2.28. When I am trying $ns simple-wireless.tcl, it shows me: num_nodes is set 2 warning: Please use -channel as shown in tcl/ex/wireless-mitf.tcl INITIALIZE THE LIST xListHead Starting Simulation... channel.cc:sendUp - Calc highestAntennaZ_ and

[ns] Normalized Data Load

2007-10-17 Thread vava vvava
Routing overhead : the number of transmitted control packets. For multi-hop communication, each transmission of the packet is taken into account. Data: the number of delivered data packets. Normalized Data Load : defined by Dat

[ns] Updated Version of Toilers' implementation of LAR and DREAM

2007-10-17 Thread Claus Christmann
Hi List, the Toilers research group has written an implementation of LAR and DREAM for ns2.1b7a related to the following paper: T. Camp, J. Boleng, B. Williams, L. Wilcox, and W. Navidi, Performance Comparision of Two Location Based Routing Protocols for Ad Hoc Networks, Proceedings of the IEEE

[ns] Energy in Tr

2007-10-17 Thread Cristiane Amaral
Hi, My program in Tcl in the following line: $ns_ node-config -adhocRouting $val(rp) \ -llType $val(ll) \ -macType $val(mac) \ -ifqType $val(ifq) \ -ifqLen $val(ifqlen) \ -antType $val(ant) \ -propType $val(prop) \ -phyType $val(netif) \ -topoInstance $topo \ -agentTrace ON

[ns] Change CBR rate

2007-10-17 Thread leticia bela
Hi all, Please can you say me how can I change (increase or decrease ) the Traffic bit rate during the simulation, I mean atmy c++ programme. Thanks in advance - Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yah

[ns] add a new queue

2007-10-17 Thread hossein fotouhi
Hi all, is there any priority queuing implementation for ns-2 . I found files * PriQueue.h *and* PriQueue.cc* in ns-2 . It aims to prioritize routing traffic over ordinary traffic. This is not what I am looking for. I want to create 2 different queues one for high priority and the other for lo

[ns] IEEE 802.11G in ns-2??

2007-10-17 Thread Jamal Toutouh
Dear all, How are you? I am fine, here, in Spain I want to use IEEE 802.11G and I have found these two choices. Which is the solution for my problem?? # -- FIRST CHOICE - #define DSSS_CWMin15 #define DSSS_CWMax1023 #define DS

Re: [ns] tracegraph IP address

2007-10-17 Thread Kiazza
I haven't this file. I use tracegraph in windows, I had no problem to install it. You can find some install information here: http://filebox.vt.edu/users/flaw/public/ns2_install.html Chiara Pradeepns2 wrote: > > sorry to disturb you..but i am unable to install tracegraph itself.. > since you

[ns] Urgent HELP with the Session/RTP - how to compel it only to receive??

2007-10-17 Thread Milan Šimek
Dear ns users, please I need your HELP. I have the simulation multicast model, where is only one source (I'm using Seesion/RTP) a number of receivers (Session RTP also). Session/RTP class create one Agent/CBR/RTP (called dchan_) and one Agent/RTCP (called cchan_). Is the part of my script corre

[ns] Normalized Data Load

2007-10-17 Thread vava vvava
Routing overhead : the number of transmitted control packets. For multi-hop communication, each transmission of the packet is taken into account. Data: the number of delivered data packets. Normalized Data Load : defined by Dat

[ns] Extended Network Simulator package (ENS).

2007-10-17 Thread Ghada Al-Mashaqbeh
Dear all, anybody have a copy or the websie link for the Extended Network Simulator package (ENS) used in this paper: B. Raman and C. Chebrolu. Design and Evaluation of a new MAC Protocol for Long-Distance 802.11 Mesh Networks. In Proceedings of the 11th Annual International Confere

[ns] Questions about implementing Manet routing protocol (protoname).

2007-10-17 Thread Nitish Jha
Hello, I have been able to implement the Manet routing protocol (protoname). I have got it to compile successfully but when i run a test simulation using it , i do not get any packets to be successfully transmitted. I printed out the routing table onto the trace file and noticed that the routing

[ns] Inter flow and intra flow Interference in ns-2

2007-10-17 Thread Ghada Al-Mashaqbeh
Dear all, Theoriginal distribution of NS-2 does not consider the interference between concurrent transmissions on close links that use the same channel. Have anybody modified ns-2 to have this capability? if so, can you give some useful hints about this issue, or guide me toward a patch t

[ns] Ns-2 and quality of Pseudo Random Number Generation

2007-10-17 Thread Arne Lie
Hi, When I started to use ns-2 three years ago "I heard" that the pseudo random generators of ns-2 PRNG were of high quality (rng.cc). However, after reading "On Shortcomings of the ns-2 Random Number Generator" by Bernhard Hechenleitner et al. from 2002, I wonder if the limitations highlighte