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
- Host: GitHub
- URL: https://github.com/an1by/ztemodemapi
- Owner: an1by
- Created: 2023-06-08T17:54:13.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-11T01:56:12.000Z (over 1 year ago)
- Last Synced: 2025-04-03T15:13:09.440Z (about 1 year ago)
- Topics: mf79u, modem, python, usb-modem, usbmodem, zte
- Language: Python
- Homepage: https://aniby.net/
- Size: 7.81 KB
- Stars: 17
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.