Closed Duola-li closed 5 years ago
Hi,
First of all, you should set the propagation model as AquaSimRangePropagation
.
After that, you could change the transmission range through AquaSimNetDevice
like below:
Ptr<AquaSimNetDevice> newDevice = CreateObject<AquaSimNetDevice> ();
newDevice->GetPhy ()->SetTransRange (range);
Hope it helps.
It`s workable, thank you very much!
Is there a transmission range between the nodes? If so, what is the transmission range? Can I set it?