[ns] 802.11 Infrastructure mode and Beacons Implementation

2007-02-14 Thread Ilango Purushothaman
Hi people, I am Ilango Purushothaman, a Masters student from University of Washington, Seattle. I am currently looking to fix some of ns2's 802.11 bugs/issues. Most importantly, I am trying to implement a more complete 802.11 infrastructure mode, (the current support being primitive). I am

[ns] Implementing a New Manet Unicast Routing Protocol

2007-02-14 Thread Wissam El-Mallah
Hi Francisco and all ns users, The value of the variables within a Broadcast message emitted by a node don’t change when a node receive such message. The problem is only in the value of the local variables of each node when they receive the message. They are affected by the reception of such a

[ns] MATLAB and ns-2

2007-02-14 Thread Dan Dechene
Hi all, I am starting to work on integrating MATLAB with ns-2 in order to utilize some of the computational features in MATLAB that are just not simple to implement in C. Before I started I just wanted to find out if anyone out there in the community has had any experience with accessing the M

[ns] Load Balancing in ns2

2007-02-14 Thread Bruno Plattek
I'm modelling a core network wired scenario. At this time I want to implement/use any load-balancing algorithm/function. But I could not find any reference at the internet for the ns2... Does anybody has any hint for solving this issue? I would be very grateful for any info ;-)

Re: [ns] Implementing a New Manet Unicast Routing Protocol

2007-02-14 Thread Wissam El-Mallah
Hi Francisco and all ns users, The value of the variables within a Broadcast message emitted by a node don’t change when a node receive such message. The problem is only in the value of the local variables of each node when they receive the message. They are affected by the reception of such a me

[ns] Access from wireless MAC layer to a node variable

2007-02-14 Thread Trost Stefan
Hi all, I have the following problem: I wand to bind a variable through TCL to the a node (This variable should be different for every node). Afterwards I want to access that variable (for a simple if/else check) from the wireless MAC layer. As I'm using the Multi channel extension, I canno

Re: [ns] help to install ns-allinone-2.1b8a.tar.gz

2007-02-14 Thread White Kitty
Hello Can you tell me on which platform are u trying to install NS2.1b8a bcoz the error in tcl-mappings is in case of non-compatibility of the platform. If u r using linux then it is completely compatible with Red Hat 7.2 I hope it works On 2/13/07, roger juan huanca sevilla <[EMAIL PROTECTED]>

[ns] Wireless Scenario

2007-02-14 Thread [EMAIL PROTECTED]
How can i put my base station in the centre of scenario and the other stations around the base in order to obtain a ring scenario? Thanks Naviga e telefona senza limiti con Tiscali Scopri le promozioni Tiscali adsl: navighi e telefoni senza canone Telecom http://abbonati.tiscali.it/adsl/

[ns] 802.11 mac 54mb parameters

2007-02-14 Thread [EMAIL PROTECTED]
Hello ns-users. Where can I find parameters for 802.11 and 802.11e mac at 54mb? Thanks Naviga e telefona senza limiti con Tiscali Scopri le promozioni Tiscali adsl: navighi e telefoni senza canone Telecom http://abbonati.tiscali.it/adsl/

[ns] Bug in NS2's 802.15.4 implementation?

2007-02-14 Thread mukul
- Forwarded message from [EMAIL PROTECTED] - Date: Wed, 14 Feb 2007 11:34:15 -0600 From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Subject: Bug in NS2's 802.15.4 implementation? To: ns-users@isi.edu Hi, It looks like there may be a bug in Mac802_15_4::mlme_associate_

Re: [ns] Is FTP traffic over TCP connection uses always the same route?

2007-02-14 Thread Filippos Kolovos
- You could define the routing protocol to use during the simulation, at the start of the tcl script with the $ns rtproto command. Then you could see what happens when changing the queue limits and sizes. NS, by default uses static routing with all routes pre-calculated before the start of the si