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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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.