Python Bluetooth
Daniel Kluev
dan.kluev at gmail.com
Mon Jun 27 02:36:19 EDT 2011
More information about the Python-list mailing list
Mon Jun 27 02:36:19 EDT 2011
- Previous message (by thread): Python Bluetooth
- Next message (by thread): can I package a distutil based python app in deb?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, Jun 27, 2011 at 2:32 AM, Valentin de Pablo Fouce <thimxx at 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
- Previous message (by thread): Python Bluetooth
- Next message (by thread): can I package a distutil based python app in deb?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list