Re: Python Bluetooth

2011-06-26 Thread Daniel Kluev
On Mon, Jun 27, 2011 at 2:32 AM, Valentin de Pablo Fouce wrote: > Hi all, > > I'm looking for developing a bluetooth application in python, and I'm > looking for the most suitable python library for it. Googling some > time I found pyBluez (http://code.google.com/p/pybluez/), however, the > librar

Re: Python Bluetooth

2011-06-26 Thread Bastian Ballmann
Hi, Am Sun, 26 Jun 2011 13:37:50 -0400 schrieb Terry Reedy : > Were these libraries abandoned incomplete or just finished? Has the > bluetooth spec changed since then? > They're definetly incomplete, but i would say the most important / commonly used apis are implemented. The Bluetooth spec a

Re: Python Bluetooth

2011-06-26 Thread Terry Reedy
On 6/26/2011 1:07 PM, Bastian Ballmann wrote: you can have a look at http://lightblue.sourceforge.net/ but it also seems to be unactive since end of 2009. schrieb Valentin de Pablo Fouce: I'm looking for developing a bluetooth application in python, and I'm looking for the most suitable py

Re: Python Bluetooth

2011-06-26 Thread Bastian Ballmann
Hi, you can have a look at http://lightblue.sourceforge.net/ but it also seems to be unactive since end of 2009. If you really need a lib thats still under active development and you dont want to switch to C maybe http://sourceforge.net/projects/javabluetooth/ together with Jython is an option?