26 lines
No EOL
1.1 KiB
Text
26 lines
No EOL
1.1 KiB
Text
#summary Emulation Event Log format quick reference page
|
|
|
|
= EEL =
|
|
|
|
EEL is the Emulation Event Log, a text file format for scripting emulation events or logging them. A more verbose description can be found on the [http://pf.itd.nrl.navy.mil/mnmtools/ mnmtools] (Mobile Network Modeling Tools) page.
|
|
|
|
|
|
= EEL location events =
|
|
A location event determines the absolute position of a node at the given time. This is in contrast to a waypoint destination and velocity vector. When used with EMANE's Universal PHY, you would set the _pathloss mode_ to _*freespace*_ or _*2ray*_.
|
|
|
|
== GPS coordinates ==
|
|
|
|
The fields for GPS location events are: _time, NEM ID, "location", "gps", latitude, longitude, altitude_
|
|
|
|
{{{
|
|
0.0 nem:1 location gps 40.031075,-74.523518,3.000000
|
|
0.0 nem:2 location gps 40.031165,-74.523412,3.000000
|
|
0.0 nem:3 location gps 40.031227,-74.523247,3.000000
|
|
0.0 nem:4 location gps 40.031290,-74.523095,3.000000
|
|
}}}
|
|
|
|
== Cartesian coordinates ==
|
|
|
|
= EEL pathloss events =
|
|
A pathloss event specifies the pathloss in decibels.
|
|
When used with EMANE's Universal PHY, you would set the _pathloss mode_ to _*pathloss*_. |