Hi Ammi,
I'm using MiXiM for WSN. In particular I'm now focusing on network
layer to implement some kind of dummy routing....
I'm not sure that your problem is on display, but on how to move nodes
depending on some events right? Anyway, your problem interests me so,
please, let me updated.
First of all, try to take a look at Mobility classes (BaseMobility) to
understand how to move the node. Regarding the triggers you have two
choices:
- Use message passing. Like every other modules, you can connect a
"Event Manager" to your node in order to capture the events and send
messages to the nodes that are interested on. You can take inspiration
from Connection Manager.
- Use mutexes or signals. If you don't want to add gates and
connections, you can use mutexes or signals for the communication
between the Event Manager and the nodes.
I hope that it is useful for you
On Sep 20, 8:42 am, Harald Weillechner <
haraldweillech...@gmx.at>
wrote:
> (omnet 4.1):
http://www.omnetpp.org/doc/omnetpp41/manual/usman.html#sec323->section:
> 10 Network Graphics And Animation
>
> Regards Harald
>
> 2010/9/20 ammi <
ammiam...@gmail.com>
>
> > Hello,
> > how are you all doing?
>
> > I am using MiXiM and I am working on simulation of communication
> > protocol for sensor network of mobile robots. I want my robotic node
> > to move from its current position to specified destination on the
> > occurrence of a some event. How do I do that?
>
> > Thanks a lot for your time and help,
> > Ammi
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "omnetpp" group.> To post to this group, send email
toom...@googlegroups.com.
> > To unsubscribe from this group, send email to>
omnetpp+u...@googlegroups.com<
omnetpp%2Bunsu...@googlegroups.com>
> > .