Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #8467 > unrolled thread

Python Bluetooth

Started byValentin de Pablo Fouce <thimxx@gmail.com>
First post2011-06-26 08:32 -0700
Last post2011-06-27 17:36 +1100
Articles 5 — 4 participants

Back to article view | Back to comp.lang.python


Contents

  Python Bluetooth Valentin de Pablo Fouce <thimxx@gmail.com> - 2011-06-26 08:32 -0700
    Re: Python Bluetooth Bastian Ballmann <balle@chaostal.de> - 2011-06-26 19:07 +0200
    Re: Python Bluetooth Terry Reedy <tjreedy@udel.edu> - 2011-06-26 13:37 -0400
    Re: Python Bluetooth Bastian Ballmann <balle@chaostal.de> - 2011-06-26 20:39 +0200
    Re: Python Bluetooth Daniel Kluev <dan.kluev@gmail.com> - 2011-06-27 17:36 +1100

#8467 — Python Bluetooth

FromValentin de Pablo Fouce <thimxx@gmail.com>
Date2011-06-26 08:32 -0700
SubjectPython Bluetooth
Message-ID<326aded1-5769-4555-a842-403c815d8a9d@j15g2000yqf.googlegroups.com>
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 many work since then. Is there any other library?

Has anybody any advice about it?

For me, the key is to develop in bluetooth, so I'm flexible in
programming language, although I'd like to go on python.

Thanks for your help,

Valentin

[toc] | [next] | [standalone]


#8471

FromBastian Ballmann <balle@chaostal.de>
Date2011-06-26 19:07 +0200
Message-ID<mailman.420.1309108144.1164.python-list@python.org>
In reply to#8467

[Multipart message — attachments visible in raw view] — view raw

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?

HTH && Greets

Basti


Am Sun, 26 Jun 2011 08:32:27 -0700 (PDT)
schrieb Valentin de Pablo Fouce <thimxx@gmail.com>:

> 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 many work since then. Is there any other library?
> 
> Has anybody any advice about it?
> 
> For me, the key is to develop in bluetooth, so I'm flexible in
> programming language, although I'd like to go on python.
> 
> Thanks for your help,
> 
> Valentin

[toc] | [prev] | [next] | [standalone]


#8473

FromTerry Reedy <tjreedy@udel.edu>
Date2011-06-26 13:37 -0400
Message-ID<mailman.422.1309109888.1164.python-list@python.org>
In reply to#8467
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<thimxx@gmail.com>:

>> 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 many work since then. Is there any other library?

Were these libraries abandoned incomplete or just finished? Has the 
bluetooth spec changed since then?

-- 
Terry Jan Reedy

[toc] | [prev] | [next] | [standalone]


#8477

FromBastian Ballmann <balle@chaostal.de>
Date2011-06-26 20:39 +0200
Message-ID<mailman.425.1309113614.1164.python-list@python.org>
In reply to#8467

[Multipart message — attachments visible in raw view] — view raw

Hi,

Am Sun, 26 Jun 2011 13:37:50 -0400
schrieb Terry Reedy <tjreedy@udel.edu>:

> 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 added a low energy protocol stack since than in
version 4.0, but I dont have any experiences in that.

Greets

Basti

[toc] | [prev] | [next] | [standalone]


#8492

FromDaniel Kluev <dan.kluev@gmail.com>
Date2011-06-27 17:36 +1100
Message-ID<mailman.437.1309156581.1164.python-list@python.org>
In reply to#8467
On Mon, Jun 27, 2011 at 2:32 AM, Valentin de Pablo Fouce
<thimxx@gmail.com> 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
> library seems to be stopped since end 2009 (latest update Nov 2009)
> and not to many work since then. Is there any other library?

blueman is written in python and works fine with latest bluez lib.
It uses dbus for interaction with bluez, you can try using their
wrapper for your own app.

-- 
With best regards,
Daniel Kluev

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web