Agr-IoT / LEACH

Simulation of LEACH routing protocol on OMNET++
Other
17 stars 4 forks source link

How to Increase Communication Range? #10

Closed pjake12 closed 1 year ago

pjake12 commented 1 year ago

I tried using .host.wlan[0].radio.transmitter.communicationRange however it does not work.

n-jay commented 1 year ago

The host.wlan[0].radio.transmitter.communicationRange is a parameter that ingests a boolean value. It is used to show the communication range circles when running in Qtenv configuration (the GUI).

Since we're using the ApskScalarRadio module for the radio, the communication range is going to be set by varying parameters like sensitivity, energyDetection and snirThreshold.