Hi forum
Can some body tell me what is the best way to synchronize nodes with beacons.
I don't know what is the best parameter to do it
for example, if i have this conf.
$ns_ at 0 "$node_(32) NodeLabel \"PAN Coordinator\""
$ns_ at 0 "$node_(32) sscs startPANCoord 0" //how
i have to config this parameters
$ns_ at 0 "[$node_(32) agent 255] boot-sink 1"
for {set i 0} {$i < 32} {incr i} {
$ns_ at [expr $i * 0.050] "$node_($i) sscs startDevice" //and
here for the others nodes
$ns_ at [expr $i * 0.050] "[$node_($i) agent 255] boot"
}
Thankyou