Work with Bluetooth LE devices on OSX

I hope to find a Python interface for working with Bluetooth LE on OSX. I found bluepy but uses bluez , which seems to be designed specifically for Linux. AFAIK OSX has its own Bluetooth stack, so bluez is not good there.

I also found Adafruit BluefruitLE , which seems to support OSX.

What is the canonical approach for working with BLE devices on OSX in Python? Which library is recommended?

thanks

+8
python bluetooth bluetooth-lowenergy
source share

No one has answered this question yet.

See similar questions:

2
OS X Bluetooth Programming

or similar:

994
How to return multiple values ​​from a function?
12
Make my python bluetooth server visible for iOS
eleven
Java (J2SE) Bluetooth Low Energy (BLE)
nine
Bluetooth Low Energy API for Bean 4.2 Jelly
2
Bluetooth Low Energy (BLE) API for C # .NET - Windows 10 Desktop Application
2
Will Bluez 4.101 work with Bluetooth Low Energy?
2
PATON GATT server for streaming BLE through Windows
one
Bluetooth Low Energy - Connecting to a Single Device
0
Beginner Bluetooth Stack Board
-one
Problems finding some low-power Bluetooth devices

All Articles