[ns] ns use-newtrace question about new trace format

2010-04-14 Thread Jin Woo Kim
In ns2 manual, page 158, it mentioned use-newtrace format. Is it available also to 802.15.4? I simulated 802.15.4 with error model using new trace format (use-newtrace format) Is it also availalbe trace format to 802.15.4?

[ns] error model in 802.15.4

2010-04-13 Thread Jin Woo Kim
How do I simulate using error model in 802.15.4 in ns2? I inserted error model (ch13 in ns2 manual) and ran it. Invalid command name IncomingErrProc ... Is error model connected to only 802.11? Please help me.

[ns] 802.15.4 simulation in ns2

2010-04-11 Thread Jin Woo Kim
How do I simulate 802.15.4 with error model in ns2? like uniformerr { set err_rate ... } $ns_ node-config -mobileIP ON \ -adhocRouting NOAH \ -llType LL \ -macType Mac/802_15_4 \ -ifqType Queue/DropTail/PriQueue \