GithubHelp home page GithubHelp logo

jb1tz / wifi_statistics Goto Github PK

View Code? Open in Web Editor NEW

This project forked from simonwunderlich/wifi_statistics

3.0 3.0 0.0 155 KB

Linux kernel module to gather wifi statistics from peer and non-peer STAs

License: GNU General Public License v2.0

Makefile 1.26% C 98.74%

wifi_statistics's Introduction

DESCRIPTION
===========

This Linux kernel module tracks stations on a 802.11 monitor interface
and collects various statistics. This might be useful to assess link qualities,
find out which stations are in range or are interfering, etc.

BUILD
=====

To compile against your currently installed  kernel, just type:

# make

if you want to compile against some other kernel, use:

# make KERNELPATH=/path/to/kernel

USAGE
=====
Usage:

1. Create monitor device mon0, for example by doing:
	iw phy phy0 interface add mon0 type monitor flags control
	ifconfig mon0 up

2. insert the kernel module:
	insmod wifi-statistics.ko

3. activate the monitor device:
	echo 1 > /sys/kernel/debug/wifi_statistics/mon0/active

4. read the statistics:
	 cat /sys/kernel/debug/wifi_statistics/mon0/stats

Optional:

echo "read" > /sys/kernel/debug/wifi_statistics/mon0/mode
or
echo "reset" > /sys/kernel/debug/wifi_statistics/mon0/mode

The reset mode is similar to the read mode, deletes all
stations from the internal database when reading.
In read mode, the internal database is not modified.
(reset mode is default)

LICENSE
=======

Read the GPL v2 file 'COPYING'.

AUTHOR
======

This software has been written by Simon Wunderlich <[email protected]>
for Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V.

For any questions, please contact:
	Simon Wunderlich <[email protected]>
	Mathias Kretschmer <[email protected]>

wifi_statistics's People

Contributors

jb1tz avatar simonwunderlich avatar ecsv avatar

Stargazers

Julius Schulz-Zander avatar  avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.