Re: [ns] [bug] Build failure on 64-bit Mandriva 2006.0

2006-04-27 Thread Tom Henderson
From: D. R. Evans [EMAIL PROTECTED] Subject: [ns] [bug] Build failure on 64-bit Mandriva 2006.0 This is a copy of the stuff originally entered into a bug report form at isi.edu: [Bug Report] - Category: Installation Failure Package: otcl

Re: [ns] How to change seed in NS2

2006-04-27 Thread Ilyes Gouta
Hi, You can modify the source code of RandomVariable/Uniform (the C++ part) in order to create a new binding that you would call to reinitialize the seed or to call srandom(time()) to set a new seed. Regards, Ilyes Gouta. On 4/26/06, Ghirmay Desta [EMAIL PROTECTED] wrote: Hi maline nadine,

[ns] Accessing classifiers

2006-04-27 Thread Jon Suarez
Hello everybody, I'm trying to modify and add some code to build up the routing table. For that I need some information stored in the address classifier of each node. I would like to access to those objects but I don't know how to do it. Could anybody help me? My idea is something like

[ns] R: help regarding for awk file

2006-04-27 Thread Marco Fiore
For simple topologies/statistics, you may give a look at trace2stats: http://www.reti.polito.it/fiore Regards, Marco Fiore Messaggio originale Da: [EMAIL PROTECTED] Data: 26-apr-2006 1.25 PM A: ns_users_request[EMAIL PROTECTED], ns_usersns- [EMAIL PROTECTED] Ogg: [ns] help regarding

[ns] R: Which ad hoc routing protocol is used in 802.11?

2006-04-27 Thread Marco Fiore
Jeevesh, 802.11 is a MAC level protocol, thus it can be used with *any* routing protocol you want. I think the default one in ns-2 wireless simulations is DSDV. You can verify that (and possibile change the routing protocol) by looking at mobile node configuration in your tcl script.

[ns] what's the relationship of Pt_ and -txPower ?

2006-04-27 Thread chen guoming
Dear friends: We know that we can set different Pt_ and RXThresh_ to get different transmit range. We also use energy model to calculate the energy used on transimitting by setting -txPower. Then what's the relationship of Pt_ and -txPower? Should Pt_ be greater than -txPower? During my

[ns] R: Adhoc Rounting Overhead

2006-04-27 Thread Marco Fiore
Diego, you are looking at MAC level frames (lower layer with respect to routing one). If you do not need them (and you should not, if you are evaluating the routing protocol overhead), you can turn MAC level tracing OFF in mobile node configuration in your tcl script (refer to the ns manual

[ns] I want to know the address

2006-04-27 Thread juan manuel gomez garcia
Hello Ns-users: I don't know if it is posible but I want that my tcl script write me ( on file or on monitor) the Mac and routing node address. I see that in the trace file there are the parametres Is, Id,Md and Ms but it are node identifier, not hexadecimal address like .nsaddr_t or

[ns] Handover: 2 or more Access Points

2006-04-27 Thread michelenuti
Hi, I would like to simulate a wired cum wireless scenario with 2 or more access points: what do I have to add to the tcl file to make the handover possible? Thanks a lot, Michele

[ns] how to convert a script from c++ to tcl

2006-04-27 Thread kala dridi
hi everybodyi do any of you have an idea on how to convert a script from c++ to tcl?? if any one can help me i would really be gratefull. thanks in advance _ MSN Hotmail : créez votre adresse e-mail gratuite à vie !

Re: [ns] How catch Parameters of 802.11 wireless Network Card?

2006-04-27 Thread Ilyes Gouta
Hi, What do you mean by special 802.11b WLAN card ? Do you want to simulate a real card into NS given its real world parameters/details? Regards, On 4/26/06, hamid reza [EMAIL PROTECTED] wrote: Hi , How do you Earn Special Parameters(Such as CPTHRESH_,RXTHRESH_, CSTHRESH_ ,…) For A

[ns] Help needed for Application/Traffic/Trace

2006-04-27 Thread piyush sharma
Hi ns-users, I am trying to use the 'example-trace' file located in the ns-2.28/tcl/ex/ directory for generating traffic. I am using the following commands in my tcl script, but the trace file generated after the simulation is blank. Please help! Thanks! set tfile [new Tracefile] $tfile

[ns] Force TCP Sender to enter Fast Retransmit

2006-04-27 Thread Julien HELMER
Hello all, Does someone know a simple way to make a tcp sink respond in such manner that the tcp sender it is connected to enter in Fast Retransmit ? Thx, Julien

[ns] R: codes of mobility models in adhoc.

2006-04-27 Thread Marco Fiore
Look for projects such as IMPORTANT, BonnMotion, CanuMobiSim. Regards, Marco Fiore Messaggio originale Da: [EMAIL PROTECTED] com Data: 25-apr-2006 12.23 PM A: ns-users@ISI.EDU Ogg: [ns] codes of mobility models in adhoc. hi every body im interested in a project dealing with

Re: [ns] R: Adhoc Rounting Overhead

2006-04-27 Thread Diego Soares
Marco, First I wanto to thank you for your answer But this packets at the MAC layer don't represent the broadcasts made by AODV to keep information about its neighbors?? Regards, Diego Soares On 4/27/06, Marco Fiore [EMAIL PROTECTED] wrote: Diego, you are looking at MAC level frames (lower

Re: [ns] Installing NS 2.29.2

2006-04-27 Thread Ethan Giordano
It would be nice if that info got posted to an ns-2 wiki. Does the ns-2 project have an official wiki? It may prove slightly more efficient than the mailing lists if we all used it. ~Ethan Gaurav Sahni wrote: Hi Saad, I have been getting the same problem while installing NS 2.29.2 since

[ns] How to calculate packet size

2006-04-27 Thread Faisal Siddiqui
Hi All, I want to know exactly how a packet size is computed in the simulator. I manually tried to find out the sizes for the different packet sizes and structure header sizes and they tell me incorrect sizes. I would really appreciate if someone could led me in the right direction. Thanks, -

[ns] how to calculate the lists of neighbors and MPRs in olsr

2006-04-27 Thread www triste
hello everybody i wana to know if is possible to calculate the lists of neighbors without changing the ns files like agent.cc and recompile; is it possible to use a sample procedures to calculate the list of neighbor? please help if it is possible

[ns] How to implement Pastry CAN algorithm of DHT

2006-04-27 Thread lirf
I want to implement Pastry and CAN algorithm of DHT with NS-2.But I do not know how to do it .thank you very much.