[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ns] How to add new WIRED or WIRELESS nodes?
On Tue, 8 May 2001, Prabhu K wrote:
> Hai all,
> I am using wireless3.tcl from Marc's tutorial for NS.
> But I don't know how to add a new node in WIRED or WIRELESS domain.
> Please help me.
> Thanx in advance
> prabhuharan
Hi,
For creating mobile nodes, you can
use routing protocol specific command or
a more general type such as "set node [$ns node]" and set $node
random-motion =0
pls see the example files in tcl/ex/wireless-test.tcl for wireless node
creation
technique.
cheers,
Jahan.