Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 527 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 527 Bytes

wmediumd-python-connector

Python Connector for the wmediumd server extension

See patgrosse/wmediumd

History

I initially created this for Mininet-WiFi and later decided to create a standalone version too.

Install

# May require sudo
python setup.py install

Usage

from wmediumd.wmediumdPyConnector import WmediumdManager

# Do your stuff eg. start/connect to wmediumd:
WmediumdManager.connect()