This library is used for parse hci log,and get useful info from hci log This library is under construction.
This library currently supports Python 3.5 and possibly latter versions.
Make sure Wheel and the latest version of setuptools is installed on your system by running:
python -m pip install -U wheel setuptools
Then run:
pip uninstall hci
python -m pip install -U wheel setuptools
python setup.py sdist bdist_wheel
For installing an official release, you may issue the following command:
pip install hci-1.0.0-py3-none-any.whl
This repository is currently maintained by Jing.Cai.