I am trying to build a Zigbee network simulation (802.15.4) in OMNeT ++ using the INET 3.0 infrastructure (MiXiM is deprecated and replaced with this version). The problem is that unlike 802.11, Zigbee is not fully standardized by its Alliance, so the modules in the structure are not complete and not ready for use.
I searched for an example that uses Zigbee all over the Internet, but did not find any that uses INET 3.0, I found some that use the old MiXiM. INET 3.0 was released a few months ago.
I also tried to create my own Zigbee node, but not very lucky.
Can someone explain to me an example of modeling Zigbee in OMNeT ++ as part of an INET 3.0 framework, or at least a node framework?
I forgot to mention that I am new to OMNeT ++ and INET.
source
share