Wifi model
[Model]
The wifi model simulates a wifi device. There are currently five radio propagation models implemented. The wifi device reports simulated link information for all corresponding nodes within range.
Worldfile properties
- Simple Wifi Model
wifi ( # network properties ip "192.168.0.1" mac "08-00-20-ae-fd-7e" essid "test network" # radio propagation model model "simple" range 5 )
- Friis Outdoor Model
wifi ( # network properties ip "192.168.0.1" mac "08-00-20-ae-fd-7e" essid "test network" # radio propagation model model "friis" power 30 sensitivity -80 )
- ITU Indoor Propagation Model
wifi ( # network properties ip "192.168.0.1" mac "08-00-20-ae-fd-7e" essid "test network" # radio propagation model model "ITU indoor" power 30 sensitivity -70 plc 30 )
- Log Distance Path Loss Model
wifi ( # network properties ip "192.168.0.1" mac "08-00-20-ae-fd-7e" essid "test network" # radio propagation model model "log distance" power 30 sensitivity -70 ple 4 sigma 6 )
- Simple Raytracing Model
wifi ( # network properties ip "192.168.0.1" mac "08-00-20-ae-fd-7e" essid "test network" # radio propagation model model "raytrace" wall_factor 10 )
- Details
- model
- the model to use. Choose between the five existing radio propagation models
- ip
- the ip to fake
- mac
- the corresponding mac addess
- essid
- networks essid
- freq
- the operating frequency [default 2450 (MHz)]
- power
- Transmitter output power in dbm [default 45 (dbm)]
- sensitivity
- Receiver sensitivity in dbm [default -75 (dbm)]
- range
- propagation radius in meters used by simple model
- plc
- power loss coefficient used by the ITU Indoor model
- ple
- power loss exponent used by the Log Distance Path Loss Model
- sigma
- standard deviation used by Log Distance Path Loss Model
- range_db
- parameter used for visualization of radio wave propagation. It is usually set to a negative value to visualize a certain db range.
- wall_factor
- factor reflects the strength of obstacles
- model
Generated on Thu Dec 13 13:55:22 2007 for Stage by 1.4.6