python\bluetooth / wsgi / apache 2.2

2012-12-13 Thread Barry Dick
I'm wanting to read from my bluetooth device (it just sends data/header with a checksum at the end, in a continuous mode "a biofeedback device") and I'm getting a weird error in my logs not allowing me to use multiple sockets. I guess with wsgi, I'm creating a link/module between the two apis (a

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?

Python Bluetooth

2011-06-26 Thread Valentin de Pablo Fouce
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 library seems to be stopped since end 2009 (latest update Nov 2009) and not to man