Re: [ns] Problem runing wireless examples

2006-03-14 Thread David Fuste
This is not an error...only a warning. You can solve it by writing: set val(chan) Channel/WirelessChannel ... set chan_ [new $val(chan)] $ns_ node-config -channel $chan_ instead of $ns_ node-config -channel $val(chan) because it is deprecated. Bye! Mohammed Abu-Khadra wrote: hi all, first

Re: [ns] Problem runing wireless examples

2006-03-13 Thread Saurabh Sinha
This is just a warning ! And you can ignore it, and look for your tarce files (simulation results) in the .tr files. Just ignore this line : warning: Please use -channel as shown in tcl/ex/wireless-mitf.tcl On 3/14/06, Mohammed Abu-Khadra [EMAIL PROTECTED] wrote: hi all, first of all am