Skip to main content

A small library for the Tender 4G09 router

Project description

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())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tenda4g09-0.1.0.post3.tar.gz (14.6 kB view hashes)

Uploaded Source

Built Distribution

tenda4g09-0.1.0.post3-py3-none-any.whl (15.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page