Giter Site home page Giter Site logo

python3wifi's Introduction

README
======
python3wifi is a fork of the original pythonwifi (http://pythonwifi.tuxfamily.org) updated to run under Python 3.

ORIGINAL README
===============

Python WiFi is a Python module that provides read and write access to a
wireless network card's capabilities using the Linux Wireless Extensions.
It was initially developed by Roman Joost with advice from Guido Goldstein
of Infrae.  It is currently maintained by Sean Robinson.

More information is available at http://pythonwifi.tuxfamily.org.  A
mailing list for announcements and developer discussion is available at
[email protected].

Check the ./docs/feature_matrix_*.txt files for a detailed list of what is
implemented.  This may not work with 64-bit Linux kernels, I would appreciate
reports of success or failure on such systems.


Example Applications
--------------------
The examples directory contains iwconfig.py and iwlist.py, which are sample
re-implementations of iwconfig and iwlist.  These scripts use the pythonwifi
module to duplicate the functionality of those programs as closely as possible.


Files and Directories
---------------------
./docs/ - supporting documentation
./docs/api/ - documentation of the pythonwifi API (not yet there)
./docs/logos/ - the Python WiFi logo in various formats
./examples/ - sample uses of pythonwifi module
./pythonwifi/ - the module source code
./INSTALL - installation instructions
./Makefile - convenience commands for developers
./README - this file
./setup.py - installation script


Python WiFi Users
-----------------
The methods in the Wireless class are the highest level interace. An example
program, which prints the ESSID and the association mode:

>>> from pythonwifi.iwlibs import Wireless
>>> wifi = Wireless('eth1')
>>> wifi.getEssid()
'romanofski'
>>> wifi.getMode()
'Managed'


License
-------

pythonwifi is licensed under LGPLv2+, however, the examples
(e.g. iwconfig.py and iwlist.py) are licensed under GPLv2+.

python3wifi's People

Stargazers

 avatar

Watchers

 avatar

Forkers

stringbean

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.