Ibirisol,

It is possible to retrieve similar information from the IEEE 802.11abg
model in emane 0.8.1 but not without modifying the code.  The next
release of emane will contain much of that information in the form of
radio to router interface information and statistic tables.

We do not expect the next major release before early 2014. Much of the
implementation is currently in place, however we are in the process of
major API and infrastructure updates which must be completed before we
can make it generally available.

If you want to take a shot at adding similar functionality to 0.8.1
start by looking at:

emane-0.8.1/models/ieee80211abg/maclayer/ieee80211abgmaclayer.cc

following along with the code you should be able to add additional
statistics and the required functionality to set them appropriately.

-- 
Steven Galgano
Adjacent Link LLC
www.adjacentlink.com



On 07/15/2013 08:43 PM, ibirisol fontes ferreira wrote:
> Hi there,
> 
> I'm very interested in this functionality, I want something like the 'iw dev 
> <dev name> station dump' command. This command get an output like lines 
> bellow (based on peer in wireless network):
> 
> ---
> Station 00:26:5a:XX:XX:XX (on wlan0)
>       inactive time:  92 ms
>       rx bytes:       20900902
>       rx packets:     27711
>       tx bytes:       1781438
>       tx packets:     11320
>       tx retries:     0
>       tx failed:      0
>       signal:         -37 dBm
>       signal avg:     -32 dBm
>       tx bitrate:     72.2 MBit/s MCS 7 short GI
>       authorized:     yes
>       authenticated:  yes
>       preamble:       long
>       WMM/WME:        yes
>       MFP:            no
>       TDLS peer:              no
> ---
> 
> I used the Debug Port, but these information don't exist there (using 'stats 
> nem 1' command).
> 
> These information will be in next release? I can contribute with this 
> implementation, which part do i do? Which part do i take first?
> 
> Bye,
> 
_______________________________________________
emane-users mailing list
[email protected]
http://pf.itd.nrl.navy.mil/mailman/listinfo/emane-users

Reply via email to