Hello Rudolf,
Thanks for your explanation. I want to detail my case.
This is my network. There are 3 deviceA devices, and 1 deviceB device in the network.
And all devices are in communication range of each other. All deviceAs send packets to deviceB at the same time in mac module.
I'm implementing a new mac module.
This is ned representation of deviceA and deviceB module.
I'm only using wlan interface for communication. The radio module is UnitDiskRadio.
The logs are as following. While successfully receiving Packet0, as you can see , Packet1 and Packet2 are ignored and not attempting to receive.
Actually, the case is I want to successfully receive all 3 packets. Isn't it related to the radio or radioMedium?
I think the problem is related to the radio because the radio does not attempt to receive Packet2 and Packet3. What do you think?