From 158e5fe774cf78e325ecda8b9eecd640b73a1720 Mon Sep 17 00:00:00 2001 From: Jonathan Beri Date: Mon, 23 Sep 2024 06:56:43 -0700 Subject: [PATCH] Add Google's bumble --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d12601..29157ac 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ _Software libraries and frameworks for integrating Bluetooth Low Energy (BLE) fu - [bluepy](https://github.com/IanHarvey/bluepy) - A Python interface for Bluetooth LE on Linux. - [bluez](http://www.bluez.org/) - The official Linux Bluetooth protocol stack. +- [bumble](https://github.com/google/bumble) - Bumble is a full-featured Bluetooth stack written entirely in Python. - [pygatt](https://github.com/peplin/pygatt) - A Python library for interacting with BLE devices. - [SimpleBLE](https://github.com/OpenBluetoothToolbox/SimpleBLE) - The all-in-one C/C++/Python/Rust Bluetooth LE library for MacOS, iOS, Windows, and Linux.