A command-line interface for managing the VM SuperHub 3/ARRIS TG2492S/CE router. Allows listing current/past connected devices, toggle private/guest WLAN, rebooting and viewing router status.
Python 3.5 and above, tested on both Windows and Linux. No third party libraries necessary.
There are several ways to authenticate with your SuperHub. The easiest way is to run the script and type your password when prompted. The password can also be provided via the command line argument --password
.
The Guest and Private WLANs can be toggled via the menu, or via the --wlan
argument. Toggling the Guest WLAN will change some user-defined settings on your router, see here.
The router's clients can be viewed through the menu, or through the --clients
command line argument.
The router's status, such as uptime and WAN address, can be viewed through the menu, or through the --diagnostic
command line argument.
You can reboot the router via the menu, or through the --reboot
command line argument.
Multiple output modes are available through command line arguments, such as a json-compatible output or verbose mode if desired, see here.
Feel free to open a new issue with a feature suggestion, or merge request.
Thanks to the following: