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
Get Avast Free Antivirus | Your top-rated shield against malware and online scams
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
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.