Re: [ns] How to speed up ns-2 simulations

2006-03-01 Thread Svilen Ivanov
Hello, Michele Battelli wrote: Hi all, I am facing the problem of speeding up ns-2 simulations. I have my own agent and I do simulation on wireless networks with up to 600 nodes. I don't use any routing agent nor I use

Re: [ns] How to speed up ns-2 simulations

2006-03-01 Thread Daniel Mahrenholz
Hi, On Wednesday 01 March 2006 00:19, Soo-Hyun Choi wrote: 2. As far as my understanding, several hundred nodes with ns-2 might not be a good choice in terms of CPU time, memory consumption, debugging etc etc. If your simulation needs to be run with that many nodes, people usually write

[ns] add the distribution

2006-03-01 Thread skipper-com
Hi ns-users, please help. How can i add model of my own distribution in ns and use it? thanking in Advance -- Best regards, Alex mailto:[EMAIL PROTECTED]

[ns] How to get the position of node in Tcl (NS2 Command)?

2006-03-01 Thread Mohammed Alchaita
I need to get the location of node (X and Y) in NS2. Any help please? Best Regards Mhmd

Re: [ns] Implementation of WRED

2006-03-01 Thread Alexander Sayenko
Re: [ns] Implementation of WREDHi Those policy, edge and core routers are not complicated, especiall if everything you want to test is WRED. Furthermore, you can always create a simple DiffServ network, which has only the edge router. source -- edge -- destination If you do not want to

[ns] How to use Error Models with Wireless channels ?

2006-03-01 Thread P.Navaratnam
Hi, Could anyone please tell me how to configure error models with a wireless channel in ns2.28. Actually I tried it as mentioned in the manual like this: $ns node-config -IncomingErrProc UniformErrProc proc UniformErrProc {} { set err [new ErrorModel] $err unit pkt

[ns] How to get the position of node in Tcl (NS2 Command)?

2006-03-01 Thread Mohammed Alchaita
I need to get the location of node (X and Y) in NS2. Any help please? Best Regards Mhmd

[ns] PHB entry in DiffServ

2006-03-01 Thread #LIM XIAOWEI#
hi! Some queries i would like to clarify; How do we define PHB entry values? How do we define code points? In the use of $dsredq setSchedulerMode Pri $dsredq addQueueWeights 1 5, how do we define the value 1 5 ? thanks! zoe

[ns] access to a routing table

2006-03-01 Thread Fatemeh Karimirad
Dear all, Does any one knows about how to access to a routing table in ns, both in DV and LS? Best Regards, [EMAIL PROTECTED] |(@RiMiR@|) - Relax. Yahoo! Mail virus scanning helps detect nasty viruses!

[ns] [Q] Making a 16-to-16 dumbbell network with wireless bottleneck!

2006-03-01 Thread IL MO JUNG
Hi ~ ! My code which has worked well in the 4-vs-4 dumbbell network makes an error in the case of 16-vs-16 dumbbell. Maybe it seems a hierarchical routing problem. Could you show me the sample of 16-to-16 dumbbell which has wireless bottleneck or recommend anything?. Thank you in advance.

Re: [ns] tk8.4.11 make failed!

2006-03-01 Thread Kent A. Reed
I didn't notice any useful responses to the initial cry for help. Forgive me if I'm just being redundant. This isn't an ns-2 problem nor is it a tk-versioning problem. It's simply that the compiler can't find X11 (or XFree86) files it needs to link tk to the underlying windowing system. I had

[ns] How to Enable/Disable FEC

2006-03-01 Thread Ittipong Khemapech
Dear ns users, Does anyone know how to enable/disable FEC in ns2? Many thanks in advance. Best Wishes, Ittipong

[ns] simulating RTP in wireless network

2006-03-01 Thread anitha selvarasu
Hello, I m trying to simulute wireless network with RTP agents by varying its bandwidth and packetsize to calculate the throughput. I m expecting someone to share their idea about this as I am new to this. Thanks, Anitha

[ns] how to calculate the overhead ?

2006-03-01 Thread hamdi benmessaoud
Hi, We want to calculate the overhead in NS version 2.29 (with Tcl) in order to compar the routing protocols used in the simulation of an ad'hoc network. So , most of the documents we have read said that this task is done by using one of the fields of the trace file , but we didn't find

[ns] How to simulate Packet Marking Schemes in NS-2..???

2006-03-01 Thread rajesh bachani
Hello Friends, I am trying to simulate the basic packet marking schemes using NS-2. These invlove marking an incoming packet at the router, and then forwarding it to the destination. Now, first I tried using the Agent class, and made an Agent which does this marking process. But later I realised

Re: [ns] How to get the position of node in Tcl (NS2 Command)?

2006-03-01 Thread Qasim Raza Iqbal
Please search your answer in the below site or in the mailing archives http://www.isi.edu/nsnam/htdig/search.html There are several answers to your question regards Qasim I need to get the location of node (X and Y) in NS2. Any help please? Best Regards Mhmd

[ns] Regarding packet size more than 64KB

2006-03-01 Thread jeevesh sharma
Hi friends, As we know the DSDV sends it routing table to its neighbours at regular intervals. I implemented the DSDV in AODV style as i want to modify the DSDV with my idea. I am sending the table in the packet. If I constructs a packet which is more then 64KB. how it will be

Re: [ns] Compiling error NS-2 on Solaris 9

2006-03-01 Thread Sasan Sahraei
This is SunOS, regarding namespace this is what I get when running configure checking if C++ libraries work without any namespace... no checking if C++ libraries work with namespace std... yes checking if STL works without any namespace... no checking if STL works with namespace std... yes

[ns] Share Clustering Code

2006-03-01 Thread raja priya
Hi All, I would like to perform clustering in ad hoc networks. I have got the algorithm from the base paper. But I dont know how to really proceed with the implementation in NS2. Also please tell me if any clustering algorithm has already been implemented in NS2. If so kindly share the

[ns] Scheduler problem

2006-03-01 Thread Keita Rose
When I run my simulation it abort in $sheduler_ run, more specifically it seems to bomb at a particular handler. In the attached file it is at t: 0.000340 uid 1 handler: 0xa3fdc0. Any help would be appreciated. Keita gen.txt Contents of scheduler queue (events) [cur time: 0.00]---

Re: [ns] CBR over TCP ?

2006-03-01 Thread Sasan Sahraei
you can attach both agents and perform an analysis, its just TCP introduces its own delay due to estimation or calculation of the best time for transmission, nothing stops you from using both. S. I got similar question as Alaeddine. For example, if I want to compare the performance of TCP

Re: [ns] about NRTE error in aodv

2006-03-01 Thread A Anupama
Hi Thanks for the response... I saw the aodv.cc file. In the rt_resolve() function one check is there which leads to NRTE error. But, that case exists when the packet goes to a node for farwarding , but the node hasn't got the route for the destination. But, the error i am receiving in the

[ns] how long to build up the routing table for DSDV/AODV when using shadowing propagation model?

2006-03-01 Thread kaibai
Dear all, I am simulating an ad-hoc wireless network scenario. I put 50 mobilenodes in a 400*420 area, including one cbr source node in the bottom and one destination node in the top. I use Shadowing as propagation model and set simulation time to 1000. I set the RXThresh_ to a 80m

Re: [ns] Ns-users Digest, Vol 26, Issue 30

2006-03-01 Thread Mark Shifrin
Still looking for help on question 20. Please take some time and look, may be you have a fast answer? Thanks a lot, (just search for message: 20 string to find it right in this email) Mark Today's Topics: 1. Re: using awk with Aodv (Emanuele Vecchio) 2. wireless2.tcl example in

[ns] xgraph problem

2006-03-01 Thread Jing Li
when using xgraph, it was like couldn;t execute 'xgraph': no such file or directory. Is it an installation problem? i got the xgraph-12.1 folder, but no executable file. is it because of this?