[ns] Network Simulation Book ?

2006-02-26 Thread Batov Igor Sergeevich
Does anybody know book about Network Simulation? I saw several books about simulation in general and about simulation of communication systems that focus on link (or communication media) and device characteristics modeling. I am interested in a book that contains chapters about methods of verifi

Re: [ns] otcl configure script dies

2006-02-26 Thread Adrian Sai-wah Tam
For unknown reasons, the configure script seems to have (syntax) problems. Use an editor with Bourne shell syntax highlighting to edit this script then you can see where the problem arose. For many times, I use this method to fix the installation bugs, but interestingly, the bugs are machine-depe

Re: [ns] Moving Variables between the connections level

2006-02-26 Thread Adrian Sai-wah Tam
Take FTP as an example, the FTP (application) has a variable called agent_ which points to the agent (e.g. TCP) it attached. On the other hand, the agents will have a variable called app_ that points to the application it is attached to. So you can use it to get/change the variable, either directl

[ns] Makefile (was: Re: Ns-users Digest, Vol 26, Issue 26)

2006-02-26 Thread Adrian Sai-wah Tam
Hi, makefile.in is the core makefile that used by configure script. Change this one for permenant use makefile.vc is same as makefile.in but for use with Visual C++, which means, play with this when you compile ns with Visual C++. makefile is created by the configure script. Once you re-run confi

Re: [ns] TCP in ns

2006-02-26 Thread Adrian Sai-wah Tam
That's basically in tcp/* But there are so many variants of TCP over there and you may need to spend some time to understand how to code works. amrutha ravichandran wrote: >Hi, >I want to change the way sliding window works in TCP.. >that is i want to change the way it advertises window size. >w

[ns] counting droped packets

2006-02-26 Thread gururaj bs
-- Forwarded message -- From: gururaj bs <[EMAIL PROTECTED]> Date: Feb 26, 2006 9:07 PM Subject: counting droped packets To: ns-users@isi.edu hi, how to count droped packets mathamaticaly.without looking into trace file. thanks, gururaj

[ns] mathematical calculations of droped pcks.

2006-02-26 Thread S RAVIKIRAN
hi, is there any in built fn. to count the no. of droped/ recived packets if know how to get the count using mathematicaly ravikiran __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: [ns] How to calculate the no.of data packets dropped

2006-02-26 Thread maashari
RTS: Request To Send CTS: Clear To Send > I need to consider the packets dropped due to ARP also ? I didn't understand this part. please clarify Ahmed - Original Message - From: "A Anupama" <[EMAIL PROTECTED]> To: Sent: Sunday, February 26, 2006 9:45 AM Subject: [ns] How to calculate

[ns] check simulation results of LEACH on ns-2.27

2006-02-26 Thread YoungTae Noh
Hi all, thx in advance, I built LEACH on ns-2.27. To check that the LEACH works correctly, after changing some parameter, I simulated wireless.tcl file based on leach_test shell script file. With these changed parameters (in leach_test file) ---

[ns] tk8.4.11 make failed!

2006-02-26 Thread Kevin.McGrath
Hi I attempted to install ns-2 (v2.29) on a linux workstation (distro fc3, with gcc version 3.4.2) here, unfortunately the following error appeared. Suggestions appreciated Regards Kevin .. /home/kpmcgrath/workarea/ns-allinone-2.29/tk8.4.11/unix/../generic/tk3d. c:1

Re: [ns] How to calculate the no.of data packets dropped

2006-02-26 Thread Sasan Sahraei
Hi event type = d will represent the dropped packet Sasan > > Hi > I am simulating a modified AODV protocol on NS2. I used trace-all in my > tcl file. Now, I want to calculate the no.of data packets dropped in the > simulation. I am using cbr traffic on UDP connection (traffic generated by >

[ns] Number of connections with 50 nodes

2006-02-26 Thread Sasan Sahraei
Hi, I am simulating 50 nodes at the moment, and I only want to send packets from a single source to a single reciever. but I also want to count the number of hops that are forwarding each packet. That's why I'm not sure if I need to have only one connection or multiple connections I am using th

[ns] NOAH routing protocol

2006-02-26 Thread lekkie omotayo
Hi guys, Does anyone know if NOAH routing protocol works with NS2.29. If it does work with it, was it included in the all in one package (of NS-2.29)? Also, it seems the NS2.1b series are more loaded than the NS2.2 series. Why is that? It is the NS2.1b series that works with MOBIWAN and now NO

[ns] how to add or suppress a node in the ad hoc network ?

2006-02-26 Thread hamdi benmessaoud
hi every body , We have simulated an ad hoc network in ns-allinone-2.29 with tcp and udp traffic . Now we have a problem with the mobility of this network's nodes , i.e. how to reprsent (or simulate) a node which is rejoin the ad hoc network during the simulation (for ex: at the beginnin

[ns] How NOAH routes?

2006-02-26 Thread lekkie omotayo
I was wondering where I can get a documentation on how NOAH protocols routes packets to nodes on a network. I will appreciate any tutorial on NOAH. Lekkie.

[ns] Moving Variables between the connections level

2006-02-26 Thread qadous
Dear All, I'm looking for a good knowledge about how to share the variables between a two layers of ns2 layers. Such as: I need to share an information (variable) between the MAC layer and FTP layer, how this could ne done insdie the NS2. By the way, my environment is: ns2-allinone-2.29, cygwin

[ns] infrastructure wireless

2006-02-26 Thread amrutha ravichandran
Hi, Im using a wireless infrastructure network.. im using a laptop as the client to download information from server via an access point.. will the connection between the server and the access point be wired or wireless?? How do i do this in tcl?? Pls help. Thanks Amrutha.