A simple tool made to manage TIMHUB(DGA4132)'s SQM state in Python, using Paramiko for SSH communication.
- You need to root your TIMHUB;
Warning
The root process may be a bit janky, and it could result in bricking your TIMHUB, do it at your own risk.
- Then you need to install SQM.
-
Clone the repository:
git clone https://github.com/imbngy/dga4132-sqmManager.git
-
Navigate to the project directory:
cd dga4132-sqmManager
-
Install dependencies using
pip
:pip install -r requirements.txt
Run the script using one of the following methods:
-
Option 1: Execute the provided .bat files,
-
Option 2: Run the script directly using Python:
py modem-tim.py --options
Note
On the first run, the script will create a config.json file, and will ask for ip, username and password for the SSH connection.
-h
or--help
: Shows all options and exits.-s
or--stop
: Stop SQM.-r
or--restart
: Restart SQM.-i
or--start
: Start SQM.-t
or--speedtest
: Run a Speedtest to check changes.-c
or--config
: Configure the script.
py modem-tim.py -s
This command stops SQM on the default IP address (192.168.1.1) with the default username and password.
Feel free to contribute to this project by opening issues or submitting pull requests. Your feedback and improvements are highly appreciated!
This project is not affiliated with or endorsed by TIM or any related entities. The TIM logo is a registered trademark of Telecom Italia S.p.A. All product names, logos, and brands are property of their respective owners. The use of these names, logos, and brands does not imply endorsement or affiliation.