fmalina / pyhumod

Using Huawei Modems in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SMS, GSM and 3G connectivity using Huawei modems in Python

Access SMS, GSM and 3G features of Huawei and compatible modems from your own apps via clean and pragmatic Python API.

For a kick-start see getting started or a sample app.

https://raw.githubusercontent.com/oozie/pyhumod/master/docs/logo.png

Clean API

When finished getting started the following should work for most users:

$ python3
...
>>> import humod
>>> m=humod.Modem()
>>> m.show_model()
'E270'
>>> m.enable_textmode(True)
>>> m.sms_send('+353?????????', 'hello world')
52
>>> m.connect()
>>> m.disconnect()

Supported features

See also Development Guide.


About

Using Huawei Modems in Python

License:Other


Languages

Language:Python 100.0%