Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/de-ibh/mupe

MUltiPath Estimator - Create statistical analysis of 802.11 Radiotap sniffs
https://github.com/de-ibh/mupe

802-11 obsolete perl

Last synced: 3 months ago
JSON representation

MUltiPath Estimator - Create statistical analysis of 802.11 Radiotap sniffs

Awesome Lists containing this project

README

        

mupe - MUltiPath Estimator
==========================

This script was originally written to evaluate RSSI signal strength jitter
for 802.11 based wireless lan networks. The script expects tcpdump/tshark
PCAP files w/ Radiotap headers.

The processing is based on timeslots (default 2sec). The following
data is processed:

- beacon frames
- MAC clock difference
charts the clock difference between the AP STA and the
sniffing STA

- losses:
charts lost frames per timeslot

- signal distribution:
charts RSSI distribution of the hole capture

- signal jitter:
charts MAX-MIN RSSI per timeslot

- signal trend:
charts MIN/AVG/MAX RSSI per timeslot

- data frames

- signal distribution:
charts RSSI distribution of the hole capture

- signal jitter:
charts MAX-MIN RSSI per timeslot

- signal trend:
charts MIN/AVG/MAX RSSI per timeslot

[to be continued]

Usage
=====

`pod2man mupe`

Required packages
=================

The following additional perl packages are required:

Net::Pcap
Chart::Gnuplot
Statistics::Descriptive