SkillAgentSearch skills...

Mupe

MUltiPath Estimator - Create statistical analysis of 802.11 Radiotap sniffs

Install / Use

/learn @DE-IBH/Mupe
About this skill

Quality Score

0/100

Supported Platforms

Universal

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

Related Skills

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated1y ago
Forks2

Security Score

75/100

Audited on Oct 12, 2024

No findings