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.
Release files for badgebtle 0.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| badgebtle-0.1.4.tar.gz | 2.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| badgebtle-0.1.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.4 kB
Release files / badgebtle-0.1.4.tar.gz
| Download URL | badgebtle-0.1.4.tar.gz |
|---|---|
| Size | 2.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2ef81957e8cbac5f8029d85c3c573469f391c9c162a4d32dc55a35fa029de31a
|
|
BLAKE2b-256 checksum How to use checksums |
a5e918dc19144b3fd417d11f550c0fec8b76fb55e7a1c646ab711eca6cfcde02
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.5
|
Release files / badgebtle-0.1.4-py3-none-any.whl
| Download URL | badgebtle-0.1.4-py3-none-any.whl |
|---|---|
| Size | 2.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3c6debb0f22645297febcde3c37338c14d61e55870d34426c848d0c3e7a64c63
|
|
BLAKE2b-256 checksum How to use checksums |
427b5ce65290fea4bc3438ef6eb13f4a2bada4f3c4e69cb6b8cf3e33db0566e2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.5
|