[ns] Tracing throgh specific link

2007-09-30 Thread Livian Zah
Hello, I m facing a problem when i tried to see the trace-queue command through node n2 and n3. Wrong ans is coming repeatedly. Here is my script : set ns [new Simulator] $ns color 1 Blue $ns color 2 Red #Open the trace files set tracefile1 [open out.tr w] set winfile [open WinFile

[ns] adding media processing model to my Agent.

2007-09-30 Thread vivid zhang
I have a agent Agent/Mm dealing with the signalling process, now I want add an application to my agent, e,g, Application/Traffic/Exponential, which generating traffic for my agent. Has anybody any ideas about this? what should I add to my agent tcl file? Any comments are really appreciated. Than

[ns] Tracing a subset of Events

2007-09-30 Thread Gladiator Trojan
Hello, I m facing a problem when i tried to see the trace-queue command through node n2 and n3. I m novice in NS. here is my script : set ns [new Simulator] $ns color 1 Blue $ns color 2 Red #Open the trace files set tracefile1 [open out.tr w] set winfile [open WinFile w] set

[ns] Diffserv for wireless

2007-09-30 Thread Mohammad Haseeb Zafar
I want to simulate diffserv in wireless network. Any implementation in ns2? Cheers

Re: [ns] Make failed: Command commence before first target ??!!?

2007-09-30 Thread Teerawat Issariyakul
Perhaps you can show use Lines 247-253, for example. It will be easier to analyze the problem. One more thing. Is the Makefile still running ok when you remove your own object file? BR, Teerawat On 9/29/2007, "Ghada Al-Mashaqbeh" <[EMAIL PROTECTED]> wrote: > >I did not forget it, but now the p

Re: [ns] Segmentation Fault

2007-09-30 Thread Teerawat Issariyakul
Segmentation fault is usually caused by programming error. For example, you define an array int x[10]; Then the statement x[11] = 0; would cause segmentation fault. you have to debug the program in order to solve this. Good Luck Teerawat On 9/30/2007, "Faraz Siddiqui" <[EMAIL PROTECTED]> wr