ojarva / python-huawei-b593-status

Status fetcher for Huawei B593 4G modems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Huawei B593 status fetcher

This small library fetches status information from Huawei B593 4G modem.

Installation:

pip install huawei_b593_status

or clone the repository and run

python setup.py install

Usage:

import huawei_b593_status
huawei = HuaweiStatus()
print huawei.read()

Output:

{'WIFI': 'off',
 'SIG': '5',
 'Mode': '4g',
 'Roam': 'home',
 'SIM': 'normal',
 'Connect': 'connected'}

About

Status fetcher for Huawei B593 4G modems

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%