Python library and tools to use Asoka PlugLine PL7667-ETH & PL7667-SW.
- Python 3
- Root access
git clone https://github.com/lfasnacht/asokapy.git
cd asokapy
sudo python3 setup.py install
You have to create a configuration file (see doc/sample_config.ini).
After this, you can run asokapy interactive demo (as root, as it needs to bind a RAW ethernet device):
python3 -m asokapy.interactive <your config file>
This software is provided under the GPLv3 license, and you're welcome to contribute. Please fork, and send pull requests.