Skip to main content

Provides asynchronous authentication and access to Livebox

Project description

aiosysbus

Manage your Livebox in Python

Easily manage your Livebox in Python. Check your config, configure your dhcp, disable your wifi, monitor your LAN activity and many others, on LAN or remotely.

aiosysbus is a python library implementing fir the Livebox v3.

This project is based on stilllman/aiofreepybox, which provides the same features as aiofreepybox in a synchronous manner.

Install

Use the PIP package manager

$ pip install aiosysbus

Or manually download and install the last version from github

$ git clone https://github.com/cyr-ius/aiosysbus.git
$ python setup.py install

Get started

# Import the aiosysbus package.
from aiosysbus import Sysbus

async def reboot()
    # Instantiate the Sysbus class using default options.
    lvbx = Sysbus()

    # Connect to the livebox with default options. 
    await lvbx.open('192.168.1.1','80','xxxxxx')

    # Do something useful, rebooting your livebox for example.
    await lvbx.system.reboot()

    # Properly close the session.
    await lvbx.close()

Have a look at the example.py for a more complete overview.

Notes on HTTPS

Not implemented

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

aiosysbus-0.1.3.tar.gz (27.6 kB view hashes)

Uploaded Source

Built Distribution

aiosysbus-0.1.3-py3-none-any.whl (35.5 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