Socket
Socket
Sign inDemoInstall

greenponik-ble

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

greenponik-ble

Bluetooth BLE python server


Maintainers
1

Quality Gate Status Maintainability Rating

Lines of Code Duplicated Lines (%)

Reliability Rating Security Rating Vulnerabilities

Upload Python Package

GreenPonik_BLE

A python3 project to use Bluetooth BLE on raspberry pi

! Only tested on Raspberry Pi 3 A+

Table of Contents

Installation

Dependencies

sudo apt-get install dbus supervisor

Development / Tests needs

sudo apt-get update && sudo apt-get install -y \
python3-gi-cairo \
python3-dbus \
python3-gi \
python3-gi-cairo \
python-gobject \
libdbus-1-dev libdbus-glib-1-dev

python3 -m venv venv

on linux

source venv/bin/activate

or on windows

venv/Scripts/activate

on CI linux runner

pip3 install dbus-python pycairo PyGObject

pip install -r requirements.txt

Script to install

sudo bash setup_ble_server.sh

Example

here the example of how to implement the BLE server

Credits

Write by Pierre Antoine Grout, from GreenPonik, 2021
Inspired by https://github.com/Douglas6/cputemp thank you https://github.com/Douglas6

Keywords

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc