How could nodes receive packets from sensors and on the other hand send them to Mobile Elements?
I am using OMNet++ to simulate a wireless network. The scenario is : "sensor nodes send sensory data to some nodes (called RN)(send to the nearest RN). and some mobile elements collect data from these points." sensors distribute uniform in field and position of RNs are determined.also MEs follow BonnMobility with predefined path. I'm using omnet 5.4 with inet 3.6. numHost=500 ** numME=5 ** numRN=50 NED file: network MyNet { parameters: int numHost; int numME; int numRN; string hostType = default("WirelessHost"); string mediumType = default("IdealRadioMedium"); @display("bgb=600,600;bgu=m");