inet-framework / inet

INET Framework for the OMNeT++ discrete event simulator
https://inet.omnetpp.org
Other
440 stars 486 forks source link

Radio medium with modifiable data rate, transmission power and pathloss model? #934

Closed arahman33 closed 11 months ago

arahman33 commented 11 months ago

I am currently using UnitDiskRadioMedium where I can set the data rate as desired. However, there is no concept of transmission power in UnitDiskRadioMedium. Moreover, I saw that the bitrate, even though initialized, has no effect on the actual transmission. So I changed the medium to IeeeScalarRadioMedium. Now I am able to set the transmission power, but I am no longer able to set the data rates (I am restricted by the opMode).

My question is, is there any medium that allows me to set the data rate (without restrictions) as well as the transmission power? I would also like to set the path loss model to be used in the simulation.

Thanks