Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/de-ibh/mupe
- Owner: DE-IBH
- License: gpl-2.0
- Archived: true
- Created: 2010-08-22T12:46:20.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-09T20:16:13.000Z (almost 14 years ago)
- Last Synced: 2024-04-24T13:20:46.162Z (7 months ago)
- Topics: 802-11, obsolete, perl
- Homepage: http://micky.ibh.net/~liske/mupe/
- Size: 174 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
- awesome-network-stuff - **2**星 - Create statistical analysis of 802.11 Radiotap sniffs (<a id="7bf0f5839fb2827fdc1b93ae6ac7f53d"></a>工具 / <a id="32739127f0c38d61b14448c66a797098"></a>嗅探&&Sniff)
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