An open API service indexing awesome lists of open source software.

https://github.com/an1by/ztemodemapi

Python-API for ZTE USB-Modems
https://github.com/an1by/ztemodemapi

mf79u modem python usb-modem usbmodem zte

Last synced: 7 months ago
JSON representation

Python-API for ZTE USB-Modems

Awesome Lists containing this project

README

          

# ZTE Modem API by [An1by](https://aniby.net)
This is Python API-Library for managing ZTE USB-modems.
### Requirements

Use python 3.10.

There is a `requirements.txt` file, you may install them in a custom virtualenv, like this:
```
virtualenv ~/venv/zte
source ~/venv/zte/bin/activate
pip install -r requirements.txt
```

### Tested on:
* ZTE MF79U
#
## Documentation
[Attributes list](./docs/ATTRIBUTES.md)\
[**--get** arguments](./docs/GET_ARGUMENTS.md)
#
## ♥ Special thanks to:
[pmcrwf-mid/ZTE-MF79U-api](https://github.com/pmcrwf-mid/ZTE-MF79U-api) - for list of attributes and request templates.\
[paulo-correia/ZTE_API_and_Hack](https://github.com/paulo-correia/ZTE_API_and_Hack) - for list of Requests.\
[rkarimabadi/ZTE-MF79-usb-modem-Send-SMS](https://github.com/rkarimabadi/ZTE-MF79-usb-modem-Send-SMS) - for useful SMS Request.