Skip to content

cmbrad/asus_stat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Asus Stat

Description

Python package designed for getting information such as SNR and line rate from ASUS routers.

Supported Devioces

  • DSL-AC68U

Example Usage

from asus_stat.devices import DSLAC68U

d = DSlAC68U(host='192.168.1.1', port=22, username='admin', password='admin')
print('SNR (downstream) {}'.format(d.dsl_snr_margin_down()))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages