Skip to content

dorianim/py-tenda4g09

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-tenda4g09

Simple Python lib for the tenda4g09 router.

Features

  • Login to the Tenda4G09 LTE router
  • Get the current status of the router
  • Reboot the router
  • ...More could be added quite easily

Install

pip3 install tenda4g09

Usage

from tenda4g09 import Tenda4G09

tenda = Tenda4G09("192.168.0.1")
if tenda.login("somepassword"):
    print(tenda.status())