🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

able-recipe

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

able-recipe

Bluetooth Low Energy for Android

1.0.15
PyPI
Maintainers
1

Android Bluetooth Low Energy

.. start-badges .. image:: https://img.shields.io/pypi/v/able_recipe.svg :target: https://pypi.python.org/pypi/able_recipe :alt: Latest version on PyPi .. end-badges

Python <https://github.com/kivy/python-for-android>_ interface to Android Bluetooth Low Energy API.

:Code repository: https://github.com/b3b/able :Documentation: https://herethere.me/able :Changelog: https://github.com/b3b/able/blob/master/CHANGELOG.rst

Quick start development environment

able is included in PythonHere <https://herethere.me/pythonhere>_ app, together with the Jupyter Notebook <https://jupyter.org/>_ it could be used as a development environment.

Usage example: https://herethere.me/pythonhere/examples/ble.html

Build

The following instructions are for building app with buildozer <https://github.com/kivy/buildozer/>_ tool.

able_recipe recipe should be added to buildozer.spec requirements::

requirements = python3,kivy,android,able_recipe

Bluetooth permissions should be requested in buildozer.spec::

android.permissions = BLUETOOTH, BLUETOOTH_ADMIN, BLUETOOTH_SCAN, BLUETOOTH_CONNECT, BLUETOOTH_ADVERTISE, ACCESS_FINE_LOCATION

App configuration example: buildozer.spec <https://github.com/b3b/able/tree/master/examples/alert/buildozer.spec>_

Build with a local version

To build app with a local (modified) version of able,

path to able recipes directory should be set in buildozer.spec::

p4a.local_recipes = /path/to/cloned/repo/recipes

Contributors

Thanks,

.. csv-table::

`andfmart <https://github.com/andfmart>`_
`andreamerello <https://github.com/andreamerello>`_
`datmaniac95  <https://github.com/datmaniac95>`_
`dgatf <https://github.com/dgatf>`_
`dwmoffatt <https://github.com/dwmoffatt>`_
`Enkumicahel <https://github.com/Enkumicahel>`_
`hailesir <https://github.com/hailesir>`_
`HelaFaye <https://github.com/HelaFaye>`_
`jacklinquan <https://github.com/jacklinquan>`_
`juasiepo <https://github.com/juasiepo>`_
`MininDMhvh <https://github.com/MininDMhvh>`_
`PapoKarlo <https://github.com/PapoKarlo>`_
`RoberWare <https://github.com/RoberWare>`_
`Rowataro <https://github.com/Rowataro>`_
`robgar2001 <https://github.com/robgar2001>`_
`sodef <https://github.com/sodef>`_
`sooko_io <https://github.com/sooko>`_
`woutersj <https://github.com/woutersj>`_

Keywords

android ble bluetooth kivy

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts