pb772
pb772

Reputation: 539

How to see message content when simulating in omnet++?

When I exchange messages between the modules I can see information regarding the messages but not their contents. For example, I can see that node[0] sent message to rsu [0], name of the message was data and additional info, such as: "id=25 kind=22003, length =166 bytes".

Could anyone please explain to me how to check WSM message content when simulating? Thanks!

Upvotes: 0

Views: 615

Answers (1)

Christoph Sommer
Christoph Sommer

Reputation: 6943

This is explained in the introductory "TicToc" tutorial of OMNeT++:

You can double-click on the messages to open an inspector for them. (You'll either have to temporarily stop the simulation for that, or to be very fast in handling the mouse). The inspector window displays lots of useful information; the message fields can be seen on the Contents page.

Upvotes: 1

Related Questions