https://github.com/craig-rueda/att-router-reboot
Reboots an AT&T BGW210 router
https://github.com/craig-rueda/att-router-reboot
Last synced: 3 months ago
JSON representation
Reboots an AT&T BGW210 router
- Host: GitHub
- URL: https://github.com/craig-rueda/att-router-reboot
- Owner: craig-rueda
- Created: 2018-12-02T04:11:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-08T16:48:02.000Z (almost 2 years ago)
- Last Synced: 2024-11-15T15:50:05.110Z (about 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 8
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# att-router-reboot
Simple python script that logs into and then reboots `BGW210` routers provided by AT&T.
## Usage
0. Optionally setup a virtual env
```Bash
virtualenv venv
source ./venv/bin/activate
```
1. Install dependencies:
```Bash
pip install -r requirements.txt
```
2. Run main.py
```Bash
ROUTER_BASE_URL='http://192.168.1.254'
ACCESS_CODE='sdf#$%SD'
python main.py -u ${ROUTER_BASE_URL} -a ${ACCESS_CODE}
```
After running the script, your router should have restarted...