[ns] How to draw XGraph for Wireless simulations?

2008-01-24 Thread gprabhu
Hi, I am working in wireless scenario and if i try to run a script for xgraph it ll shows error. pls check where the error in the following code and correct it. THE CODE set val(chan) Channel/WirelessChannel;# channel type set val(prop)

[ns] Do we like the same books?

2008-01-24 Thread Vinod
Just a friendly reminder that I invited you to Shelfari. Come see the books I love and see if we have any in common. Then pick my next book so I can keep on reading. Click below to join my group of friends on Shelfari!

[ns] [bug] ns2.27 not installed properly,

2008-01-24 Thread kavita
[Bug Report] - Category: Other Package: ns 2.27 OS:Vector Linux Environment Variables: LD_LIBRARY_PATH= TCL_LIBRARY= TK_LIBRARY= - Description: Description of Problem: when i am installing NS2.27 on VectorLinux PC, after some

[ns] Agent/LossMonitor on node gives no reading?

2008-01-24 Thread Mark C.B.
Hi First of all apologies am sending this again, the lovely people at the domain company have broken my domain name. If you replied before thanks and would you be able to reply again. If anyone can help please as I still cannot solve it. Thanks Hi would anyone be able to help me, i think i

[ns] modify DSR routing protocol

2008-01-24 Thread uknown noname
Hi ns users.. I have run ../tcl/ex/wireless.tcl with dsr option. How can I modify DSR routing protocol it self? Which file should I 'edit' to change the routing protocol algorithm? Which file is used to define the routing algorithm? After I edit ../tcl/ex/wireless.tcl to add with nam

[ns] bind variables

2008-01-24 Thread juan manuel gomez garcia
Hello: I want to bind two variables in TCL with two variables in C++. I realize the following thing: In TCL script: set zigbee [new Agent/ZIGBEE] $zigbee set DestinoPaqID 79 $zigbee set OrigenPaqID 2 In lib/ns-default.tcl: Agent/ZIGBEE set OrigenPaqID 1 Agent/ZIGBEE set

[ns] about setting the mobile node color

2008-01-24 Thread 鲁德来
Dear all Today, I want to set my mobile nodes to color for {set i 0} {$i $val(nn) } {incr i} { set node_($i) [$ns_ node] $node_($i) random-motion 0 $node_($i) color blue $node_($i) label mobible } here label mobile can turn up, but color is still black. what is the problom I also

[ns] Howo to slelect a particular column from a trace file?

2008-01-24 Thread gprabhu
Hi, I want to draw xgraph for my wireless simulation in AODV protocol. For that i used the following code. But in that command the column file is not working and it shows some error as column 1: unknown file or directory column 10: unknown file or directory when i try to execute that.