[ns] [bug] installation failure at build TclCl 1.17 step

2006-02-12 Thread AlexK80
[Bug Report] - Category: Installation Failure Package: tclcl ns 2.29 tclcl1.17 OS:Windows XP Environment Variables: LD_LIBRARY_PATH= TCL_LIBRARY= TK_LIBRARY= - Description: Description of Problem: g++ -c -DNO_TK -DNDEBUG -DU

[ns] [bug] installation failure at build TclCl 1.17 step

2006-02-12 Thread AlexK80
[Bug Report] - Category: Installation Failure Package: tclcl ns 2.29 tclcl1.17 OS:Windows XP Environment Variables: LD_LIBRARY_PATH= TCL_LIBRARY= TK_LIBRARY= - Description: Description of Problem: g++ -c -DNO_TK -DNDEBUG -DU

[ns] help with cellphone simulation

2006-02-12 Thread Juan Sebastian Zuluaga Molina
hello, i'm need a simulation about the cellphones system, i like someone can help me. thanks...

[ns] problem running wireless-simple script

2006-02-12 Thread Juan Sebastian Zuluaga Molina
hi, i'm tried to run the follow script: set ns [new Simulator] set tracefd [open simple.tr w] $ns trace-all $tracefd set n 2 set nf [open out.nam w] $ns namtrace-all-wireless $nf 50 50 proc finish {} { global ns nf tracefd $ns flush-trace close $nf c

[ns] Way to set 11Mbps for wireless simulation

2006-02-12 Thread Bheemarjuna Reddy Tamma
Hi, Will the following suffice to change the channel bandwidth from 2mbps to 11mbps for wireless simulation with mac 802.11. and phy/wireless. Phy/Wireless set bandwidth_ 11e6 WIll this change _alone_ in ns-default.tcl suffice. I am asking this because I am not seeing much of a difference with ch

[ns] Segmentation Fault

2006-02-12 Thread venusian .
Hiee, i've made some changes to AODV and when i run the simulation with three nodes it works fine. but when i increase the nodes to 50 or if i increase the simulation time, it gives me the segmentation fault. i just want to know that is it because of less memory (RAM) that i'm gettin segmentati

[ns] Segmentation Fault

2006-02-12 Thread venusian .
Hiee, i've made some changes to AODV and when i run the simulation with three nodes it works fine. but when i increase the nodes to 50 or if i increase the simulation time, it gives me the segmentation fault. i just want to know that is it because of less memory (RAM) that i'm gettin segmentati

[ns] error when calling class $cls: $args" $...

2006-02-12 Thread Karim . Rezaul
Dear all, I am trying to run an ns2 test program for ad hoc network. I have used 20 nodes in AODV routing protocol having other standard parameters. I have encountered the following errors. I will be glad if anyone helps me to fix the errors. Rezaul... Error message*** ns

Re: [ns] problem running wireless-simple script

2006-02-12 Thread Qasim Raza Iqbal
Hi You have not configured the notes yet have a look at wireless examples in the below link http://www.grc.upv.es/manets/local/docs/ns-tutorial/nsscript5.html regards Qasim Iqbal > hi, > > i'm tried to run the follow script: > > > set ns [new Simulator] > > set tracefd [open simple.tr w]

[ns] another problem with simple-wireless.tcl

2006-02-12 Thread Juan Sebastian Zuluaga Molina
hi i'm tried to run the simple-wireless script from http://www.grc.upv.es/manets/local/docs/ns-tutorial/nsscript5.html but appear the error in the "error.jpg" file thanks for your help