[ns] Network Emulator

2013-01-31 Thread Bipul Kumar
Hellow , i am looking for help regading this problem root@bipul-Linux:~/Desktop# nse Emulation1.tcl warning: no class variable Scheduler/RealTime::adjust_new_width_interval_ see tcl-object.tcl in tclcl for info about this warning. warning: no class variable

[ns] Simulating a simple application that does not send/receive data messages

2013-01-31 Thread Alexandros I. Giagkos [alg25]
Dear ns-users, I am experimenting with ns-2 in order to understand if I can eventually use it to my project. Here is how I describe my idea: Some mobile nodes move around a terrain and make use of the wireless network to exchange some FTP/TCP data between sources and destinations using AODV.

[ns] Creating many wireless nodes

2013-01-31 Thread Rafael P B Mota
How can I create, for instance, 100 wireless nodes in tcl script ? I tried set nn 100 for {set i 1} {$i $val(nn) } { incr i } { set tag($i) [new Agent/...] $tag($i) set var1_ $i+10 $tag($i) set time_ 1 $tag($i) set debug_ 0 } But I am not able to bind the vars.