Re: [ns] Please help me, I want to count the number of packet, that the intermediate node recieved.

2009-05-26 Thread Vincent Chimaobi Emeakaroha
hi all traffic are logged in the trace file. Each node created has a unique ID and the packet seen by this node is logged with the node unique ID in the trace file. So you could use an awk script to count the number of packets seen on Node3 greetings tan cam wrote: > > Hi everyone, > I have t

Re: [ns] timer on tcl

2009-05-25 Thread Vincent Chimaobi Emeakaroha
Hi how do you mean that the simulation doesn't take 50s? Bear in mind that simulation time ist not equal to clock time!! So you don't expect your simulation to last exactly 50s clock time. This is actually the essence of simulation. greetings Vincent. El hadi Cherkaoui wrote: > hi all, > > i w

Re: [ns] Help Regarding NAM and scripting

2008-08-13 Thread Vincent Chimaobi Emeakaroha
hi I have used ns-2.33 on a 64bit Debian maschine without making any changes to the code. I don't think that the changes you made in code is necessary. As for the error message, you can try commenting out the "trace-all" command. Cheers! Zitat von [EMAIL PROTECTED]: > > Well, I have recent

Re: [ns] help after adding a new agent to ns2

2008-08-09 Thread Vincent Chimaobi Emeakaroha
Hi After renaming ping to pong, did you also rename the (default) settings for ping in the interpreted hierarchy (Tcl scripts) including the simulation script to pong? That must be the reason for the segmentation fault! cheers! Zitat von Srirupa Dasgupta <[EMAIL PROTECTED]>: > > Dear all,

Re: [ns] ns-2.26 installation problem

2008-08-07 Thread Vincent Chimaobi Emeakaroha
look it up in google. There are many helps how to install ns2 in ubuntu! I hope you did configure and make for Tcl and Tk components first! cheers! Zitat von Iyad Tumar <[EMAIL PROTECTED]>: > > Dear all, > > i am in need to install ns-2.26 and i am trying to install ns-2.26 on > ubuntu and

[ns] Implementing multiqueue to extend controlled load service in Ns2

2008-06-25 Thread Vincent Chimaobi Emeakaroha
Hallo ns-users I am working to extend the controlled load service implemented with intergrated service in Ns2 (file: .../adc/simple-intserv-sched.cc) so that it will support multiservices. That is I want to add more queues so that each class of service will be mapped to a queue. Here is the c+