An open API service indexing awesome lists of open source software.

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

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