https://github.com/pklaus/netgear-aircard
Check the status of a Netgear AirCard router with Python3
https://github.com/pklaus/netgear-aircard
Last synced: about 1 month ago
JSON representation
Check the status of a Netgear AirCard router with Python3
- Host: GitHub
- URL: https://github.com/pklaus/netgear-aircard
- Owner: pklaus
- Created: 2015-03-02T14:21:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-25T22:27:23.000Z (over 9 years ago)
- Last Synced: 2025-03-26T13:04:22.596Z (about 2 months ago)
- Language: Python
- Size: 145 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Netgear-AirCard
A script to check the status of a Netgear AirCard router with Python3.
CLI Usage:
./ac.py -h
usage: ac.py [-h] [--no-login] [--password PASSWORD] [--ip IP]
Script to check the status of a Netgear AirCard router.
optional arguments:
-h, --help show this help message and exit
--no-login, -n Don't log in to the router
--password PASSWORD, -p PASSWORD
Admin Password.
--ip IP IP Address of the AirCard#### Requirements
* requests
* BeautifulSoup4