First of all. Thans a lot to all of you answering our questions. You have helped me a lot.
I have a better understanding about OMNet++, I developed my simulations using wired and wirless nodes. But I have another questio.
My scenario will be a WSN, I know that INET framework would help me in this, I already downloaded and ran some of the examples. But It is really complex for me. I mean, I don't know where to start.
Anyway, my scenario will be some Static Wireless nodes, a Generator and a Sink. I can simulate the wirless scenario using only OMNet, the generator sends a message to the nearest node and it passes the message to the Sink, the problem is that I know who is the nearest node, so I tell the generator in the code the destination of the first message.
I want to know if there is any way to know who is the nearest node, without using INET, maybe getting the distances between coordinates of each node.
Is it really necessary to use INET? if so.. wich is the way to learn more about INET?
Thanks a lot!