-2

How to send a message from node A to node B and then receive another msg from node B to node A in OMNET++ ?

1 Answers1

0

To send a message one should use send() method. Take a look at TicToc Tutorial, it contains a simple example of sending as well as receiving message.

Jerzy D.
  • 6,707
  • 2
  • 16
  • 22