[ns] help for wireless sctp node config

suncy84 suncy84 at 163.com
Tue Mar 31 19:48:53 PDT 2009


rt:  can anyone give me some examples of how to configure a wireless sctp node?is it the same with the wired node,such with folows:
set host0_core [$ns node]
set host0_if0 [$ns node]
set host0_if1 [$ns node]
$host0_core color Red
$host0_if0 color Red
$host0_if1 color Red
$ns multihome-add-interface $host0_core $host0_if0
$ns multihome-add-interface $host0_core $host0_if1
set host1_core [$ns node]
set host1_if0 [$ns node]
set host1_if1 [$ns node]
$host1_core color Blue
$host1_if0 color Blue
$host1_if1 color Blue
$ns multihome-add-interface $host1_core $host1_if0
$ns multihome-add-interface $host1_core $host1_if1





More information about the Ns-users mailing list