Module for interacting with OpenWRT Luci RPC interface
Project description
openwrt-luci-rpc
Python3 module for interacting with the OpenWRT Luci RPC interface
- Free software: Apache Software License 2.0
- Documentation: https://openwrt-luci-rpc.readthedocs.io.
Features
- Allows you to use the Luci RPC interface to fetch connected devices on your OpenWrt based router.
- Supports 17.X & 18.X or newer releases of OpenWrt.
Usage
You will first need to install the package luci-mod-rpc on your OpenWrt router.
opkg update opkg install luci-mod-rpc
Once that is done, you can use this module to interact with the RPC interface.
Install
pip install openwrt-luci-rpc
Use
from openwrt_luci_rpc import OpenWrtRpc router = OpenWrtRpc('http://192.168.1.1', 'root', 'mypassword')
Development
See contributing guide.
History
0.1.0 (2019-02-19)
- Initial release. Not working. Do not use.
0.2.0 (2019-02-19)
- Initial release. Not working. Do not use.
0.3.0 (2019-02-19)
- First working release on PyPI.
0.4.8 (2019-02-20)
- Fix travis deploy repo, once more.
0.4.9 (2019-02-20)
- Fix README formatting for docs.
0.4.10 (2019-02-20)
- Fix links to github repo
0.4.11 (2019-02-20)
- Updated usage in README.
0.4.12 (2019-02-20)
- Fix typo in README.
0.4.13 (2019-02-20)
- Fix README parse issue.
1.0.0 (2019-02-21)
- Updated to return all device information.
- Added extra unit tests.
1.0.1 (2019-02-22)
- Minor bug fixes and extra unit tests
1.0.2 (2019-02-22)
- Logging fixes around token refresh
1.0.3 (2019-02-22)
- Fix History.rst formatting issue.
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size openwrt_luci_rpc-1.0.3-py2.py3-none-any.whl (7.8 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Filename, size openwrt-luci-rpc-1.0.3.tar.gz (12.1 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for openwrt_luci_rpc-1.0.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e9542680d8bf0965eaf6ecfc819654d72e798560d49692de71f095037f059d6 |
|
MD5 | 128179e931774388c4fda24ecce578ad |
|
BLAKE2-256 | b3aa6b42153c486962a1a1369ec32b85bfc39325fe063e388bed6fc8b57937a2 |