[ns] xgraph output

2010-10-25 Thread maurilio junior
hi all i'm using xgraph to plot some graphs for my simulation, but i want to get the output from xgraph to a ps file i'm using the command xgraph -device ps -o outputname.ps data_name but it gets segmentation fault could anyone help me? Thanks to all Maurilio Martins Campano Junior Manna Team U

[ns] turn off node in wsn

2011-02-02 Thread maurilio junior
hi everybody i'm trying to turn off a node in a wireless sensor network i'm using $ns_ at 110.0 "$node_($k) off" where 110.0 is the time that i want to turn off node and $k is the id for the node, i also try with $ns_ at 110.0 "$node_($k) node-down" when i try with $ns_ at 110.0 "$node_($k) off"