[ns] What are the layers in a mobile node+how are they created and connected to form a new node

2007-04-05 Thread hiba alame
Hi to all, Given that we have the different layers of a mobile node: MAC, LL, IFq... implemented through different classes, can you please indicate the file where different objects of these classes are instantiated and connected together to form a mobile node. I am not looking for class

[ns] How to use Laurent Paqureau's MW node to configure a ode with Bluetooth and WiFi interfaces

2007-04-05 Thread hiba alame
Hi, I am interested in configuring a node with 2 interfaces one Bluetooth and another WiFi, I will be using th ns basic 802.11 capabilities implemented in the Ns2 package for the WiFi part. On the other hand I have found a module called UCBT which implements the different layers of

[ns] how to simulate a mobile ad hoc network with udp traffic?

2007-04-05 Thread seba
Hi All, I am new in the use of ns2 (very new!). I have to simulate a mobile wireless ad hoc network with broadcast UDP traffic. Can anybody provide me with some hints, some points to start from or just a good link? Thank you in advance for aby reply. Kind regards, Seba

[ns] What distribution function suitable for distribute sensor in NS(help me!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!)

2007-04-05 Thread Amin Irandoost
hi all what random function suitable for distribute sensor for example i want that 30 senor(node) distribute in 50*50 area Uniform random is suitable ? normal is suitable ? or ...? please help me -- Amin Irandoost

[ns] Validation duation!!!

2007-04-05 Thread Litun Mishra
Hi, I am installing ns2.27 using cygwin. I wanted to know the duration of the validation process. Also, will any simulation start without the validation being done. Thanks, litun The fish are biting. Get

[ns] Why does the RNG seed change ?

2007-04-05 Thread syjsyjsyj
Hello, I try to produce a random set of 5 DIFFERENT integers in [0 21], using the following code: set rng [new RNG] $rng seed 1 for {set i 0} {$i 5} {incr i 1} { puts seed [$rng seed] set node [$rng integer 21] puts random integer $node } Output: seed 1 random integer 11 seed 1 random

Re: [ns] Why does the RNG seed change ?

2007-04-05 Thread Matthias Krause
That seems to be in the seed. it has randomly the 12 twice. So give another seed, that doesnt have this problem (for example 12345) and you are done. Otherwise you store the values and check them for dublicates before assigning them. set rng [new RNG] $rng seed 12345 for {set i 0} {$i 5} {incr

[ns] Ad-hockey - borderwidth error

2007-04-05 Thread super.ismiti
Hi, Somebody could tell me what is borderwidth? Because when I run the ad-hockey an error happen and it seems be with something like borderwidth... Thanks, Ricardo.

Re: [ns] how to simulate a mobile ad hoc network with udp traffic?

2007-04-05 Thread sinduja R
refer to this link http://www.isi.edu/nsnam/ns/tutorial/ On 4/5/07, seba [EMAIL PROTECTED] wrote: Hi All, I am new in the use of ns2 (very new!). I have to simulate a mobile wireless ad hoc network with broadcast UDP traffic. Can anybody provide me with some hints, some points to

[ns] HELP:error in new application

2007-04-05 Thread aritra pal
Hi all, .i have created two new applications named packet1_sender.cc packet1_receiver.cc after creating the requisite header files.but when used in a tcl program,the following error occurs: invalid command name Application/DiffApp/Packet1Sender while executing

[ns] HELP:Problem in using xgraph

2007-04-05 Thread aritra pal
Hi all, i am having problems in using the xgraph utility.i have configured and compiled the package.After that,i have entered the path name in the bash profile file by entering the following line*:/home/aritra/ns- allinone-2.26/xgraph-12.1.* But,it is still giving the error

[ns] problems in ricean model

2007-04-05 Thread ibrahim koda
Hi all I have downloaded and installed the ricean model extensions. it compiled and make fine.However, when i ran the tcl file, the following message came up. can not read propInstant no such variable while executin subset $[subset $var] (procedure _o3 line 5) (SplitObject set line 5) invoked

[ns] Implementing new protocol

2007-04-05 Thread bhuvaneswari santharam
hi... i want to implement a new protocol in ns2... also how can i find out available free buffer in a node please help...  

[ns] help implement new mac

2007-04-05 Thread Kan Chen
Hi All, I want to implement a new mac protocol in NS. But I find it difficult to know which file and where that i should make change. So if someone know,please give me some advice on how to realize it. Thanks, Kan

[ns] analyse trace files

2007-04-05 Thread rose
Hello again! Think my last Mail was lost :-( I'm using ns-2.29 and do some wireless simulations. Now i'm looking for some scripts to analyse the .tr Files. Need some scripts that give me throughput, Number of lost/received packets and so on. Thanks in advance Stephan