In inet or mixim?
In inet the controlInfo associated to the packet has the info
--
You received this message because you are subscribed to the Google Groups "omnetpp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to omnetpp+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
In this case, unfortunately, I can’t help you, I know how this address is available in inet-framework.
--
In inet it is possible with this
Coord coord = MobilityAccess().get()->getCurrentSpeed();
double angle = atan(coord.y/coord.x);
De: omn...@googlegroups.com [mailto:omn...@googlegroups.com] En nombre de Michael Kirsche
Enviado el: miércoles, 14 de mayo de 2014 14:26
Para: omn...@googlegroups.com
Asunto: [Omnetpp-l] Re: Direction of a node
If you are using the current MiXiM version, then mobility models should be included by an INET stub.
--