kimocoder / py80211

python library to access nl80211 kernel objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction
------------
py80211 provides a high-level API to interact with the kernel
provided nl80211 interface.

This project relies on Python support provided by libnl. This
means this project will likely result in patches on libnl. The
repository information for libnl can be found at:

https://github.com/thom311/libnl

Requirements
------------
- python
- pycparser
- libnl-3 python wrappers (incl. genl)

About

python library to access nl80211 kernel objects


Languages

Language:Python 98.5%Language:Makefile 0.8%Language:C 0.6%