From 87836e6e03e36190e71a9000850b3487c29daa72 Mon Sep 17 00:00:00 2001 From: "ahrenholz@gmail.com" Date: Wed, 17 Apr 2013 16:49:03 +0000 Subject: [PATCH] fix pathLoss case --- wiki/EEL.wiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/EEL.wiki b/wiki/EEL.wiki index 217c465c..f075a1f8 100644 --- a/wiki/EEL.wiki +++ b/wiki/EEL.wiki @@ -32,14 +32,14 @@ The fields for Cartesian coordinate location events are: _time, NEM ID, "locatio -= EEL pathloss events = += EEL pathLoss events = A pathloss event specifies the pathloss in decibels (dB). When used with EMANE's Universal PHY, you would set the _pathloss mode_ to _*pathloss*_. When pathloss mode is used, the location of a node no longer determines connectivity. A packet received in EMANE has the following received power calculation, that determines whether or not the packet will be dropped: _Rx Power (dBm) = Tx Power (dBm) + Tx Antenna Gain (dBi) + Rx Antenna Gain (dBi) - *Pathloss (dB)*_ -The fields for pathloss events are: _time, source NEM ID, "pathloss", destination NEM ID,pathloss-value_ +The fields for pathloss events are: _time, source NEM ID, "pathLoss", destination NEM ID,pathloss-value_ Multiple destination NEM IDs may be specified. The example below shows three NEMs, with each line specifying two destination NEMs. Note that loss can be asymmetrical.