Skip to main content

DEF CON badge bluetooth library

Project description

DEF CON badge bluetooth libary

PyPI version shields.io PyPI license PyPI pyversions

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


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)

Uploaded Source

Built Distribution

badgebtle-0.1.4-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page