isenturk wrote:
>
> I want to disable/shut down a node working in 802.11 network at a specific
> moment. "$node node-down" command works for 802.15.4 (WPAN) because it is
> defined at 802.15.4 mac layer but since it is not defined in 802.11 mac it
> throws tcl error for that. I couldnt find any other command for 802.11 Any
> ideas maybe different approaches please?
>
Try disabling the link to a node. something like
$ns rtmodel-at 1.0 down $n1 $n2
then re-enable it as
$ns rtmodel-at 2.0 up $n1 $n2
-----
---
ManojKumar.A
---
Blog: http://getch.wordpress,com
Mailing list guidelines: http://goo.gl/xC874
--
View this message in context:
http://old.nabble.com/How-to-disable-a-node-tp30802805p30803699.html
Sent from the ns-users mailing list archive at Nabble.com.