dubanoze / hilink

Python interface with huawei E3372h hilink 3G/4G modems via API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E3372h

HiLink e3372h library

Summary

Huawei E3372h hilink client

Install

pip install xmltodict
pip install requests

Usage

from e3372h import Client
c = Client()
if c.is_hilink():
    print c.basic_info().productfamily

License

Copyright (C) 2016 Denis A. Fedorov

This software may be modified and distributed under the terms
of the MIT license.  See the LICENSE file for details.

About

Python interface with huawei E3372h hilink 3G/4G modems via API

License:MIT License


Languages

Language:Python 100.0%