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 AIOSysbus
async def reboot()
# Instantiate the Sysbus class using default options.
lvbx = AIOSysbus('192.168.1.1','80','xxxxxx')
# Connect to the livebox with default options.
lvbx.connect()
# Do something useful, rebooting your livebox for example.
lvbx.system.reboot()
# Properly close the session.
lvbx.close()
Have a look at the example.py for a more complete overview.
Notes on HTTPS
Not implemented
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aiosysbus-0.1.5.tar.gz.
File metadata
- Download URL: aiosysbus-0.1.5.tar.gz
- Upload date:
- Size: 20.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1112ee873e4038c417913d3b77a182c659e8ec5648545cf3881637e9542a81f
|
|
| MD5 |
75125aa3a4b7a97ab99741548adca819
|
|
| BLAKE2b-256 |
ab2008af72094cc9867e2fddb53f5290419f58ceeb12305b1e003b9a47f5452c
|
File details
Details for the file aiosysbus-0.1.5-py3-none-any.whl.
File metadata
- Download URL: aiosysbus-0.1.5-py3-none-any.whl
- Upload date:
- Size: 21.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
788ed9cd1237bc42e5ef1e569289b6b88039bdb395253165be9f5037e4f7a185
|
|
| MD5 |
0c49107c379a452dad4a4c2ada0863d7
|
|
| BLAKE2b-256 |
1dc4f08445452282e61ce916e3a3b76b39b261f70a71a6d2463f41e1a5296c1f
|