A cross-platform Python Bluetooth API for Mac OS X, GNU/Linux and Python For Series 60. Provides simple device and service discovery, RFCOMM sockets, L2CAP client sockets, OBEX file transfer, service advertising, and access to local device information.
License
GNU General Public License version 2.0 (GPLv2), GNU General Public License version 3.0 (GPLv3)Follow LightBlue
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
Wrestled with out-of-date Apple bluetooth examples in C and ObjC; got their RFCOMM chat client half working (send, no receive?) after winding through many lines of code and commenting out some of the discovery stuff; found LightBlue, 5 lines of code to do the same thing interactively from the shell, wound it into a script, voila. .5hr vs 2 days. Thanks for this. I'm using your library to run tests on my own embedded bluetooth device, and it'll be trivial to script unit tests with this.