Reputation: 682
I have implemented TDMA using a network of wireless nodes in OMNet++. I tried to change the channel Number in the .ini file.
**.radio.typename = "Ieee80211UnitDiskRadio"
*.node[0].wlan.radio.channelNumber=1
*.node[2].wlan.radio.channelNumber=6
I used Ieee80211UnitDiskRadio as the radio module. Even though the nodes are in separate independent Ieee80211 channels (1,6 channels: do not overlap), when a packet is transmitted from node[0] it is received by node[2]. Why does it happen? How to fix it? I came across CrossTalk Between Adjacent IEEE 802.11 Channels. Can't UnitDisk analog model be used to simulate this?
Upvotes: 0
Views: 31