Hurocon (huawei router control) - command line interface tool for interacting with Huawei LTE routers
- Device Control
- Information
- Reboot
- Net
- Cellular
- Connection status
- Switch connection
- LAN
- List devices
- Cellular
- SMS
- Inbox: List, View
- Send
There are many features planned for future releases, you can view their full list here
Full list of supported devices is available on this link.
This tool is OS-independent, which means it should work on any platform where python3 can run. Minimal python3 version required for this package is 3.7
. This does not mean that it cannot work on python versions below the minimal, but its behavior is unpredictable and no support will be provided for any issues.
-
You can install it from PyPi:
pip install hurocon
-
Or directly from Github repo:
pip install git+https://github.com/maximilionus/hurocon.git
Currently can only be installed with
pip
onpython >= 3.7
. Binary bundle (pyinstaller-based) is planned but no ETA yet
After successful installation of this tool it can be accessed in shell using the following commands:
$ hurocon
# OR
$ python -m hurocon
You can also view a list of all main commands with: