Dear all I tried to attach N node in the same AP but it seams that it doesn't work , in the example given in NS2 each node belong to at most one AP.
How can I attach more than 1 MN ?
this is the instruction in TCL:
set iface($i) [$ns node 2.0.[expr 1+$i]]
$iface($i) random-motion 0
$iface($i) base-station [AddrParams addr2id [$bstation802($j) node-addr]]
;#attach mn to basestation
Thank you in advance
Regards
