Skip to content

oozie/pyhumod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

image

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.


For full enterprise texting solution using PyHumod see Texting Centre.

About

Using Huawei Modems in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages