8000 GitHub - cc4728/python-hci: Library for creating and parsing HCI packets.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Library for creating and parsing HCI packets.

License

Notifications You must be signed in to change notification settings

cc4728/python-hci

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python HCI

This library is used for parse hci log,and get useful info from hci log This library is under construction.

Supported Python Versions

This library currently supports Python 3.5 and possibly latter versions.

Usage

Create binary packet:


Parse binary packet:

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:

Build

pip uninstall hci python -m pip install -U wheel setuptools python setup.py sdist bdist_wheel

Installation with wheel

For installing an official release, you may issue the following command:

pip install hci-1.0.0-py3-none-any.whl

References

Developers

This repository is currently maintained by Jing.Cai.

About

Library for creating and parsing HCI packets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0