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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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.