Skip to content

craig-rueda/att-router-reboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

att-router-reboot

Simple python script that logs into and then reboots BGW210 routers provided by AT&T.

Usage

  1. Optionally setup a virtual env
virtualenv venv
source ./venv/bin/activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Run main.py
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...

About

Reboots an AT&T BGW210 router

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages