[ns] how to compile new agent

2008-03-13 Thread sabareisch
hi, I have created a new agent by modifying 'ping' example in Marc Greis tutorial. But if i execute the '.tcl' file im getting the same output as before. I have added some classes.but i execeuted by commenting those classes and i changed the following line alone: I have changed: sprintf(

[ns] segmentation fault(core dumped) error

2008-03-13 Thread SS Mukaka
I'm having problems with the above mentioned error when the number of nodes in my simulation is more than 30. I'm simulating my own protocol and it works well with nodes less than 30... Regards...

[ns] Fwd: Multiple TCP connection

2008-03-13 Thread Livian
Livian <[EMAIL PROTECTED]> wrote: Date: Wed, 12 Mar 2008 12:13:53 -0700 (PDT) From: Livian <[EMAIL PROTECTED]> Subject: Multiple TCP connection To: NS-User Does anyone have some code realting with Fairness Calculation : > Where 10 sender and 10 Receiver nodes will be connected by a Ro

[ns] how to simulate 802.11 based wireless mesh networks ns2

2008-03-13 Thread Zhao, Liang
Hi all, I saw the paper of Enhanced Wireless Mesh Networking for ns-2 simulator. Is there an example of tcl of this simulation in ns-2.31 or 2.32? if not, anyone knows how I can find one tcl to run this simulation? Thanks. Liang This message is intended for the addressee(s) only and should not b

[ns] FW: How to modify default parameters in IEEE 802.16?

2008-03-13 Thread ahmad hussain
From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: How to modify default parameters in IEEE 802.16?Date: Thu, 13 Mar 2008 19:30:22 +0500 would someone please help me ! I am simulating IEEE 802.16 wimax, and want to modify the defaultparameters for Datarate_, Delay_,Bandwidth. Let me know fro

[ns] HOW TO ACCESS AN INSTANCE VARIABLE USING TCL

2008-03-13 Thread fatma louati
hi everybody, I have already defined an instance variable in mac-802_11.cc and I would like to access to it in my .tcl would someone please tell me how to do it. I would really appreciate it. thks in adance - Envoyé avec Yahoo! Mail. Une boite mai

[ns] how to access to a parameter in layer 3 from layer 2

2008-03-13 Thread fatma louati
hi everyone, I have already declared and calculated a parameter (X) in the Mac802_11.h and Mac802_11.cc I need that parameter to use it in routing protocol AODV. I wonder how to access to it from Mac802_11.cc. I did declared AODV like a friend class in MAC802_11.h when I run a simulati