Okay hold on a second... OMNeT is first of all not based on Eclipse, Eclipse is merely used as an IDE for building / writing OMNeT-based code.
The compilers, the simulation framework, NED and everything else that runs in the background is not based on Eclipse!!
You can use extension frameworks like INET, MiXiM or INETMANET to simulate wireless networks.
All of them provide certain protocols and simulation models and various examples.
SendDirect does indeed work, maybe because you have defined an inout gate (actually internally two gates) as an @directIn gate...
Try reworking it into an in- and an out-gate, as it is described
in the OMNeT manual chapter 4.7.5!Am Dienstag, 8. Juli 2014 10:10:07 UTC+2 schrieb Moshen Sichani:
Hi
Omnet is just
an programming environment
(compiler) based on Eclipse, you need a framework like
Inetmant,
mixim, vein or
..
Check this plz (plz attention to the nodes positions' part)
and