Modeling geographic routing in wireless sensor networks using Omnet ++

I plan to simulate a geographic routing algorithm ( http://coitweb.uncc.edu/~ywang32/research/TPGF-shu.pdf ) in wireless sensor networks using omnet ++ and Mixim.

I need the following data to continue

  • What should be the structure of the node?
  • after specifying the node information, in which file should I write the actual code (routing)
  • what is all i have to know before doing this project?

Please guide me on the right track.

+4
source share
1 answer

First of all, I would like to consider using INET 3.0 instead of MiXiM. Almost all MiXiM features are now available in INET 3 (including MiXiM more detailed physical models, MAC protocols, and some routing algorithms). If you are interested in routing algorithms and don’t care about the accuracy of the lower layers (physical transfer), then INET is definitely suitable.

0
source

Source: https://habr.com/ru/post/1394570/


All Articles