DEF CON badge bluetooth library
Project description
DEF CON badge bluetooth libary
A library based on bluepy that performs bluetooth scan for DEF CON badges.
Usage
Basic
from badgebtle import BadgeBTLE
b = BadgeBTLE()
neighbors = b.scan()
print(neighbors)
Development
Setup
$ git clone https://github.com/dczia/python-badgebtle.git
$ virtualenv-3 v
$ source ./v/bin/activate
$ pip install -r requirements.txt
Build and upload to PyPi repository
$ python setup.py sdist bdist_wheel
$ pip install twine
$ twine upload dist/badgebtle-x.x.x* #<-- Requires credentials.
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
badgebtle-0.1.4.tar.gz
(2.5 kB
view hashes)
Built Distribution
Close
Hashes for badgebtle-0.1.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c6debb0f22645297febcde3c37338c14d61e55870d34426c848d0c3e7a64c63 |
|
MD5 | 0b1910c9f14471297fcc921a736ba5cf |
|
BLAKE2b-256 | 427b5ce65290fea4bc3438ef6eb13f4a2bada4f3c4e69cb6b8cf3e33db0566e2 |