Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 503 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 503 Bytes

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...