Hello,
I have worked with a routing algorithm built originally using 802.11,
that is working fine.
My goal is to test this routing algorithm using 802.15.4, but I got the
following error many times:
D 83.614966363 _32_ IFQ ARP 1923 cbr 74 [0 20 20 800] [energy 99.222740 ei
0.000 es 0.000 et 0.022 er 0.756] ------- [98:0 0:0 25 21] [3] 6 0
D 83.614966363 _32_ IFQ ARP 1926 cbr 74 [0 20 20 800] [energy 99.222740 ei
0.000 es 0.000 et 0.022 er 0.756] ------- [98:0 0:0 25 21] [4] 6 0
Does anybody know why I got this error? I have just replace the MAC layer
using these command lines:
From:
set opt(netif) Phy/WirelessPhy
set opt(mac) Mac/802_11
To:
set opt(netif) Phy/WirelessPhy/802_15_4 ;# network interface type
set opt(mac) Mac/802_15_4 ;
Im using ns 2.33.
Thanks!
Caio